1. 7b7a5a8 net: ipv4: Fix multipath selection with vrf by David Ahern · 7 years ago
  2. 17a561b gro: Disable frag0 optimization on IPv6 ext headers by Herbert Xu · 7 years ago
  3. 934ca01 gro: use min_t() in skb_gro_reset_offset() by Eric Dumazet · 7 years ago
  4. ec0fdcb8 gro: Enter slow-path if there is no tailroom by Herbert Xu · 7 years ago
  5. 33364ee net: add the AF_QIPCRTR entries to family name tables by Anna, Suman · 7 years ago
  6. 2ff4a02 net: dsa: Ensure validity of dst->ds[0] by Florian Fainelli · 7 years ago
  7. efc455f ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 7 years ago
  8. fe1e13c igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 7 years ago
  9. 7826d11 flow_dissector: Update pptp handling to avoid null pointer deref. by Ian Kumlien · 7 years ago
  10. 9f65f5d drop_monitor: consider inserted data in genlmsg_end by Reiter Wolfgang · 7 years ago
  11. 9f7551e drop_monitor: add missing call to genlmsg_end by Reiter Wolfgang · 7 years ago
  12. a8a213f net: ipv4: dst for local input routes should use l3mdev if relevant by David Ahern · 7 years ago
  13. e742208 net: fix incorrect original ingress device index in PKTINFO by Wei Zhang · 7 years ago
  14. 2ffc694 rtnl: stats - add missing netlink message size checks by Mathias Krause · 7 years ago
  15. 9b4a34f net/sched: cls_flower: Fix missing addr_type in classify by Paul Blakey · 7 years ago
  16. 09babe4 net, sched: fix soft lockup in tc_classify by Daniel Borkmann · 7 years ago
  17. ee99e2b ipv6: handle -EFAULT from skb_copy_bits by Dave Jones · 7 years ago
  18. d36a1cb inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 7 years ago
  19. ed3cc32 sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null by Xin Long · 7 years ago
  20. 4581639 nl80211: Use different attrs for BSSID and random MAC addr in scan req by Vamsi Krishna · 8 years ago
  21. cd84516 mac80211: fix tid_agg_rx NULL dereference by Johannes Berg · 8 years ago
  22. 5e7598a mac80211: initialize fast-xmit 'info' later by Johannes Berg · 7 years ago
  23. 369b330 SUNRPC: fix refcounting problems with auth_gss messages. by NeilBrown · 7 years ago
  24. fc6cb9c libceph: verify authorize reply on connect by Ilya Dryomov · 8 years ago
  25. e80ceb2 vsock/virtio: fix src/dst cid format by Michael S. Tsirkin · 7 years ago
  26. 1976c76 cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts by Johannes Berg · 7 years ago
  27. 332b05c can: raw: raw_setsockopt: limit number of can_filter that can be set by Marc Kleine-Budde · 7 years ago
  28. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 7 years ago
  29. ed5d778 netlink: Do not schedule work from sk_destruct by Herbert Xu · 7 years ago
  30. c79e167 net: caif: remove ineffective check by Pan Bian · 7 years ago
  31. 0eab121 net: ping: check minimum size on ICMP header length by Kees Cook · 7 years ago
  32. b595896 net: bridge: set error code on failure by Pan Bian · 8 years ago
  33. 14dd3e1 net: af_mpls.c add space before open parenthesis by Suraj Deshmukh · 8 years ago
  34. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  35. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  36. c66ebf2 net: dcb: set error code on failures by Pan Bian · 8 years ago
  37. a38b610 Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  38. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  39. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 8 years ago
  40. 6b6ebb6 ip6_offload: check segs for NULL in ipv6_gso_segment. by Artem Savkov · 8 years ago
  41. 721c744 RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net by Sowmini Varadhan · 8 years ago
  42. 80d1106a Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()" by Eli Cooper · 8 years ago
  43. b4e479a9 ipv6: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  44. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  45. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 8 years ago
  46. 6919756 net/rtnetlink: fix attribute name in nlmsg_size() comments by Tobias Klauser · 8 years ago
  47. c2d0f48 batman-adv: Check for alloc errors when preparing TT local data by Sven Eckelmann · 8 years ago
  48. 7bbf91c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  49. 3d2dd61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  50. 17a49cd netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in 64bit kernel by Hongxu Jia · 8 years ago
  51. 31e2f21 l2tp: fix address test in __l2tp_ip6_bind_lookup() by Guillaume Nault · 8 years ago
  52. df90e68 l2tp: fix lookup for sockets not bound to a device in l2tp_ip by Guillaume Nault · 8 years ago
  53. d5e3a19 l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() by Guillaume Nault · 8 years ago
  54. a3c1842 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 8 years ago
  55. 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 8 years ago
  56. f92a80a openvswitch: Fix skb leak in IPv6 reassembly. by Daniele Di Proietto · 8 years ago
  57. a55e238 esp6: Fix integrity verification when ESN are used by Tobias Brunner · 8 years ago
  58. 7c7fedd esp4: Fix integrity verification when ESN are used by Tobias Brunner · 8 years ago
  59. 83e2d058 xfrm_user: fix return value from xfrm_user_rcv_msg by Yi Zhao · 8 years ago
  60. 881eada net: dsa: slave: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  61. 3f65047 of_mdio: add helper to deregister fixed-link PHYs by Johan Hovold · 8 years ago
  62. 0d8f3c6 net: dsa: slave: fix of-node leak and phy priority by Johan Hovold · 8 years ago
  63. a510887 GSO: Reload iph after pskb_may_pull by Arnaldo Carvalho de Melo · 8 years ago
  64. 725cbb62 sched: cls_flower: remove from hashtable only in case skip sw flag is not set by Jiri Pirko · 8 years ago
  65. 648f0c2 net/dccp: fix use-after-free in dccp_invalid_packet by Eric Dumazet · 8 years ago
  66. 707693c netlink: Call cb->done from a worker thread by Herbert Xu · 8 years ago
  67. 95c2027 net/sched: pedit: make sure that offset is valid by Amir Vadai · 8 years ago
  68. 9b57da0 netfilter: ipv6: nf_defrag: drop mangled skb on ream error by Florian Westphal · 8 years ago
  69. 7a99cd6 net: dsa: fix unbalanced dsa_switch_tree reference counting by Nikita Yushchenko · 8 years ago
  70. 79dc7e3 net: handle no dst on skb in icmp6_send by David Ahern · 8 years ago
  71. 4df21df tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set by Julian Wollrath · 8 years ago
  72. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  73. 9590112 tipc: fix link statistics counter errors by Jon Paul Maloy · 8 years ago
  74. 8eb4adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  75. fd05d7b net: dsa: fix fixed-link-phy device leaks by Johan Hovold · 8 years ago
  76. 6998cc6 tipc: resolve connection flow control compatibility problem by Jon Paul Maloy · 8 years ago
  77. 8006f6b net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS by Miroslav Lichvar · 8 years ago
  78. d876a4d tipc: improve sanity check for received domain records by Jon Paul Maloy · 8 years ago
  79. f796755 tipc: fix compatibility bug in link monitoring by Jon Paul Maloy · 8 years ago
  80. fb09c8c Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  81. f9e154a Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 8 years ago
  82. 19a8bb2 net sched filters: fix filter handle ID in tfilter_notify_chain() by Roman Mashak · 8 years ago
  83. 30c7be2 udplite: call proper backlog handlers by Eric Dumazet · 8 years ago
  84. 764d3be ipv6: bump genid when the IFA_F_TENTATIVE flag is clear by Paolo Abeni · 8 years ago
  85. 49cdc4c netfilter: nft_range: add the missing NULL pointer check by Liping Zhang · 8 years ago
  86. d3e2a11 netfilter: nf_tables: fix inconsistent element expiration calculation by Anders K. Pedersen · 8 years ago
  87. 7223ecd netfilter: nat: switch to new rhlist interface by Florian Westphal · 8 years ago
  88. 728e87b netfilter: nat: fix cmp return value by Florian Westphal · 8 years ago
  89. abd66e9 netfilter: nft_hash: validate maximum value of u32 netlink hash attribute by Laura Garcia Liebana · 8 years ago
  90. 00b4422 netfilter: Update nf_send_reset6 to consider L3 domain by David Ahern · 8 years ago
  91. 6d8b49c netfilter: Update ip_route_me_harder to consider L3 domain by David Ahern · 8 years ago
  92. a4cd027 net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit" by WANG Cong · 8 years ago
  93. 93af205 rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() by Zhang Shengju · 8 years ago
  94. 5499a6b can: bcm: fix support for CAN FD frames by Oliver Hartkopp · 8 years ago
  95. 6b22648 flowcache: Increase threshold for refusing new allocations by Miroslav Urbanek · 8 years ago
  96. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
  97. c9b8af1 flow_dissect: call init_default_flow_dissectors() earlier by Eric Dumazet · 8 years ago
  98. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  99. 7082c5c tcp: zero ca_priv area when switching cc algorithms by Florian Westphal · 8 years ago
  100. 7c6ae61 net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit by Gao Feng · 8 years ago