1. f8f6561 ethtool: reduce stack usage with clang by Arnd Bergmann · 5 years ago
  2. 36d6d82 net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 4 years, 8 months ago
  3. 35df517 net, sysctl: Fix compiler warning when only cBPF is present by Alexander Lobakin · 4 years, 6 months ago
  4. 67b02e3 inet: protect against too small mtu values. by Eric Dumazet · 4 years, 7 months ago
  5. 9d3fcde net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 5 years ago
  6. 41feb09 net/core/neighbour: fix kmemleak minimal reference count for hash tables by Konstantin Khlebnikov · 5 years ago
  7. 4f4594a net/core/neighbour: tell kmemleak about hash tables by Konstantin Khlebnikov · 5 years ago
  8. 9b852f0 net/net_namespace: Check the return value of register_pernet_subsys() by Aditya Pakki · 6 years ago
  9. 2a1ddc6 Revert "sock: Reset dst when changing sk_mark via setsockopt" by Greg Kroah-Hartman · 4 years, 7 months ago
  10. 597b389 sock: Reset dst when changing sk_mark via setsockopt by David Barmann · 6 years ago
  11. f4e7ca0 net: do not abort bulk send on BQL status by Eric Dumazet · 6 years ago
  12. c2e91f7 net: rtnetlink: prevent underflows in do_setvfinfo() by Dan Carpenter · 4 years, 7 months ago
  13. 1f94465 net/flow_dissector: switch to siphash by Eric Dumazet · 4 years, 8 months ago
  14. 0e204b6 net: add READ_ONCE() annotation in __skb_wait_for_more_packets() by Eric Dumazet · 4 years, 8 months ago
  15. 7b441b2 net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() by zhanglin · 4 years, 8 months ago
  16. 62241d6 net: Unpublish sk from sk_reuseport_cb before call_rcu by Martin KaFai Lau · 4 years, 9 months ago
  17. 162a5a8 net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list by Shmulik Ladkani · 4 years, 10 months ago
  18. 905bf35 net: Fix null de-reference of device refcount by Subash Abhinov Kasiviswanathan · 4 years, 10 months ago
  19. a794b0e net: fix skb use after free in netpoll by Feng Sun · 4 years, 10 months ago
  20. fda2092 tcp: make sure EPOLLOUT wont be missed by Eric Dumazet · 4 years, 11 months ago
  21. 6c1dc8f bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  22. c98446e bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 4 years, 11 months ago
  23. 4d04757 bpf: restrict access to core bpf sysctls by Daniel Borkmann · 4 years, 11 months ago
  24. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 4 years, 11 months ago
  25. 78922ae net: fix ifindex collision during namespace removal by Jiri Pirko · 5 years ago
  26. 4ebefd3 net: neigh: fix multiple neigh timer scheduling by Lorenzo Bianconi · 5 years ago
  27. d76e874 net: check before dereferencing netdev_ops during busy poll by Josh Elsasser · 5 years ago
  28. c55ce1d neigh: fix use-after-free read in pneigh_get_next by Eric Dumazet · 5 years ago
  29. b9d3bd8 ethtool: check the return value of get_regs_len by Yunsheng Lin · 6 years ago
  30. 294ec2d Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied" by Hangbin Liu · 5 years ago
  31. 73a1cbf Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")" by Greg Kroah-Hartman · 5 years ago
  32. 32a64fb pktgen: do not sleep with the thread lock held. by Paolo Abeni · 5 years ago
  33. 86e00b7 neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit by David Ahern · 5 years ago
  34. 66b835e ethtool: fix potential userspace buffer overflow by Vivien Didelot · 5 years ago
  35. 12855df net-gro: fix use-after-free read in napi_gro_frags() by Eric Dumazet · 5 years ago
  36. 350d659 net: avoid weird emergency message by Eric Dumazet · 5 years ago
  37. d5c71a7 fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...") by Greg Kroah-Hartman · 5 years ago
  38. 1fff19a fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied by Hangbin Liu · 5 years ago
  39. 77b924d net: ethtool: not call vzalloc for zero sized memory request by Li RongQing · 5 years ago
  40. 6996763 netns: provide pure entropy for net_hash_mix() by Eric Dumazet · 5 years ago
  41. d81778b net-sysfs: Fix mem leak in netdev_register_kobject by YueHaibing · 5 years ago
  42. 64696ba netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 7 years ago
  43. 8b4ceed net: Do not allocate page fragments that are not skb aligned by Alexander Duyck · 5 years ago
  44. 47dc74c net: Fix for_each_netdev_feature on Big endian by Hauke Mehrtens · 5 years ago
  45. 84d8c3a net: create skb_gso_validate_mac_len() by Daniel Axtens · 5 years ago
  46. 6d814b1 net: call sk_dst_reset when set SO_DONTROUTE by yupeng · 6 years ago
  47. 7abb7f7 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 5 years ago
  48. fe25279 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  49. d39ebd1 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  50. 4a80b1f net-gro: reset skb->pkt_type in napi_reuse_skb() by Eric Dumazet · 6 years ago
  51. a09bd93 flow_dissector: do not dissect l4 ports for fragments by 배석진 · 6 years ago
  52. 3f413ec cgroup, netclassid: add a preemption point to write_classid by Michal Hocko · 6 years ago
  53. 9819741 rtnetlink: Disallow FDB configuration for non-Ethernet device by Ido Schimmel · 6 years ago
  54. 0c49b5e net: fix pskb_trim_rcsum_slow() with odd trim offset by Dimitris Michailidis · 6 years ago
  55. f0223d1 ethtool: fix a privilege escalation bug by Wenwen Wang · 6 years ago
  56. 33424e7 net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  57. 791521e net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends by Eric Dumazet · 6 years ago
  58. 8716959 net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  59. f5d17b5 net: speed up skb_rbtree_purge() by Eric Dumazet · 6 years ago
  60. 069bb7f rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 by Eric Dumazet · 6 years ago
  61. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  62. e68a49c neighbour: confirm neigh entries when ARP packet is received by Vasily Khoruzhick · 6 years ago
  63. 53adf73 net: propagate dev_get_valid_name return code by Li RongQing · 6 years ago
  64. 19b7479 rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 6 years ago
  65. e2ffdd6 net: skb_segment() should not return NULL by Eric Dumazet · 6 years ago
  66. ad375ea skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 6 years ago
  67. cad9922 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 6 years ago
  68. ec6a603 gen_stats: Fix netlink stats dumping in the presence of padding by Toke Høiland-Jørgensen · 6 years ago
  69. c591536 rtnetlink: validate attributes in do_setlink() by Eric Dumazet · 6 years ago
  70. b389e04 net: Fix untag for vlan packets without ethernet header by Toshiaki Makita · 6 years ago
  71. 58df289 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 6 years ago
  72. a5e907c sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 6 years ago
  73. 45227db net: fix uninit-value in __hw_addr_add_ex() by Eric Dumazet · 6 years ago
  74. ec98618 net: initialize skb->peeked when cloning by Eric Dumazet · 6 years ago
  75. 581cb19 net: fix deadlock while clearing neighbor proxy table by Wolfgang Bumiller · 6 years ago
  76. 9d33bff vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi by Toshiaki Makita · 6 years ago
  77. 0e770d2 net: validate attribute sizes in neigh_dump_table() by Eric Dumazet · 6 years ago
  78. 0d1c057 net: fool proof dev_valid_name() by Eric Dumazet · 6 years ago
  79. fb9fa14 net: fix possible out-of-bound read in skb_network_protocol() by Eric Dumazet · 6 years ago
  80. fcfb53c skbuff: only inherit relevant tx_flags by Willem de Bruijn · 7 years ago
  81. 2cd3aa5 skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow by Jason A. Donenfeld · 7 years ago
  82. 419490a net: move somaxconn init from sysctl code by Roman Kapl · 7 years ago
  83. 2c26052 neighbour: update neigh timestamps iff update is effective by Ihar Hrachyshka · 7 years ago
  84. d5862b0 skbuff: Fix not waking applications when errors are enqueued by Vinicius Costa Gomes · 6 years ago
  85. 28984ba0 net: use skb_to_full_sk() in skb_update_prio() by Eric Dumazet · 6 years ago
  86. 106dc96 net: fix race on decreasing number of TX queues by Jakub Kicinski · 6 years ago
  87. eb9c7c7 net: avoid skb_warn_bad_offload on IS_ERR by Willem de Bruijn · 7 years ago
  88. b671f40 soreuseport: fix mem leak in reuseport_add_sock() by Eric Dumazet · 6 years ago
  89. 265d765 bpf: fix 32-bit divide by zero by Alexei Starovoitov · 6 years ago
  90. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 6 years ago
  91. eecfa2e flow_dissector: properly cap thoff field by Eric Dumazet · 6 years ago
  92. 014510b net: Allow neigh contructor functions ability to modify the primary_key by Jim Westfall · 6 years ago
  93. a44d911 net: qdisc_pkt_len_init() should be more robust by Eric Dumazet · 6 years ago
  94. 16d5b48 ethtool: do not print warning for applications using legacy API by Stephen Hemminger · 6 years ago
  95. 61196a6 net: core: fix module type in sock_diag_bind by Andrii Vladyka · 6 years ago
  96. 58f6ebb sock: free skb in skb_complete_tx_timestamp on error by Willem de Bruijn · 7 years ago
  97. 03c9329 net: Fix double free and memory corruption in get_net_ns_by_id() by Eric W. Biederman · 7 years ago
  98. 7f077af net: Do not allow negative values for busy_read and busy_poll sysctl interfaces by Alexander Duyck · 7 years ago
  99. 6c548e9 net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 7 years ago
  100. afd9fa6 netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed by Ye Yin · 7 years ago