1. 9ef33d2 bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook by Eyal Birger · 2 years, 9 months ago
  2. 845f44c net/sched: flower: fix parsing of ethertype following VLAN header by Vlad Buslov · 2 years, 9 months ago
  3. 970a6bb bpf: Support dual-stack sockets in bpf_tcp_check_syncookie by Maxim Mikityanskiy · 2 years, 9 months ago
  4. 278b652 net: limit altnames to 64k total by Jakub Kicinski · 2 years, 10 months ago
  5. 423e7107 net: account alternate interface name memory by Jakub Kicinski · 2 years, 10 months ago
  6. 995f517 bpf: Make dst_port field in struct bpf_sock 16-bit wide by Jakub Sitnicki · 3 years ago
  7. bec34a9 bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full by Wang Yufen · 2 years, 11 months ago
  8. d15c9f6 net-sysfs: add check for netdevice being present to speed_show by suresh kumar · 2 years, 11 months ago
  9. 4e178ed net: fix up skbs delta_truesize in UDP GRO frag_list by lena wang · 2 years, 11 months ago
  10. 24efaae bpf, sockmap: Do not ignore orig_len parameter by Eric Dumazet · 2 years, 11 months ago
  11. c572224 net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends by Eric Dumazet · 2 years, 11 months ago
  12. d0caa72 bpf: Do not try bpf_msg_push_data with len 0 by Felix Maurer · 3 years ago
  13. d9bd9d4 net_sched: add __rcu annotation to netdev->qdisc by Eric Dumazet · 3 years ago
  14. 877a056 drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit by Eric Dumazet · 3 years ago
  15. 3bbe201 rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() by Eric Dumazet · 3 years ago
  16. f57a99c net-procfs: show net devices bound packet types by Jianguo Wu · 3 years ago
  17. db044d9 net: fix information leakage in /proc/net/ptype by Congyu Liu · 3 years ago
  18. f6d4c0e devlink: Remove misleading internal_flags from health reporter dump by Leon Romanovsky · 3 years, 2 months ago
  19. 2b1415c netns: add schedule point in ops_exit_list() by Eric Dumazet · 3 years ago
  20. 58fa3e9 xdp: check prog type before updating BPF link by Toke Høiland-Jørgensen · 3 years ago
  21. 59f0363 bpf: Do not WARN in bpf_warn_invalid_xdp_action() by Paolo Abeni · 3 years, 2 months ago
  22. 4431333 net-sysfs: update the queue counts in the unregistration path by Antoine Tenart · 3 years, 1 month ago
  23. 8772700 bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). by Kuniyuki Iwashima · 3 years ago
  24. f403b5f lwtunnel: Validate RTA_ENCAP_TYPE attribute length by David Ahern · 3 years, 1 month ago
  25. 337bb7b net: Fix double 0x prefix print in SKB dump by Gal Pressman · 3 years, 1 month ago
  26. 6137254 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
  27. 5e663bc net, neigh: clear whole pneigh_entry at alloc time by Eric Dumazet · 3 years, 1 month ago
  28. 4b7e906 devlink: fix netns refcount leak in devlink_nl_cmd_reload() by Eric Dumazet · 3 years, 1 month ago
  29. fa973bf net: annotate data-races on txq->xmit_lock_owner by Eric Dumazet · 3 years, 2 months ago
  30. e3be118 wireguard: device: reset peer src endpoint when netns exits by Jason A. Donenfeld · 3 years, 2 months ago
  31. 209d35e ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 2 months ago
  32. 437e21e sock: fix /proc/net/sockstat underflow in sk_clone_lock() by Tetsuo Handa · 3 years, 2 months ago
  33. 4da14dd net: reduce indentation level in sk_clone_lock() by Eric Dumazet · 4 years ago
  34. a8cdf34 net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  35. c842a4c bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding by John Fastabend · 3 years, 2 months ago
  36. daf15fa net: stream: don't purge sk_error_queue in sk_stream_kill_queues() by Jakub Kicinski · 3 years, 3 months ago
  37. e29352f net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  38. a585e04 net: net_namespace: Fix undefined member in key_remove_domain() by Yajun Deng · 3 years, 4 months ago
  39. 8524501 net-sysfs: try not to restart the syscall if it will fail eventually by Antoine Tenart · 3 years, 3 months ago
  40. 8d433ab net: sched: update default qdisc visibility after Tx queue cnt changes by Jakub Kicinski · 3 years, 4 months ago
  41. b8cb3f4 net: multicast: calculate csum of looped-back and forwarded packets by Cyril Strejc · 3 years, 3 months ago
  42. b92ac0a bpf: Prevent increasing bpf_jit_limit above max by Lorenz Bauer · 3 years, 3 months ago
  43. 2b7c5ee net: Prevent infinite while loop in skb_tx_hash() by Michael Chan · 3 years, 3 months ago
  44. aed897e net-sysfs: initialize uid and gid before calling net_ns_get_ownership by Xin Long · 3 years, 3 months ago
  45. 9a04302 rtnetlink: fix if_nlmsg_stats_size() under estimation by Eric Dumazet · 3 years, 3 months ago
  46. 3db5382 af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 4 months ago
  47. 1f5db5b net: Fix offloading indirect devices dependency on qdisc order creation by Eli Cohen · 3 years, 5 months ago
  48. 863d2eb flow_dissector: Fix out-of-bounds warnings by Gustavo A. R. Silva · 3 years, 6 months ago
  49. 2c0b826 devlink: Clear whole devlink_flash_notify struct by Leon Romanovsky · 3 years, 5 months ago
  50. b376ae5 devlink: Break parameter notification sequence to be before/after unload/load driver by Leon Romanovsky · 3 years, 6 months ago
  51. ad0db83 rtnetlink: Return correct error on changing device netns by Andrey Ignatov · 3 years, 5 months ago
  52. 8976606 net: linkwatch: fix failure to restore device state across suspend/resume by Willy Tarreau · 3 years, 5 months ago
  53. e8b287e net: Fix zero-copy head len calculation. by Pravin B Shelar · 3 years, 6 months ago
  54. 1b148bd skmsg: Make sk_psock_destroy() static by Cong Wang · 4 years ago
  55. 915226f net: annotate data race around sk_ll_usec by Eric Dumazet · 3 years, 7 months ago
  56. c9f8e17 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
  57. 570341f skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
  58. 715f378 bpf, sockmap: Fix potential memory leak on unlikely error case by John Fastabend · 3 years, 6 months ago
  59. ca9ba1d xdp, net: Fix use-after-free in bpf_xdp_link_release by Xuan Zhuo · 3 years, 6 months ago
  60. 4a31baf net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 3 months ago
  61. 3393405 net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 8 months ago
  62. aefa927 bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  63. 4abfd59 net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  64. c8f1437 rtnetlink: Fix regression in bridge VLAN configuration by Ido Schimmel · 3 years, 7 months ago
  65. 808fcc1 fib: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  66. 0aa3569 rtnetlink: Fix missing error code in rtnl_bridge_notify() by Jiapeng Chong · 3 years, 8 months ago
  67. d17d47d neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
  68. a5de17b net: sock: fix in-kernel mark setting by Alexander Aring · 3 years, 8 months ago
  69. 4f00f9c devlink: Correct VIRTUAL port to not have phys_port attributes by Parav Pandit · 3 years, 8 months ago
  70. 5c7b23b neighbour: Prevent Race condition in neighbour subsytem by Chinmay Agarwal · 3 years, 9 months ago
  71. 9948170 bpf: Set mac_len in bpf_skb_change_head by Jussi Maki · 3 years, 8 months ago
  72. f9fc21e net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
  73. 2f23d5b net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
  74. 1f1b431 net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 8 months ago
  75. cfddf6a mm: fix struct page layout on 32-bit systems by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  76. 245f5ab flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() by Gustavo A. R. Silva · 3 years, 9 months ago
  77. da54cc2 gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check by Alexander Lobakin · 3 years, 9 months ago
  78. 9143158 gro: ensure frag0 meets IP header alignment by Eric Dumazet · 3 years, 9 months ago
  79. 0d0ad98 neighbour: Disregard DEAD dst in neigh_update by Tong Zhu · 3 years, 10 months ago
  80. 5532900 xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model by Ong Boon Leong · 3 years, 10 months ago
  81. b830650 net: let skb_orphan_partial wake-up waiters. by Paolo Abeni · 3 years, 10 months ago
  82. 72c5de2 bpf, sockmap: Fix incorrect fwd_alloc accounting by John Fastabend · 3 years, 10 months ago
  83. fd38d4e bpf: Remove MTU check in __bpf_skb_max_len by Jesper Dangaard Brouer · 4 years ago
  84. e3ccad5 flow_dissector: fix TTL and TOS dissection on IPv4 fragments by Davide Caratti · 4 years ago
  85. 8dc08a2 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 3 years, 11 months ago
  86. c7eb3e1 net, bpf: Fix ip6ip6 crash with collect_md populated skbs by Daniel Borkmann · 3 years, 10 months ago
  87. 0a245ac net: Consolidate common blackhole dst ops by Daniel Borkmann · 3 years, 10 months ago
  88. 943e158 net: check all name nodes in __dev_alloc_name by Jiri Bohac · 3 years, 10 months ago
  89. 33cc382 flow_dissector: fix byteorder of dissected ICMP ID by Alexander Lobakin · 3 years, 10 months ago
  90. 2514c7a drop_monitor: Perform cleanup upon probe registration failure by Ido Schimmel · 3 years, 10 months ago
  91. aee0cc0 pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() by Di Zhu · 4 years ago
  92. 1fc205d net: fix dev_ifsioc_locked() race condition by Cong Wang · 4 years ago
  93. 97ff09a net: fix up truesize of cloned skb in skb_prepare_for_shift() by Marco Elver · 4 years ago
  94. 1d6e51e bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx by Jesper Dangaard Brouer · 4 years ago
  95. 496ef46 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 2 months ago
  96. 9e6ce47 net: gro: do not keep too many GRO packets in napi->rx_list by Eric Dumazet · 4 years ago
  97. 46a831d udp: fix skb_copy_and_csum_datagram with odd segment sizes by Willem de Bruijn · 4 years ago
  98. 6e4583a neighbour: Prevent a dead entry from updating gc_list by Chinmay Agarwal · 4 years ago
  99. 22c3cb5 net: core: devlink: use right genl user_ptr when handling port param get/set by Oleksandr Mazur · 4 years ago
  100. f0f3d3e net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled by Tariq Toukan · 4 years ago