- 59607863 fib: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
- a8db57c rtnetlink: Fix missing error code in rtnl_bridge_notify() by Jiapeng Chong · 3 years, 8 months ago
- dd9082f net: sock: fix in-kernel mark setting by Alexander Aring · 3 years, 8 months ago
- b28d8f0 devlink: Correct VIRTUAL port to not have phys_port attributes by Parav Pandit · 3 years, 8 months ago
- d7c5303 Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
- f5d28712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 8 months ago
- 84316ca bpf: Set mac_len in bpf_skb_change_head by Jussi Maki · 3 years, 8 months ago
- 9ddb3c1 mm: fix struct page layout on 32-bit systems by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- dcad9ee net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
- 102b55e net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
- 098116e net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 9 months ago
- be5dba2 net: page_pool: use alloc_pages_bulk in refill code path by Jesper Dangaard Brouer · 3 years, 9 months ago
- dfa5971 net: page_pool: refactor dma_map into own function page_pool_dma_map by Jesper Dangaard Brouer · 3 years, 9 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 9 months ago
- 4a52dd8 net: selftest: fix build issue if INET is disabled by Oleksij Rempel · 3 years, 9 months ago
- 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
- 1e5e4ac Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 9 months ago
- 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- a1ab3e4 devlink: Extend SF port attributes to have external attribute by Parav Pandit · 3 years, 11 months ago
- ed744d8 net: sock: remove the unnecessary check in proto_register by Tonghao Zhang · 3 years, 9 months ago
- 22b6034 net, xdp: Update pkt_type if generic XDP changes unicast MAC by Martin Willi · 3 years, 9 months ago
- eefb45e neighbour: Prevent Race condition in neighbour subsytem by Chinmay Agarwal · 3 years, 9 months ago
- 3e1e58d net: add generic selftest support by Oleksij Rempel · 3 years, 9 months ago
- d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
- 7ad18ff gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check by Alexander Lobakin · 3 years, 9 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 1e3d976 flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() by Gustavo A. R. Silva · 3 years, 9 months ago
- e7ad33f scm: fix a typo in put_cmsg() by Eric Dumazet · 3 years, 9 months ago
- 38ebcf5 scm: optimize put_cmsg() by Eric Dumazet · 3 years, 9 months ago
- 17c3df7 skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()" by Paolo Abeni · 3 years, 9 months ago
- 38ec494 gro: ensure frag0 meets IP header alignment by Eric Dumazet · 3 years, 9 months ago
- aadb2bb sock_map: Fix a potential use-after-free in sock_map_close() by Cong Wang · 3 years, 10 months ago
- 51e0158 skmsg: Pass psock pointer to ->psock_update_sk_prot() by Cong Wang · 3 years, 10 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 10 months ago
- 27f0ad7 net: fix hangup on napi_disable for threaded napi by Paolo Abeni · 3 years, 10 months ago
- 971e305 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 10 months ago
- 3583a4e ipv6: report errors for iftoken via netlink extack by Stephen Hemminger · 3 years, 10 months ago
- 0854fa8 net: remove the new_ifindex argument from dev_change_net_namespace by Andrei Vagin · 3 years, 10 months ago
- 7e4a513 net: introduce nla_policy for IFLA_NEW_IFINDEX by Andrei Vagin · 3 years, 10 months ago
- 144748e bpf, sockmap: Fix incorrect fwd_alloc accounting by John Fastabend · 3 years, 10 months ago
- eeb85a1 net: Allow to specify ifindex when device is moved to another namespace by Andrei Vagin · 3 years, 10 months ago
- c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- 122e6c7 sock_map: Update sock type checks for UDP by Cong Wang · 3 years, 10 months ago
- 2bc793e skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() by Cong Wang · 3 years, 10 months ago
- 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 3 years, 10 months ago
- a7ba455 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 3 years, 10 months ago
- b017055 sock_map: Kill sock_map_link_no_progs() by Cong Wang · 3 years, 10 months ago
- 2004fdb sock_map: Simplify sock_map_link() a bit by Cong Wang · 3 years, 10 months ago
- 190179f skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg() by Cong Wang · 3 years, 10 months ago
- 7786dfc skmsg: Use rcu work for destroying psock by Cong Wang · 3 years, 10 months ago
- 799aa7f skmsg: Avoid lock_sock() in sk_psock_backlog() by Cong Wang · 3 years, 10 months ago
- 0739cd2 net: Introduce skb_send_sock() for sock_map by Cong Wang · 3 years, 10 months ago
- b01fd6e skmsg: Introduce a spinlock to protect ingress_msg by Cong Wang · 3 years, 10 months ago
- 37f0e51 skmsg: Lock ingress_skb when purging by Cong Wang · 3 years, 10 months ago
- 622d136 xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model by Ong Boon Leong · 3 years, 10 months ago
- d47ec7a neighbour: Disregard DEAD dst in neigh_update by Tong Zhu · 3 years, 10 months ago
- 9adc89a net: let skb_orphan_partial wake-up waiters. by Paolo Abeni · 3 years, 10 months ago
- bb2882b net: core: Correct function name netevent_unregister_notifier() in the kerneldoc by Xiongfeng Wang · 3 years, 10 months ago
- af82508 net: core: Correct function name dev_uc_flush() in the kerneldoc by Xiongfeng Wang · 3 years, 10 months ago
- 7bd1590 bpf: selftests: Add kfunc_call test by Martin KaFai Lau · 3 years, 10 months ago
- 6c996e1 net: change netdev_unregister_timeout_secs min value to 1 by Dmitry Vyukov · 3 years, 10 months ago
- 897b9fa net: core: Fix a typo in dev_addr_lists.c by Lu Wei · 3 years, 10 months ago
- 241949e Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
- ddb94ea net: resolve forwarding path from virtual netdevice and HW destination address by Pablo Neira Ayuso · 3 years, 10 months ago
- 5aa3afe net: make unregister netdev warning timeout configurable by Dmitry Vyukov · 3 years, 10 months ago
- add2d73 net: set initial device refcount to 1 by Eric Dumazet · 3 years, 10 months ago
- 7f08ec6 net-sysfs: remove possible sleep from an RCU read-side critical section by Antoine Tenart · 3 years, 10 months ago
- 744b837 net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h by Vladimir Oltean · 3 years, 10 months ago
- 5da9ace3 net: make xps_needed and xps_rxqs_needed static by Vladimir Oltean · 3 years, 10 months ago
- 919067c net: add CONFIG_PCPU_DEV_REFCNT by Eric Dumazet · 3 years, 10 months ago
- a835f90 /net/core/: fix misspellings using codespell tool by Xiong Zhenwu · 3 years, 10 months ago
- 75b2758 net: NULL the old xps map entries when freeing them by Antoine Tenart · 3 years, 10 months ago
- 2d05bf0 net: fix use after free in xps by Antoine Tenart · 3 years, 10 months ago
- 2db6cda net-sysfs: move the xps cpus/rxqs retrieval in a common function by Antoine Tenart · 3 years, 10 months ago
- d7be87a net-sysfs: move the rtnl unlock up in the xps show helpers by Antoine Tenart · 3 years, 10 months ago
- 132f743 net: improve queue removal readability in __netif_set_xps_queue by Antoine Tenart · 3 years, 10 months ago
- 402fbb9 net: add an helper to copy xps maps to the new dev_maps by Antoine Tenart · 3 years, 10 months ago
- 044ab86 net: move the xps maps to an array by Antoine Tenart · 3 years, 10 months ago
- 6f36158 net: remove the xps possible_mask by Antoine Tenart · 3 years, 10 months ago
- 5478fcd net: embed nr_ids in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 255c04a net: embed num_tc in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 73f5e52 net-sysfs: make xps_cpus_show and xps_rxqs_show consistent by Antoine Tenart · 3 years, 10 months ago
- d9a063d2 net-sysfs: store the return of get_netdev_queue_index in an unsigned int by Antoine Tenart · 3 years, 10 months ago
- ea4fe7e net-sysfs: convert xps_cpus_show to bitmap_zalloc by Antoine Tenart · 3 years, 10 months ago
- 6c015a2 net: check all name nodes in __dev_alloc_name by Jiri Bohac · 3 years, 10 months ago
- cb03835 net: fix race between napi kthread mode and busy poll by Wei Wang · 3 years, 10 months ago
- 3a5ca85 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 3 years, 11 months ago
- 8f64860 net: export dev_set_threaded symbol by Lorenzo Bianconi · 3 years, 10 months ago
- 6503b9f bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt by Manu Bretelle · 3 years, 11 months ago
- f96533c flow_dissector: constify raw input data argument by Alexander Lobakin · 3 years, 10 months ago
- d0eed5c gro: give 'hash' variable in dev_gro_receive() a less confusing name by Alexander Lobakin · 3 years, 11 months ago
- 9dc2c31 gro: consistentify napi->gro_hash[x] access in dev_gro_receive() by Alexander Lobakin · 3 years, 11 months ago
- 0ccf4d5 gro: simplify gro_list_prepare() by Alexander Lobakin · 3 years, 11 months ago
- a25f822 flow_dissector: fix byteorder of dissected ICMP ID by Alexander Lobakin · 3 years, 11 months ago
- b80350f net: sock: simplify tw proto registration by Tonghao Zhang · 3 years, 11 months ago
- 9398e9c drop_monitor: Perform cleanup upon probe registration failure by Ido Schimmel · 3 years, 11 months ago
- 547fd08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 11 months ago
- 1ddc322 skbuff: remove some unnecessary operation in skb_segment_list() by Yunsheng Lin · 3 years, 11 months ago
- b1866bf net: core: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 11 months ago