1. 9c6727d inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  2. 5eb2471 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  3. 245426d l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
  4. f5f5d31 l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
  5. 8034f36 net/rose: fix NULL ax25_cb kernel panic by Bernard Pidoux · 6 years ago
  6. ce29e8a netrom: switch to sock timer API by Cong Wang · 6 years ago
  7. a0d1b4a l2tp: copy 4 more bytes to linear part if necessary by Jacob Wen · 6 years ago
  8. f9b9a8e ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  9. 8781bfd can: bcm: check timer values before ktime conversion by Oliver Hartkopp · 6 years ago
  10. e98f787 net: bridge: Fix ethernet header pointer before check skb forwardable by Yunjian Wang · 6 years ago
  11. 749cbfc net_sched: refetch skb protocol for each filter by Cong Wang · 6 years ago
  12. 289992e net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 6 years ago
  13. e5c13a9 openvswitch: Avoid OOB read when parsing flow nlattrs by Ross Lagerwall · 6 years ago
  14. 52a30a6e net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  15. de61497 net: speed up skb_rbtree_purge() by Eric Dumazet · 7 years ago
  16. 0438580 net: call sk_dst_reset when set SO_DONTROUTE by yupeng · 6 years ago
  17. cc97500 ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses by David Ahern · 6 years ago
  18. 8fccab3 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address by David Ahern · 6 years ago
  19. 02035be tipc: fix uninit-value in tipc_nl_compat_doit by Ying Xue · 6 years ago
  20. c25352f tipc: fix uninit-value in tipc_nl_compat_name_table_dump by Ying Xue · 6 years ago
  21. 0ff9dec tipc: fix uninit-value in tipc_nl_compat_link_set by Ying Xue · 6 years ago
  22. 0ae6754 tipc: fix uninit-value in tipc_nl_compat_bearer_enable by Ying Xue · 6 years ago
  23. 93ece92 tipc: fix uninit-value in tipc_nl_compat_link_reset_stats by Ying Xue · 6 years ago
  24. 3fb0cbe sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  25. 84ba6b7 sunrpc: handle ENOMEM in rpcb_getport_async by J. Bruce Fields · 6 years ago
  26. 471a110 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  27. b57db51 packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 6 years ago
  28. 01267fc net: bridge: fix a bug on using a neighbour cache entry without checking its state by JianJhen Chen · 6 years ago
  29. 876d681 ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 6 years ago
  30. 693ae29 can: gw: ensure DLC boundaries after CAN frame modification by Oliver Hartkopp · 6 years ago
  31. 9615b6a sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  32. 2d75014 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
  33. 69c1fd1 sunrpc: use SVC_NET() in svcauth_gss_* functions by Vasily Averin · 6 years ago
  34. 192f7ca sunrpc: fix cache_head leak due to queued request by Vasily Averin · 6 years ago
  35. 987f206 xfrm: Fix bucket count reported to userspace by Benjamin Poirier · 6 years ago
  36. f8de5a3 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  37. 291d37f VSOCK: Send reset control packet when socket is partially bound by Jorgen Hansen · 6 years ago
  38. 15c17f3 sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  39. 33a0834 packet: validate address length if non-zero by Willem de Bruijn · 6 years ago
  40. 5b4dc60 packet: validate address length by Willem de Bruijn · 6 years ago
  41. 429b64a netrom: fix locking in nr_find_socket() by Cong Wang · 6 years ago
  42. 708ae57 ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  43. 615b746 ieee802154: lowpan_header_create check must check daddr by Willem de Bruijn · 6 years ago
  44. c0e93a6 ax25: fix a use-after-free in ax25_fillin_cb() by Cong Wang · 6 years ago
  45. 74d6170 ipv4: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  46. 6dc5050 ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  47. 61bbbe5 SUNRPC: Fix a potential race in xprt_connect() by Trond Myklebust · 6 years ago
  48. 9cdcdad mac80211: Fix condition validating WMM IE by Ilan Peer · 7 years ago
  49. 7309da0 mac80211: don't WARN on bad WMM parameters from buggy APs by Emmanuel Grumbach · 7 years ago
  50. 2b29980 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  51. ed7748b tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  52. 266b50e rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  53. d7519c0 net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  54. 298e114 ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  55. d1deb58 mac80211: ignore NullFunc frames in the duplicate detection by Emmanuel Grumbach · 6 years ago
  56. 5a7b2af mac80211: fix reordering of buffered broadcast packets by Felix Fietkau · 6 years ago
  57. 00512a2 mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext by Felix Fietkau · 6 years ago
  58. a315f71 mac80211: Clear beacon_int in ieee80211_do_stop by Ben Greear · 6 years ago
  59. 5f3c652 SUNRPC: Fix leak of krb5p encode pages by Chuck Lever · 6 years ago
  60. 497b7ca batman-adv: Expand merged fragment buffer for full packet by Sven Eckelmann · 6 years ago
  61. 44cf1d4 ip_tunnel: Fix name string concatenate in __ip_tunnel_create() by Sultan Alsawaf · 7 years ago
  62. 1c759b3 netfilter: nf_tables: fix oops when inserting an element into a verdict map by Liping Zhang · 8 years ago
  63. 606576a SUNRPC: Fix a bogus get/put in generic_key_to_expire() by Trond Myklebust · 6 years ago
  64. 6f80fe0 llc: do not use sk_eat_skb() by Eric Dumazet · 6 years ago
  65. 8b97e04 sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer by Xin Long · 6 years ago
  66. a2b02eb SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() by YueHaibing · 6 years ago
  67. 1fc4be6 netfilter: xt_IDLETIMER: add sysfs filename checking routine by Taehee Yoo · 6 years ago
  68. 186642845 netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net by Eric Westbrook · 7 years ago
  69. c37215a ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  70. 4dc0c62 net-gro: reset skb->pkt_type in napi_reuse_skb() by Eric Dumazet · 6 years ago
  71. 7876c2d ip_tunnel: don't force DF when MTU is locked by Sabrina Dubroca · 6 years ago
  72. 8c17415 flow_dissector: do not dissect l4 ports for fragments by 배석진 · 6 years ago
  73. 4293fbc sunrpc: correct the computation for page_ptr when truncating by Frank Sorenson · 6 years ago
  74. 1c6c5d0 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 7 years ago
  75. e6914e1 nfsd: Fix an Oops in free_session() by Trond Myklebust · 6 years ago
  76. 7546540 net/ipv4: defensive cipso option parsing by Stefan Nuernberger · 6 years ago
  77. 80ab1e2 l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 by Guillaume Nault · 8 years ago
  78. abd46fc rtnetlink: Disallow FDB configuration for non-Ethernet device by Ido Schimmel · 6 years ago
  79. 8de8589 net: drop skb on failure in ip_check_defrag() by Cong Wang · 6 years ago
  80. fee37f1 sctp: fix race on sctp_id2asoc by Marcelo Ricardo Leitner · 6 years ago
  81. 9852807 net: socket: fix a missing-check bug by Wenwen Wang · 6 years ago
  82. 7fc851d net: sched: gred: pass the right attribute to gred_change_table_def() by Jakub Kicinski · 6 years ago
  83. 9774903 net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs by David Ahern · 6 years ago
  84. 2647feb ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called by Stefano Brivio · 6 years ago
  85. ef1cb6b ipv6: mcast: fix a use-after-free in inet6_mc_check by Eric Dumazet · 6 years ago
  86. 4100be3 net: bridge: remove ipv6 zero address check in mcast queries by Nikolay Aleksandrov · 6 years ago
  87. a151923 bridge: do not add port to router list when receives query with source 0.0.0.0 by Hangbin Liu · 6 years ago
  88. 414fb21 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 8 years ago
  89. 02bc531 gro: Allow tunnel stacking in the case of FOU/GUE by Alexander Duyck · 9 years ago
  90. 1523689 vti6: flush x-netns xfrm cache when vti interface is removed by Nicolas Dichtel · 8 years ago
  91. ab0b3b9 sch_red: update backlog as well by WANG Cong · 9 years ago
  92. 9e9fe58 xfrm: Clear sk_dst_cache when applying per-socket policy. by Jonathan Basseri · 7 years ago
  93. 274337f ipv6: orphan skbs in reassembly unit by Eric Dumazet · 8 years ago
  94. 8017616 af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
  95. ca4a744 net: drop write-only stack variable by David Herrmann · 9 years ago
  96. b0c52fb Bluetooth: SMP: fix crash in unpairing by Matias Karhumaa · 6 years ago
  97. 5217bec xfrm: validate template mode by Sean Tranchetti · 6 years ago
  98. db420bc cfg80211: reg: Init wiphy_idx in regulatory_hint_core() by Andrei Otcheretianski · 6 years ago
  99. 7402bc9 mac80211: Always report TX status by Andrei Otcheretianski · 6 years ago
  100. 4e16c61 xfrm6: call kfree_skb when skb is toobig by Thadeu Lima de Souza Cascardo · 7 years ago