1. df19dc0 cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE by Arunk Khandavalli · 6 years ago
  2. 7c10ec1 mac80211: mesh: fix HWMP sequence numbering to follow standard by Yuan-Chi Pang · 6 years ago
  3. 167c4b4 mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X by Danek Duvall · 6 years ago
  4. 0f9a807 mac80211: Run TXQ teardown code before de-registering interfaces by Toke Høiland-Jørgensen · 6 years ago
  5. 3e8e438 6lowpan: iphc: reset mac_header after decompress to fix panic by Michael Scott · 6 years ago
  6. e68a49c neighbour: confirm neigh entries when ARP packet is received by Vasily Khoruzhick · 6 years ago
  7. a8f8d5e udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
  8. 76b3380 ipv6: fix possible use-after-free in ip6_xmit() by Eric Dumazet · 6 years ago
  9. 2b797b6 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  10. 67084e2 NFC: Fix possible memory corruption when handling SHDLC I-Frame commands by Suren Baghdasaryan · 6 years ago
  11. 03758ba mac80211: restrict delayed tailroom needed decrement by Manikanta Pubbisetty · 6 years ago
  12. af322ba xfrm: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  13. 53a3bad rds: fix two RCU related problems by Cong Wang · 6 years ago
  14. 3ea051b netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user by Eric Dumazet · 7 years ago
  15. e8a62a6 net: dcb: For wild-card lookups, use priority -1, not 0 by Petr Machata · 6 years ago
  16. 64a6f7b Bluetooth: hidp: Fix handling of strncpy for hid->name information by Marcel Holtmann · 6 years ago
  17. 4fa029f nl80211: fix null-ptr dereference on invalid mesh configuration by Johannes Berg · 7 years ago
  18. 3d34325 sch_tbf: fix two null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  19. 977f75d sch_netem: avoid null pointer deref on init failure by Nikolay Aleksandrov · 7 years ago
  20. bafe019 sch_hhf: fix null pointer dereference on init failure by Nikolay Aleksandrov · 7 years ago
  21. 9db519d sch_multiq: fix double free on init failure by Nikolay Aleksandrov · 7 years ago
  22. 951104e sch_htb: fix crash on init failure by Nikolay Aleksandrov · 7 years ago
  23. 18d9489 irda: Only insert new objects into the global database via setsockopt by Tyler Hicks · 6 years ago
  24. ce54bf4ae irda: Fix memory leak caused by repeated binds of irda socket by Tyler Hicks · 6 years ago
  25. 33d2811 tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" by Eric Dumazet · 8 years ago
  26. fdb52b4 RDS: IB: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  27. 45b7e1d net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
  28. eb1ca07 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  29. a3db034 ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest() by Tan Hu · 6 years ago
  30. e9ec911 sunrpc: Don't use stack buffer with scatterlist by Laura Abbott · 6 years ago
  31. 947c262 net: sched: action_ife: take reference to meta module by Vlad Buslov · 6 years ago
  32. a93288c act_ife: fix a potential deadlock by Cong Wang · 6 years ago
  33. c892575 act_ife: move tcfa_lock down to where necessary by Cong Wang · 6 years ago
  34. 36bf8bc sctp: hold transport before accessing its asoc in sctp_transport_get_next by Xin Long · 6 years ago
  35. d669bd6 vti6: remove !skb->ignore_df check from vti6_xmit() by Alexey Kodanev · 6 years ago
  36. fe55bef tcp: do not restart timewait timer on rst reception by Florian Westphal · 6 years ago
  37. 214339f net: sched: Fix memory exposure from short TCA_U32_SEL by Kees Cook · 6 years ago
  38. e801b69 ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
  39. 4fb15ff act_ife: fix a potential use-after-free by Cong Wang · 6 years ago
  40. b5bc39d NFSv4 client live hangs after live data migration recovery by Bill Baker · 6 years ago
  41. 3ac733e 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
  42. 35c740d net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
  43. c53310d net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
  44. b69ef7c 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 6 years ago
  45. 5c45154 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 6 years ago
  46. 41b2e6e net: mac802154: tx: expand tailroom if necessary by Alexander Aring · 6 years ago
  47. 6aa4a72 net: 6lowpan: fix reserved space for single frames by Alexander Aring · 6 years ago
  48. e8e519f Cipso: cipso_v4_optptr enter infinite loop by yujuan.qi · 7 years ago
  49. eca9953 net: caif: Add a missing rcu_read_unlock() in caif_flow_cb by YueHaibing · 6 years ago
  50. 4fd0897 nl80211: Add a missing break in parse_station_flags by Bernd Edlinger · 6 years ago
  51. f1ddbb1 mac80211: add stations tied to AP_VLANs during hw reconfig by mpubbise@codeaurora.org · 6 years ago
  52. 301a6da xfrm: free skb if nlsk pointer is NULL by Florian Westphal · 6 years ago
  53. 590f312 xfrm: fix missing dst_release() after policy blocking lbcast and multicast by Tommi Rantala · 6 years ago
  54. ce723f8 vti6: fix PMTU caching and reporting on xmit by Eyal Birger · 6 years ago
  55. 5962984 packet: refine ring v3 block size test to hold one frame by Willem de Bruijn · 6 years ago
  56. f29eb8e netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state by Florian Westphal · 6 years ago
  57. 2038a9e xfrm_user: prevent leaking 2 bytes of kernel memory by Eric Dumazet · 6 years ago
  58. e63303e tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 6 years ago
  59. d4efb85 tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  60. 4770fdc packet: reset network header if packet shorter than ll reserved space by Willem de Bruijn · 6 years ago
  61. d8a77d1 netfilter: nf_conntrack: Fix possible possible crash on module loading. by Andrey Ryabinin · 6 years ago
  62. 7754ed7 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  63. 865c4f9 net: qrtr: Broadcast messages only from control port by Arun Kumar Neelakantam · 6 years ago
  64. 8823c73 ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 6 years ago
  65. 894b753 netfilter: x_tables: set module owner for icmp(6) matches by Florian Westphal · 6 years ago
  66. 1c7e225 ieee802154: 6lowpan: set IFLA_LINK by Lubomir Rintel · 6 years ago
  67. 15a7879 nl80211: relax ht operation checks for mesh by Bob Copeland · 6 years ago
  68. f6a6768 netfilter: nf_log: fix uninit read in nf_log_proc_dostring by Jann Horn · 6 years ago
  69. 40ae32c batman-adv: Fix bat_v best gw refcnt after netlink dump by Sven Eckelmann · 6 years ago
  70. b5f6a0a batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump by Sven Eckelmann · 6 years ago
  71. f12a825 ipv6: mcast: fix unsolicited report interval after receiving querys by Hangbin Liu · 6 years ago
  72. 53adf73 net: propagate dev_get_valid_name return code by Li RongQing · 6 years ago
  73. a677cc3 netfilter: ipv6: nf_defrag: reduce struct net memory waste by Eric Dumazet · 6 years ago
  74. 34a806b Bluetooth: avoid killing an already killed socket by Sudip Mukherjee · 6 years ago
  75. c4db09a cls_matchall: fix tcf_unbind_filter missing by Hangbin Liu · 6 years ago
  76. ce494b3 net_sched: fix NULL pointer dereference when delete tcindex filter by Hangbin Liu · 6 years ago
  77. fa284d2 net_sched: Fix missing res info when create new tc_index filter by Hangbin Liu · 6 years ago
  78. 87e7e8d ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit by Xin Long · 6 years ago
  79. f6b8276 vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  80. 2ff9f08 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 6 years ago
  81. ae7d506 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache by Wei Wang · 6 years ago
  82. 4269a8f dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() by Alexey Kodanev · 6 years ago
  83. 7c7940f Bluetooth: hidp: buffer overflow in hidp_process_report by Mark Salyzyn · 6 years ago
  84. 36ee106 tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 6 years ago
  85. c68c772 netlink: Don't shift on 64 for ngroups by Dmitry Safonov · 6 years ago
  86. 4d50257 netlink: Don't shift with UB on nlk->ngroups by Dmitry Safonov · 6 years ago
  87. 4f08437 netlink: Do not subscribe to non-existent groups by Dmitry Safonov · 6 years ago
  88. 9a492f8 net: socket: fix potential spectre v1 gadget in socketcall by Jeremy Cline · 6 years ago
  89. 67f0a28 netlink: Fix spectre v1 gadget in netlink_create() by Jeremy Cline · 6 years ago
  90. ab9a0f8 net: dsa: Do not suspend/resume closed slave_dev by Florian Fainelli · 6 years ago
  91. d59dcdf ipv4: frags: handle possible skb truesize change by Eric Dumazet · 6 years ago
  92. c5282a0 inet: frag: enforce memory limits earlier by Eric Dumazet · 6 years ago
  93. 019ea51 tcp: add one more quick ack after after ECN events by Eric Dumazet · 6 years ago
  94. 095ab5f4 tcp: refactor tcp_ecn_check_ce to remove sk type cast by Yousuk Seung · 6 years ago
  95. 65d986c tcp: do not aggressively quick ack after ECN events by Eric Dumazet · 6 years ago
  96. 90cf17d tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 6 years ago
  97. 8ca41e4 tcp: do not force quickack when receiving out-of-order packets by Eric Dumazet · 6 years ago
  98. b3e349f tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 6 years ago
  99. e364f1a ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
  100. 34447a6 ipconfig: Correctly initialise ic_nameservers by Chris Novakovic · 6 years ago