1. f4eb17e Revert "sit: reload iphdr in ipip6_rcv" by David S. Miller · 8 years ago
  2. 6044bd4 devlink: fix potential memort leak by Haishuang Yan · 8 years ago
  3. b699d00 sit: reload iphdr in ipip6_rcv by Haishuang Yan · 8 years ago
  4. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  5. b07ac98 net: dsa: Fix stale cpu_switch reference after unbind then bind by Florian Fainelli · 8 years ago
  6. e3e86b5 ipv6: Fix leak in ipv6_gso_segment(). by David S. Miller · 8 years ago
  7. 38b2579 sock: reset sk_err when the error queue is empty by Soheil Hassas Yeganeh · 8 years ago
  8. 5f733ee ip6_tunnel: fix traffic class routing for tunnels by Liam McBirnie · 8 years ago
  9. 44abafc tcp: disallow cwnd undo when switching congestion control by Yuchung Cheng · 8 years ago
  10. 6e80ac5 ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() by Ben Hutchings · 8 years ago
  11. 13fb6c2 Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  12. ac2629a net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c by Florian Fainelli · 8 years ago
  13. e165bc0 mac80211: fix dropped counter in multiqueue RX by Johannes Berg · 8 years ago
  14. aeb0732 net: bridge: start hello timer only if device is up by Nikolay Aleksandrov · 8 years ago
  15. 7212462 netlink: don't send unknown nsid by Nicolas Dichtel · 8 years ago
  16. c2e8471 mpls: fix clearing of dead nh_flags on link up by Roopa Prabhu · 8 years ago
  17. 15e5651 tcp: reinitialize MTU probing when setting MSS in a TCP repair by Douglas Caetano dos Santos · 8 years ago
  18. 7a7c0a6 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 8 years ago
  19. 468b0df Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  20. 6741d51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  21. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  22. 0e9a709 ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  23. 804ec7e sctp: fix ICMP processing if skb is non-linear by Davide Caratti · 8 years ago
  24. 0908cf4 net: llc: add lock_sock in llc_ui_bind to avoid a race condition by linzhang · 8 years ago
  25. 80941b2 Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  26. 41703a7 bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data by Daniel Borkmann · 8 years ago
  27. 5990baa arp: fixed -Wuninitialized compiler warning by Ihar Hrachyshka · 8 years ago
  28. ba615f67 tcp: avoid fastopen API to be used on AF_UNSPEC by Wei Wang · 8 years ago
  29. 7c3f1875 net: move somaxconn init from sysctl code by Roman Kapl · 8 years ago
  30. 029c581 Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  31. 0ff50e8 net: rtnetlink: bail out from rtnl_fdb_dump() on parse error by Alexander Potapenko · 8 years ago
  32. 7e06297 sctp: set new_asoc temp when processing dupcookie by Xin Long · 8 years ago
  33. 3ab2137 sctp: fix stream update when processing dupcookie by Xin Long · 8 years ago
  34. 0a2ad54 libceph: cleanup old messages according to reconnect seq by Yan, Zheng · 8 years ago
  35. fefa926 netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize by Liping Zhang · 8 years ago
  36. 124dffe netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BIT by Liping Zhang · 8 years ago
  37. d2df92e netfilter: nft_set_rbtree: handle element re-addition after deletion by Pablo Neira Ayuso · 8 years ago
  38. f3c0eb0 netfilter: conntrack: fix false CRC32c mismatch using paged skb by Davide Caratti · 8 years ago
  39. 293dffa libceph: NULL deref on crush_decode() error path by Dan Carpenter · 8 years ago
  40. b51456a libceph: fix error handling in process_one_ticket() by Ilya Dryomov · 8 years ago
  41. d18a124 libceph: validate blob_struct_v in process_one_ticket() by Ilya Dryomov · 8 years ago
  42. f3b4e55 libceph: drop version variable from ceph_monmap_decode() by Ilya Dryomov · 8 years ago
  43. 1759f7b libceph: make ceph_msg_data_advance() return void by Ilya Dryomov · 8 years ago
  44. 6f4dbd1 libceph: use kbasename() and kill ceph_file_part() by Ilya Dryomov · 8 years ago
  45. 2f9bfd3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  46. 1b57b62 cfg80211: make cfg80211_sched_scan_results() work from atomic context by Arend Van Spriel · 8 years ago
  47. 86ca984 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  48. 2d76b2f net: sched: cls_matchall: fix null pointer dereference by Jiri Pirko · 8 years ago
  49. 499fde6 vsock: use new wait API for vsock_stream_sendmsg() by WANG Cong · 8 years ago
  50. 232cd35 ipv6: fix out of bound writes in __ip6_append_data() by Eric Dumazet · 8 years ago
  51. 6d18c73 bridge: start hello_timer when enabling KERNEL_STP in br_stp_start by Xin Long · 8 years ago
  52. 7d472a5 arp: always override existing neigh entries with gratuitous ARP by Ihar Hrachyshka · 8 years ago
  53. d9ef2e7 arp: postpone addr_type calculation to as late as possible by Ihar Hrachyshka · 8 years ago
  54. 6fd0563 arp: decompose is_garp logic into a separate function by Ihar Hrachyshka · 8 years ago
  55. 34eb5fe arp: fixed error in a comment by Ihar Hrachyshka · 8 years ago
  56. 499350a tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 by Wei Wang · 8 years ago
  57. 23416e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  58. 9e856e4 Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  59. a486cd2 xfrm: fix state migration copy replay sequence numbers by Antony Antony · 8 years ago
  60. aaf0475 xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static by Wei Yongjun · 8 years ago
  61. 14e3995 xen/9pfs: fix return value check in xen_9pfs_front_probe() by Wei Yongjun · 8 years ago
  62. fdcee2c sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 8 years ago
  63. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  64. a285860 bridge: netlink: check vlan_default_pvid range by Tobias Jungel · 8 years ago
  65. 64df6d5 net: x25: fix one potential use-after-free issue by linzhang · 8 years ago
  66. 751a9c7 netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT by Willem de Bruijn · 8 years ago
  67. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  68. 9142e900 net: fix compile error in skb_orphan_partial() by Eric Dumazet · 8 years ago
  69. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  70. 77d7123 neighbour: update neigh timestamps iff update is effective by Ihar Hrachyshka · 8 years ago
  71. 23d268e arp: honour gratuitous ARP _replies_ by Ihar Hrachyshka · 8 years ago
  72. 5667c86 mac80211: strictly check mesh address extension mode by Rajkumar Manoharan · 8 years ago
  73. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  74. 19a0f7e net/smc: Add warning about remote memory exposure by Christoph Hellwig · 8 years ago
  75. 263eec9 smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY by Ursula Braun · 8 years ago
  76. bcfc7d3 ipmr: vrf: Find VIFs using the actual device by Thomas Winter · 8 years ago
  77. bafbb9c tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 8 years ago
  78. c953d63 ebtables: arpreply: Add the standard target sanity check by Gao Feng · 8 years ago
  79. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  80. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago
  81. d19b183 net/packet: fix missing net_device reference release by Douglas Caetano dos Santos · 8 years ago
  82. 5910544 netfilter: nf_tables: revisit chain/object refcounting from elements by Pablo Neira Ayuso · 8 years ago
  83. 71df14b netfilter: nf_tables: missing sanitization in data from userspace by Pablo Neira Ayuso · 8 years ago
  84. fa80360 netfilter: nf_tables: can't assume lock is acquired when dumping set elems by Liping Zhang · 8 years ago
  85. 87e94db netfilter: synproxy: fix conntrackd interaction by Eric Leblond · 8 years ago
  86. 324318f netfilter: xtables: zero padding in data_to_user by Willem de Bruijn · 8 years ago
  87. ff1e430 Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 8 years ago
  88. 9338d7b netfilter: nfnl_cthelper: reject del request if helper obj is in use by Liping Zhang · 8 years ago
  89. d91fc59 netfilter: introduce nf_conntrack_helper_put helper function by Liping Zhang · 8 years ago
  90. d110a39 netfilter: don't setup nat info for confirmed ct by Liping Zhang · 8 years ago
  91. a2b7cbd netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch by Matthias Kaehlcke · 8 years ago
  92. dbc2b5e sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 8 years ago
  93. 844cf76 tipc: make macro tipc_wait_for_cond() smp safe by Jon Paul Maloy · 8 years ago
  94. cb395b2 net: sched: optimize class dumps by Eric Dumazet · 8 years ago
  95. b451e5d tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 8 years ago
  96. f6ba8d3 netem: fix skb_orphan_partial() by Eric Dumazet · 8 years ago
  97. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  98. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  99. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 8 years ago
  100. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago