- bc49d81 mctp: Add MCTP base by Jeremy Kerr · 3 years, 5 months ago
- 5e10da5 skbuff: allow 'slow_gro' for skb carring sock reference by Paolo Abeni · 3 years, 5 months ago
- 9efb4b5 net: optimize GRO for the common case. by Paolo Abeni · 3 years, 5 months ago
- b0999f3 sk_buff: track extension status in slow_gro by Paolo Abeni · 3 years, 5 months ago
- d7907a2 devlink: Remove duplicated registration check by Leon Romanovsky · 3 years, 5 months ago
- 3d9d00bd net: bonding: move ioctl handling to private ndo operation by Arnd Bergmann · 3 years, 5 months ago
- ad2f99a net: bridge: move bridge ioctls out of .ndo_do_ioctl by Arnd Bergmann · 3 years, 5 months ago
- 88fc023 net: socket: return changed ifreq from SIOCDEVPRIVATE by Arnd Bergmann · 3 years, 5 months ago
- ad7eab2a net: split out ndo_siowandev ioctl by Arnd Bergmann · 3 years, 5 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 5 months ago
- a554bf9 dev_ioctl: pass SIOCDEVPRIVATE data separately by Arnd Bergmann · 3 years, 5 months ago
- b9067f5 net: split out SIOCDEVPRIVATE handling from dev_ioctl by Arnd Bergmann · 3 years, 5 months ago
- f9b282b net: netlink: add the case when nlh is NULL by Yajun Deng · 3 years, 5 months ago
- 323e0cb flow_dissector: Fix out-of-bounds warnings by Gustavo A. R. Silva · 3 years, 5 months ago
- 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
- 876f0bf net: socket: simplify dev_ifconf handling by Arnd Bergmann · 3 years, 6 months ago
- b0e99d0 net: socket: remove register_gifconf by Arnd Bergmann · 3 years, 6 months ago
- 709566d net: socket: rework SIOC?IFMAP ioctls by Arnd Bergmann · 3 years, 6 months ago
- 802a76a net: selftests: add MTU test by Oleksij Rempel · 3 years, 6 months ago
- 3edede0 ipv6: ioam: Support for IOAM injection with lwtunnels by Justin Iurman · 3 years, 6 months ago
- 2c6ad20 memcg: enable accounting for scm_fp_list objects by Vasily Averin · 3 years, 6 months ago
- 6126891 memcg: enable accounting for IP address and routing-related objects by Vasily Averin · 3 years, 6 months ago
- c948f51 memcg: enable accounting for net_device and Tx/Rx queues by Vasily Averin · 3 years, 6 months ago
- a17ad09 net: Fix zero-copy head len calculation. by Pravin B Shelar · 3 years, 6 months ago
- 2cc3aeb skbuff: Fix a potential race while recycling page_pool packets by Ilias Apalodimas · 3 years, 6 months ago
- cfdf0d9 rtnetlink: use nlmsg_notify() in rtnetlink_send() by Yajun Deng · 3 years, 6 months ago
- 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
- c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 6 months ago
- 0c48eef sock_map: Lift socket state restriction for datagram sockets by Cong Wang · 3 years, 6 months ago
- 17edea2 sock_map: Relax config dependency to CONFIG_NET by Cong Wang · 3 years, 6 months ago
- 20192d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
- 7e6b27a bpf, sockmap: Fix potential memory leak on unlikely error case by John Fastabend · 3 years, 6 months ago
- 70713dd net_sched: introduce tracepoint trace_qdisc_enqueue() by Qitao Xu · 3 years, 6 months ago
- 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
- 5acc7d3 xdp, net: Fix use-after-free in bpf_xdp_link_release by Xuan Zhuo · 3 years, 6 months ago
- 28b34f0 net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache by Antoine Tenart · 3 years, 6 months ago
- 9615fe3 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
- 271dbc3 sock: unlock on error in sock_setsockopt() by Dan Carpenter · 3 years, 6 months ago
- 2ea5eab bpf: devmap: Implement devmap prog execution for generic XDP by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
- 11941f8 bpf: cpumap: Implement generic cpumap by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
- fe21cb9 net: core: Split out code to run generic XDP prog by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
- 7445cf3 bpf: Add function for XDP meta data length check by Zvi Effron · 3 years, 6 months ago
- 8550ff8 skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
- 81b4a0c sock: fix error in sock_setsockopt() by Eric Dumazet · 3 years, 6 months ago
- 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 6 months ago
- d463126 net: sock: extend SO_TIMESTAMPING for PHC binding by Yangbo Lu · 3 years, 6 months ago
- 0dbffbb net: annotate data race around sk_ll_usec by Eric Dumazet · 3 years, 6 months ago
- dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- 78ecc89 net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
- 23ac0b4 net: use netdev_info in ndo_dflt_fdb_{add,del} by Vladimir Oltean · 3 years, 6 months ago
- e6a3e44 net: sock: add trace for socket errors by Alexander Aring · 3 years, 6 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- 127d735 net: update netdev_rx_csum_fault() print dump only once by Tanner Love · 3 years, 6 months ago
- e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
- a78cae2 xdp: Move the rxq_info.mem clearing to unreg_mem_model() by Jakub Kicinski · 3 years, 6 months ago
- 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- e8b9eab net: retrieve netns cookie via getsocketopt by Martynas Pumputis · 3 years, 7 months ago
- 782347b xdp: Add proper __rcu annotations to redirect map entries by Toke Høiland-Jørgensen · 3 years, 7 months ago
- 0bc919d bpf: Support all gso types in bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
- 364745f bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
- ba47396 Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto" by Maciej Żenczykowski · 3 years, 7 months ago
- a3e5e57 devlink: Protect rate list with lock while switching modes by Dmytro Linkin · 3 years, 7 months ago
- ff99324 devlink: Remove eswitch mode check for mode set call by Dmytro Linkin · 3 years, 7 months ago
- 1321ed5 devlink: Decrease refcnt of parent rate object on leaf destroy by Dmytro Linkin · 3 years, 7 months ago
- c2f5c57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 7 months ago
- 55d444b tcp: Add stats for socket migration. by Kuniyuki Iwashima · 3 years, 7 months ago
- c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 7 months ago
- 7dd5d43 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
- 2b4cd14 net/netif_receive_skb_core: Use migrate_disable() by Sebastian Andrzej Siewior · 3 years, 7 months ago
- 781dd04 skmsg: Increase sk->sk_drops when dropping packets by Cong Wang · 3 years, 7 months ago
- 4283057 skmsg: Pass source psock to sk_psock_skb_redirect() by Cong Wang · 3 years, 7 months ago
- 1581a6c skmsg: Teach sk_psock_verdict_apply() to return errors by Cong Wang · 3 years, 7 months ago
- 0cf6672 skmsg: Fix a memory leak in sk_psock_verdict_apply() by Cong Wang · 3 years, 7 months ago
- 30b9c54 skmsg: Clear skb redirect pointer before dropping it by Cong Wang · 3 years, 7 months ago
- 9f2470f skmsg: Improve udp_bpf_recvmsg() accuracy by Cong Wang · 3 years, 7 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
- e34492d net: inline function get_net_ns_by_fd if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
- d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
- e061047 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years, 7 months ago
- 1cd62c2 tcp: Add reuseport_migrate_sock() to select a new listener. by Kuniyuki Iwashima · 3 years, 7 months ago
- 333bb73 tcp: Keep TCP_CLOSE sockets in the reuseport group. by Kuniyuki Iwashima · 3 years, 7 months ago
- 5c040ea tcp: Add num_closed_socks to struct sock_reuseport. by Kuniyuki Iwashima · 3 years, 7 months ago
- ec13357 net: flow_dissector: fix RPS on DSA masters by Vladimir Oltean · 3 years, 7 months ago
- ddee9db net: core: devlink: add dropped stats traps field by Oleksandr Mazur · 3 years, 7 months ago
- 88b7105 wwan: add interface creation support by Johannes Berg · 3 years, 7 months ago
- 00e77ed rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME by Johannes Berg · 3 years, 7 months ago
- 8c713dc rtnetlink: add alloc() method to rtnl_link_ops by Johannes Berg · 3 years, 7 months ago
- ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
- 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 7 months ago
- 3bdd5ee skbuff: fix incorrect msg_zerocopy copy notifications by Willem de Bruijn · 3 years, 7 months ago
- d2e381c rtnetlink: Fix regression in bridge VLAN configuration by Ido Schimmel · 3 years, 7 months ago
- 711d1de devlink: Fix error message in devlink_rate_set_ops_supported() by Dan Carpenter · 3 years, 7 months ago
- 7a6b1ab neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
- 6a5bcd8 page_pool: Allow drivers to hint on SKB recycling by Ilias Apalodimas · 3 years, 7 months ago
- c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 7 months ago
- c07aea3 mm: add a signature in struct page by Matteo Croce · 3 years, 7 months ago