- 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 10 months ago
- 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 10 months ago
- cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 10 months ago
- 92234c8 xdp: Support specifying expected existing program when attaching XDP by Toke Høiland-Jørgensen · 4 years, 10 months ago
- e9ff9d5 bpf: Fix build warning regarding missing prototypes by Jean-Philippe Menil · 4 years, 10 months ago
- 834ebca bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks by Daniel Borkmann · 4 years, 10 months ago
- 0f09abd bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id by Daniel Borkmann · 4 years, 10 months ago
- 5a52ae4 bpf: Allow to retrieve cgroup v1 classid from v2 hooks by Daniel Borkmann · 4 years, 10 months ago
- f318903 bpf: Add netns cookie and enable it for bpf cgroup hooks by Daniel Borkmann · 4 years, 10 months ago
- fcf752e bpf: Enable perf event rb output for bpf cgroup progs by Daniel Borkmann · 4 years, 10 months ago
- 0e53d9e bpf: Enable retrieval of socket cookie for bind/post-bind hook by Daniel Borkmann · 4 years, 10 months ago
- ab14fd4 bpf: Add bpf_sk_storage support to bpf_tcp_ca by Martin KaFai Lau · 4 years, 10 months ago
- c0fd336 bpf, tcp: Make tcp_bpf_recvmsg static by YueHaibing · 4 years, 10 months ago
- a265279 bpf, tcp: Fix unused function warnings by YueHaibing · 4 years, 10 months ago
- 1963507 net: kcm: kcmproc.c: Fix RCU list suspicious usage warning by Madhuparna Bhowmik · 4 years, 10 months ago
- 74522e7 net: sched: set the hw_stats_type in pedit loop by Jiri Pirko · 4 years, 10 months ago
- 87615c96 net: dsa: warn if phylink_mac_link_state returns error by Russell King · 4 years, 10 months ago
- dc093db mptcp: drop unneeded checks by Paolo Abeni · 4 years, 10 months ago
- 58b0991 mptcp: create msk early by Paolo Abeni · 4 years, 10 months ago
- 746a1ed tipc: add NULL pointer check to prevent kernel oops by Hoang Le · 4 years, 10 months ago
- e228c5c tipc: simplify trivial boolean return by Hoang Le · 4 years, 10 months ago
- 0a7fad2 net: sched: RED: Introduce an ECN nodrop mode by Petr Machata · 4 years, 10 months ago
- 14bc175 net: sched: Allow extending set of supported RED flags by Petr Machata · 4 years, 10 months ago
- 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
- 6a64037 bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER by Björn Töpel · 4 years, 10 months ago
- 5ec82c4 ethtool: fix spelling mistake "exceeeds" -> "exceeds" by Colin Ian King · 4 years, 10 months ago
- 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 11 months ago
- a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
- 546379b ethtool: add CHANNELS_NTF notification by Michal Kubecek · 4 years, 10 months ago
- e19c591 ethtool: set device channel counts with CHANNELS_SET request by Michal Kubecek · 4 years, 10 months ago
- 0c84979 ethtool: provide channel counts with CHANNELS_GET request by Michal Kubecek · 4 years, 10 months ago
- bc9d1c9 ethtool: add RINGS_NTF notification by Michal Kubecek · 4 years, 10 months ago
- 2fc2929 ethtool: set device ring sizes with RINGS_SET request by Michal Kubecek · 4 years, 10 months ago
- e4a1717 ethtool: provide ring sizes with RINGS_GET request by Michal Kubecek · 4 years, 10 months ago
- 111dcba ethtool: add PRIVFLAGS_NTF notification by Michal Kubecek · 4 years, 10 months ago
- f265d79 ethtool: set device private flags with PRIVFLAGS_SET request by Michal Kubecek · 4 years, 10 months ago
- e16c338 ethtool: provide private flags with PRIVFLAGS_GET request by Michal Kubecek · 4 years, 10 months ago
- 9c6451e ethtool: add FEATURES_NTF notification by Michal Kubecek · 4 years, 10 months ago
- 0980bfc ethtool: set netdev features with FEATURES_SET request by Michal Kubecek · 4 years, 10 months ago
- 88db6d1 ethtool: add ethnl_parse_bitset() helper by Michal Kubecek · 4 years, 10 months ago
- 0524399 ethtool: provide netdev features with FEATURES_GET request by Michal Kubecek · 4 years, 10 months ago
- f70bb06 ethtool: update mapping of features to legacy ioctl requests by Michal Kubecek · 4 years, 10 months ago
- 9813054 ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get() by Michal Kubecek · 4 years, 10 months ago
- ee1c45e flow_offload: Add flow_match_ct to get rule ct match by Paul Blakey · 4 years, 10 months ago
- edd5861 net/sched: act_ct: Enable hardware offload of flow table entires by Paul Blakey · 4 years, 10 months ago
- 8b3646d net/sched: act_ct: Support refreshing the flow table entries by Paul Blakey · 4 years, 10 months ago
- 30b0cf9 net/sched: act_ct: Support restoring conntrack info on skbs by Paul Blakey · 4 years, 10 months ago
- 9c26ba9 net/sched: act_ct: Instantiate flow table entry actions by Paul Blakey · 4 years, 10 months ago
- 978703f netfilter: flowtable: Add API for registering to flow table events by Paul Blakey · 4 years, 10 months ago
- bf3347c Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 10 months ago
- 3357592 tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPORT per EUID. by Kuniyuki Iwashima · 4 years, 11 months ago
- 4b01a96 tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exhausted. by Kuniyuki Iwashima · 4 years, 11 months ago
- 16f6c25 tcp: Remove unnecessary conditions in inet_csk_bind_conflict(). by Kuniyuki Iwashima · 4 years, 11 months ago
- b09fe70 taprio: Fix sending packets without dequeueing them by Vinicius Costa Gomes · 4 years, 11 months ago
- 7c4046b Revert "net: sched: make newly activated qdiscs visible" by Julian Wiedmann · 4 years, 10 months ago
- 767d3de net: mptcp: don't hang before sending 'MP capable with data' by Davide Caratti · 4 years, 11 months ago
- 06669ea net: memcg: fix lockdep splat in inet_csk_accept() by Eric Dumazet · 4 years, 11 months ago
- 2677625 seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number by Paolo Lungaroni · 4 years, 11 months ago
- a20f997 net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed by Andrew Lunn · 4 years, 11 months ago
- 64fbca0 net: Add missing annotation for *netlink_seq_start() by Jules Irenge · 4 years, 11 months ago
- 734c8f7 tcp: Add missing annotation for tcp_child_process() by Jules Irenge · 4 years, 11 months ago
- 0d8a42c raw: Add missing annotations to raw_seq_start() and raw_seq_stop() by Jules Irenge · 4 years, 11 months ago
- 4cda752 net: sched: make newly activated qdiscs visible by Julian Wiedmann · 4 years, 11 months ago
- 46e4c42 net/packet: tpacket_rcv: do not increment ring index on drop by Willem de Bruijn · 4 years, 11 months ago
- f9fc28a net: caif: Add lockdep expression to RCU traversal primitive by Amol Grover · 4 years, 10 months ago
- ba32679 mac80211: Do not send mesh HWMP PREQ if HWMP is disabled by Nicolas Cavallari · 4 years, 11 months ago
- 5cde05c nl80211: add missing attribute validation for channel switch by Jakub Kicinski · 4 years, 11 months ago
- 056e937 nl80211: add missing attribute validation for beacon report scanning by Jakub Kicinski · 4 years, 11 months ago
- 0e1a1d8 nl80211: add missing attribute validation for critical protocol indication by Jakub Kicinski · 4 years, 11 months ago
- 1e09e58 pktgen: Allow on loopback device by Lukas Wunner · 4 years, 11 months ago
- ece0d7b net/smc: cancel event worker during device removal by Karsten Graul · 4 years, 11 months ago
- 6038048 ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface by Hangbin Liu · 4 years, 11 months ago
- d752a49 net: memcg: late association of sock to memcg by Shakeel Butt · 4 years, 11 months ago
- ec33916 mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked by Florian Westphal · 4 years, 11 months ago
- 6c1a55fe Merge tag 'batadv-next-for-davem-20200306' of git://git.open-mesh.org/linux-merge by David S. Miller · 4 years, 11 months ago
- 2362059 Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-merge by David S. Miller · 4 years, 11 months ago
- 018d26f cgroup, netclassid: periodically release file_lock on classid updating by Dmitry Yakunin · 4 years, 11 months ago
- 3f95f55 net: sched: pie: change tc_pie_xstats->prob by Leslie Monis · 4 years, 11 months ago
- e08ab0b tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 11 months ago
- 7b98cd4 bpf: sockmap: Add UDP support by Lorenz Bauer · 4 years, 11 months ago
- edc6741c bpf: Add sockmap hooks for UDP sockets by Lorenz Bauer · 4 years, 11 months ago
- cb21802 bpf: sockmap: Simplify sock_map_init_proto by Lorenz Bauer · 4 years, 11 months ago
- f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 4 years, 11 months ago
- d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 4 years, 11 months ago
- 1a2e201 skmsg: Update saved hooks only once by Lorenz Bauer · 4 years, 11 months ago
- 7b70973 bpf: sockmap: Only check ULP for TCP sockets by Lorenz Bauer · 4 years, 11 months ago
- 83f73c5b inet_diag: return classid for all socket types by Dmitry Yakunin · 4 years, 11 months ago
- 138470a net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get by Eric Dumazet · 4 years, 11 months ago
- 17c25ca gre: fix uninit-value in __iptunnel_pull_header by Eric Dumazet · 4 years, 11 months ago
- 44f8658 sched: act: allow user to specify type of HW stats for a filter by Jiri Pirko · 4 years, 11 months ago
- 319a1d1 flow_offload: check for basic action hw stats type by Jiri Pirko · 4 years, 11 months ago
- 357ddbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 11 months ago
- 6a42cef netfilter: nft_chain_nat: inet family is missing module ownership by Pablo Neira Ayuso · 4 years, 11 months ago
- 2398e39 mptcp: always include dack if possible. by Paolo Abeni · 4 years, 11 months ago
- a3aefbf net: nfc: fix bounds checking bugs on "pipe" by Dan Carpenter · 4 years, 11 months ago
- aaca940 net: sched: Make FIFO Qdisc offloadable by Petr Machata · 4 years, 11 months ago
- 95cddcb ethtool: add infrastructure for centralized checking of coalescing parameters by Jakub Kicinski · 4 years, 11 months ago
- 56dc0a0 hsr: fix refcnt leak of hsr slave interface by Taehee Yoo · 4 years, 11 months ago
- 1d305ba netfilter: nf_tables: fix infinite loop when expr is not available by Florian Westphal · 4 years, 11 months ago