1. 271b4a8 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 6 years ago
  2. 6fdeb3e ip6_tunnel: Correct tos value in collect_md mode by Haishuang Yan · 7 years ago
  3. fd500b3 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 7 years ago
  4. 2f48581 tipc: fix a race condition of releasing subscriber object by Ying Xue · 7 years ago
  5. 2185dba tipc: Fix tipc_sk_reinit handling of -EAGAIN by Bob Peterson · 7 years ago
  6. 23e983e ipv6: set rt6i_protocol properly in the route when it is installed by Xin Long · 7 years ago
  7. 83e158f Bluetooth: SMP: fix crash in unpairing by Matias Karhumaa · 6 years ago
  8. 6e93cd9 nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT by Masashi Honma · 6 years ago
  9. de500b9 xfrm: validate template mode by Sean Tranchetti · 6 years ago
  10. e36e7b0 mac80211: TDLS: fix skb queue/priority assignment by Johannes Berg · 6 years ago
  11. 48741ca cfg80211: Address some corner cases in scan result channel updating by Jouni Malinen · 6 years ago
  12. 147953b mac80211: fix pending queue hang due to TX_DROP by Bob Copeland · 6 years ago
  13. 411a3f2 cfg80211: reg: Init wiphy_idx in regulatory_hint_core() by Andrei Otcheretianski · 6 years ago
  14. 1e97d6b mac80211: Always report TX status by Andrei Otcheretianski · 6 years ago
  15. 7faa369 xfrm6: call kfree_skb when skb is toobig by Thadeu Lima de Souza Cascardo · 6 years ago
  16. 89cb86e xfrm: Validate address prefix lengths in the xfrm selector. by Steffen Klassert · 6 years ago
  17. dc3f9ba netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info by Xin Long · 7 years ago
  18. e7d75863 batman-adv: fix hardif_neigh refcount on queue_work() failure by Marek Lindner · 6 years ago
  19. 0b296f3 batman-adv: fix backbone_gw refcount on queue_work() failure by Marek Lindner · 6 years ago
  20. 450db3d batman-adv: Prevent duplicated tvlv handler by Sven Eckelmann · 6 years ago
  21. 8b7a4df batman-adv: Prevent duplicated global TT entry by Sven Eckelmann · 6 years ago
  22. 4958003 batman-adv: Prevent duplicated softif_vlan entry by Sven Eckelmann · 6 years ago
  23. 2231ff0 batman-adv: Prevent duplicated nc_node entry by Sven Eckelmann · 6 years ago
  24. 78364cd batman-adv: Fix segfault when writing to sysfs elp_interval by Sven Eckelmann · 6 years ago
  25. 9201785 batman-adv: Fix segfault when writing to throughput_override by Sven Eckelmann · 6 years ago
  26. 5a0f340 ipv4: frags: precedence bug in ip_expire() by Dan Carpenter · 6 years ago
  27. 85e59af9 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 6 years ago
  28. 4077ddb ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  29. e9e4ac4 ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  30. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  31. b475cf3 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  32. 791521e net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends by Eric Dumazet · 6 years ago
  33. a8444b1 ipv6: defrag: drop non-last frags smaller than min mtu by Florian Westphal · 6 years ago
  34. 8716959 net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  35. f5d17b5 net: speed up skb_rbtree_purge() by Eric Dumazet · 6 years ago
  36. 82f36cb ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  37. d838486 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 6 years ago
  38. cbc4549 ipv6: frags: rewrite ip6_expire_frag_queue() by Eric Dumazet · 6 years ago
  39. 7a87ec9 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 6 years ago
  40. 7f61706 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 6 years ago
  41. 965e2ad inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 6 years ago
  42. 49106f3 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 6 years ago
  43. ea7496f inet: frags: remove some helpers by Eric Dumazet · 6 years ago
  44. 23ce9c5 inet: frags: use rhashtables for reassembly units by Eric Dumazet · 6 years ago
  45. 620018d ipv6: export ip6 fragments sysctl to unprivileged users by Eric Dumazet · 6 years ago
  46. 1b363f8 inet: frags: refactor lowpan_net_frag_init() by Eric Dumazet · 6 years ago
  47. dae73e7 inet: frags: refactor ipv6_frag_init() by Eric Dumazet · 6 years ago
  48. bbf6d86 inet: frags: refactor ipfrag_init() by Eric Dumazet · 6 years ago
  49. 2ffb1c3 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  50. 7fca771 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  51. 6b2f36b inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  52. 4cded0a tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  53. 069bb7f rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 by Eric Dumazet · 6 years ago
  54. a7fa1e6 netlabel: check for IPV4MASK in addrinfo_get by Sean Tranchetti · 6 years ago
  55. ea14355 net/ipv6: Display all addresses in output of /proc/net/if_inet6 by Jeff Barnhill · 6 years ago
  56. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  57. 4ceb29c ipv6: take rcu lock in rawv6_send_hdrinc() by Wei Wang · 6 years ago
  58. c476a44 ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() by Eric Dumazet · 6 years ago
  59. 2b7b2c4 ip_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  60. 22c1e778 ip6_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  61. fcbd4cc ebtables: arpreply: Add the standard target sanity check by Gao Feng · 7 years ago
  62. e487b5a mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys by Felix Fietkau · 6 years ago
  63. 161a426 mac80211: shorten the IBSS debug messages by Emmanuel Grumbach · 6 years ago
  64. 57eff4d mac80211: don't Tx a deauth frame if the AP forbade Tx by Emmanuel Grumbach · 6 years ago
  65. 2900bcc mac80211: Fix station bandwidth setting after channel switch by Ilan Peer · 6 years ago
  66. 2727287 mac80211: fix a race between restart and CSA flows by Emmanuel Grumbach · 6 years ago
  67. b699bcb cfg80211: fix a type issue in ieee80211_chandef_to_operating_class() by Dan Carpenter · 6 years ago
  68. df19dc0 cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE by Arunk Khandavalli · 6 years ago
  69. 7c10ec1 mac80211: mesh: fix HWMP sequence numbering to follow standard by Yuan-Chi Pang · 6 years ago
  70. 167c4b4 mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X by Danek Duvall · 6 years ago
  71. 0f9a807 mac80211: Run TXQ teardown code before de-registering interfaces by Toke Høiland-Jørgensen · 6 years ago
  72. 3e8e438 6lowpan: iphc: reset mac_header after decompress to fix panic by Michael Scott · 6 years ago
  73. e68a49c neighbour: confirm neigh entries when ARP packet is received by Vasily Khoruzhick · 6 years ago
  74. a8f8d5e udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
  75. 76b3380 ipv6: fix possible use-after-free in ip6_xmit() by Eric Dumazet · 6 years ago
  76. 2b797b6 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  77. 67084e2 NFC: Fix possible memory corruption when handling SHDLC I-Frame commands by Suren Baghdasaryan · 6 years ago
  78. 03758ba mac80211: restrict delayed tailroom needed decrement by Manikanta Pubbisetty · 6 years ago
  79. af322ba xfrm: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  80. 53a3bad rds: fix two RCU related problems by Cong Wang · 6 years ago
  81. 3ea051b netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user by Eric Dumazet · 7 years ago
  82. e8a62a6 net: dcb: For wild-card lookups, use priority -1, not 0 by Petr Machata · 6 years ago
  83. 64a6f7b Bluetooth: hidp: Fix handling of strncpy for hid->name information by Marcel Holtmann · 6 years ago
  84. 4fa029f nl80211: fix null-ptr dereference on invalid mesh configuration by Johannes Berg · 7 years ago
  85. 3d34325 sch_tbf: fix two null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  86. 977f75d sch_netem: avoid null pointer deref on init failure by Nikolay Aleksandrov · 7 years ago
  87. bafe019 sch_hhf: fix null pointer dereference on init failure by Nikolay Aleksandrov · 7 years ago
  88. 9db519d sch_multiq: fix double free on init failure by Nikolay Aleksandrov · 7 years ago
  89. 951104e sch_htb: fix crash on init failure by Nikolay Aleksandrov · 7 years ago
  90. 18d9489 irda: Only insert new objects into the global database via setsockopt by Tyler Hicks · 6 years ago
  91. ce54bf4ae irda: Fix memory leak caused by repeated binds of irda socket by Tyler Hicks · 6 years ago
  92. 33d2811 tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" by Eric Dumazet · 7 years ago
  93. fdb52b4 RDS: IB: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  94. 45b7e1d net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
  95. eb1ca07 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  96. a3db034 ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest() by Tan Hu · 6 years ago
  97. e9ec911 sunrpc: Don't use stack buffer with scatterlist by Laura Abbott · 6 years ago
  98. 947c262 net: sched: action_ife: take reference to meta module by Vlad Buslov · 6 years ago
  99. a93288c act_ife: fix a potential deadlock by Cong Wang · 6 years ago
  100. c892575 act_ife: move tcfa_lock down to where necessary by Cong Wang · 6 years ago