Age | Commit message (Expand) | Author |
2019-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-03-12 | sctp: convert to genradix | Kent Overstreet |
2019-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-03-11 | netfilter: nf_tables: bogus EBUSY when deleting set after flush | Pablo Neira Ayuso |
2019-03-09 | net: keep refcount warning in reqsk_free() | Guillaume Nault |
2019-03-08 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-03-08 | netfilter: nf_tables: fix set double-free in abort path | Pablo Neira Ayuso |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-04 | devlink: Add support for direct reporter health state update | Eran Ben Elisha |
2019-03-03 | tls: Fix write space handling | Boris Pismenny |
2019-03-03 | tls: Fix tls_device handling of partial records | Boris Pismenny |
2019-03-03 | net: dsa: add KSZ9893 switch tagging support | Tristram Ha |
2019-03-02 | net: sched: put back q.qlen into a single location | Eric Dumazet |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-03-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-01 | switchdev: Remove unused transaction item queue | Florian Fainelli |
2019-03-01 | ipv4: Add ICMPv6 support when parse route ipproto | Hangbin Liu |
2019-03-01 | netfilter: nf_tables: nat: merge nft_masq protocol specific modules | Florian Westphal |
2019-03-01 | netfilter: nf_tables: nat: merge nft_redir protocol specific modules | Florian Westphal |
2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe |
2019-02-27 | route: Add multipath_hash in flowi_common to make user-define hash | wenxu |
2019-02-27 | net: Remove switchdev_ops | Florian Fainelli |
2019-02-27 | switchdev: Add SWITCHDEV_PORT_ATTR_SET | Florian Fainelli |
2019-02-27 | netfilter: conntrack: avoid same-timeout update | Florian Westphal |
2019-02-27 | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h | Florian Westphal |
2019-02-27 | netfilter: nat: remove l3proto struct | Florian Westphal |
2019-02-27 | netfilter: nat: remove csum_recalc hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove csum_update hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove l3 manip_pkt hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove nf_nat_l4proto.h | Florian Westphal |
2019-02-27 | netfilter: nat: move nlattr parse and xfrm session decode to core | Florian Westphal |
2019-02-27 | netfilter: nat: merge ipv4 and ipv6 masquerade functionality | Florian Westphal |
2019-02-27 | netfilter: nft_compat: use .release_ops and remove list of extension | Pablo Neira Ayuso |
2019-02-26 | tcp: convert tcp_md5_needed to static_branch API | Eric Dumazet |
2019-02-26 | tcp: get rid of __tcp_add_write_queue_tail() | Eric Dumazet |
2019-02-26 | tcp: get rid of tcp_check_send_head() | Eric Dumazet |
2019-02-26 | vxlan: add extack support for create and changelink | Roopa Prabhu |
2019-02-26 | devlink: create a special NDO for getting the devlink instance | Jakub Kicinski |
2019-02-26 | net: devlink: turn devlink into a built-in | Jakub Kicinski |
2019-02-26 | net: remove unused struct inet_frag_queue.fragments field | Peter Oskolkov |
2019-02-26 | Bluetooth: Add quirk for reading BD_ADDR from fwnode property | Matthias Kaehlcke |
2019-02-25 | net: avoid use IPCB in cipso_v4_error | Nazarov Sergey |
2019-02-25 | net: Add __icmp_send helper. | Nazarov Sergey |
2019-02-25 | net: sched: set dedicated tcf_walker flag when tp is empty | Vlad Buslov |
2019-02-24 | switchdev: Complete removal of switchdev_port_attr_get() | Florian Fainelli |
2019-02-24 | dsa: Remove phydev parameter from disable_port call | Andrew Lunn |
2019-02-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2019-02-24 | tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg | Vakul Garg |