1. 3e00bf9 net: sched: fix NULL pointer dereference when action calls some targets by Xin Long · 7 years ago
  2. f3f5bf2 irda: do not leak initialized list.dev to userspace by Colin Ian King · 7 years ago
  3. aadbe1f tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP by Neal Cardwell · 7 years ago
  4. 1c18f93 ipv6: repair fib6 tree in failure case by Wei Wang · 7 years ago
  5. 62e9a28 ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 7 years ago
  6. 7ad5fb9 tipc: fix use-after-free by Eric Dumazet · 7 years ago
  7. 0f5ecc7 sctp: fully initialize the IPv6 address in sctp_v6_to_addr() by Alexander Potapenko · 7 years ago
  8. f29c9f4 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
  9. 3c7af81 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 7 years ago
  10. 792c070 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  11. 38530f6 net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 7 years ago
  12. 71501d9 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 7 years ago
  13. 236b0d9 dccp: defer ccid_hc_tx_delete() at dismantle time by Eric Dumazet · 7 years ago
  14. b31cbe2 dccp: purge write queue in dccp_destroy_sock() by Eric Dumazet · 7 years ago
  15. 2e3f17f af_key: do not use GFP_KERNEL in atomic contexts by Eric Dumazet · 7 years ago
  16. 5170d21 netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister by Liping Zhang · 8 years ago
  17. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  18. 4688f04 revert "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output" by Greg Kroah-Hartman · 7 years ago
  19. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  20. e584135 packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  21. f628c9d igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  22. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  23. 87fdcfe tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  24. e392e30 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target by Xin Long · 7 years ago
  25. 05046af net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 7 years ago
  26. 3914a7e tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states by Yuchung Cheng · 7 years ago
  27. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 8 years ago
  28. f102bb7 ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  29. ee96797 ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int by Pavel Tikhomirov · 8 years ago
  30. 9acfb31 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 8 years ago
  31. bb21d2e dccp: fix a memleak for dccp_feat_init err process by Xin Long · 8 years ago
  32. 4d938b6 dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly by Xin Long · 8 years ago
  33. 9ffa672 dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly by Xin Long · 8 years ago
  34. 23a91c8 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() by Stefano Brivio · 8 years ago
  35. 47f3bf6 packet: fix use-after-free in prb_retire_rx_blk_timer_expired() by WANG Cong · 8 years ago
  36. d53ff38 openvswitch: fix potential out of bound access in parse_ct by Liping Zhang · 8 years ago
  37. cda2bc9 rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 8 years ago
  38. 0c47f11 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 8 years ago
  39. 4a2ffe1 ipv6: avoid overflow of offset in ip6_find_1stfragopt by Sabrina Dubroca · 8 years ago
  40. 0b83249 net: Zero terminate ifr_name in dev_ifname(). by David S. Miller · 8 years ago
  41. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 8 years ago
  42. 0cd73c4 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 8 years ago
  43. 2e6b237 tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 8 years ago
  44. 0c0ede3 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 8 years ago
  45. ec78968 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 8 years ago
  46. 73520d3 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 8 years ago
  47. 0b86564 xfrm: Don't use sk_family for socket policy lookups by Steffen Klassert · 8 years ago
  48. 000224c l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup by Guillaume Nault · 8 years ago
  49. aeb2303 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output by Zheng Li · 8 years ago
  50. 48a70be net: skb_needs_check() accepts CHECKSUM_NONE for tx by Eric Dumazet · 8 years ago
  51. 26d01aa net: reduce skb_warn_bad_offload() noise by Eric Dumazet · 8 years ago
  52. 0f94b36 af_key: Add lock to key dump by Yuejie Shi · 8 years ago
  53. 4dd0aa9 sunrpc: use constant time memory comparison for mac by Jason A. Donenfeld · 8 years ago
  54. 445ea10 ipvs: SNAT packet replies only for NATed connections by Julian Anastasov · 8 years ago
  55. 3c17d41 af_key: Fix sadb_x_ipsecrequest parsing by Herbert Xu · 8 years ago
  56. 3da27a9 Bluetooth: use constant time memory comparison for secret values by Jason A. Donenfeld · 8 years ago
  57. 244a7db NFC: Add sockaddr length checks before accessing sa_family in bind handlers by Mateusz Jurczyk · 8 years ago
  58. 4a14225 nfc: Fix the sockaddr length sanitization in llcp_sock_connect by Mateusz Jurczyk · 8 years ago
  59. d1ac8a9 nfc: Ensure presence of required attributes in the activate_target handler by Mateusz Jurczyk · 8 years ago
  60. f73de3f NFC: fix broken device allocation by Johan Hovold · 8 years ago
  61. 6a90f81 cfg80211: Check if NAN service ID is of expected size by Srinivas Dasari · 8 years ago
  62. 7e9e963 cfg80211: Check if PMKID attribute is of expected size by Srinivas Dasari · 8 years ago
  63. e471290 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES by Srinivas Dasari · 8 years ago
  64. b68aa7d cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE by Srinivas Dasari · 8 years ago
  65. 181dda4 rds: tcp: use sock_create_lite() to create the accept socket by Sowmini Varadhan · 8 years ago
  66. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 8 years ago
  67. 05e165e net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 8 years ago
  68. d2c9512 ipv6: dad: don't remove dynamic addresses if link is down by Sabrina Dubroca · 8 years ago
  69. 0673280 net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 8 years ago
  70. e5e5c0e bridge: mdb: fix leak on complete_info ptr on fail path by Eduardo Valentin · 8 years ago
  71. 3f04c32 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 8 years ago
  72. ef13840 tcp: reset sk_rx_dst in tcp_disconnect() by WANG Cong · 8 years ago
  73. 0526ff3 ipv6: avoid unregistering inet6_dev for loopback by WANG Cong · 8 years ago
  74. dc491cd net: sched: Fix one possible panic when no destroy callback by Gao Feng · 8 years ago
  75. 13550ff net_sched: fix error recovery at qdisc creation by Eric Dumazet · 8 years ago
  76. 4211442 netfilter: use skb_to_full_sk in ip_route_me_harder by Florian Westphal · 8 years ago
  77. ac27302 xfrm: Oops on error in pfkey_msg2xfrm_state() by Dan Carpenter · 8 years ago
  78. c460f2b xfrm: NULL dereference on allocation failure by Dan Carpenter · 8 years ago
  79. 1e16662 xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY by Sabrina Dubroca · 8 years ago
  80. adfe95f ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  81. 168bd51 sctp: check af before verify address in sctp_addr_id2transport by Xin Long · 8 years ago
  82. 9f8ffe4 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 8 years ago
  83. 6baa8c9 mac80211: initialize SMPS field in HT capabilities by Felix Fietkau · 8 years ago
  84. 6130fac mac80211: recalculate min channel width on VHT opmode changes by Johannes Berg · 8 years ago
  85. b07bf23 ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 8 years ago
  86. e5a2ba9 net: dsa: Check return value of phy_connect_direct() by Florian Fainelli · 8 years ago
  87. 5dcd085 net: ethtool: Initialize buffer when querying device channel settings by Eran Ben Elisha · 8 years ago
  88. 08cb8e5 l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 8 years ago
  89. 599e6f0 l2tp: hold session while sending creation notifications by Guillaume Nault · 8 years ago
  90. d9face6 l2tp: fix duplicate session creation by Guillaume Nault · 8 years ago
  91. 806e988 l2tp: ensure session can't get removed during pppol2tp_session_ioctl() by Guillaume Nault · 8 years ago
  92. 6539c4f l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 8 years ago
  93. b89bd0c netfilter: synproxy: fix conntrackd interaction by Eric Leblond · 8 years ago
  94. ced7689 netfilter: xt_TCPMSS: add more sanity tests on tcph->doff by Eric Dumazet · 8 years ago
  95. 8e23163 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 8 years ago
  96. b9ca9b0 ipv6: Do not leak throw route references by Serhey Popovych · 8 years ago
  97. 08058c2 net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev by Gao Feng · 8 years ago
  98. f1a0e7d decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  99. 4c24686 sctp: return next obj by passing pos + 1 into sctp_transport_get_idx by Xin Long · 8 years ago
  100. fded2d7 ipv6: fix calling in6_ifa_hold incorrectly for dad work by Xin Long · 8 years ago