1. 442d713 ipv6: fix incorrect bitwise operator used on rt6i_flags by Colin Ian King · 7 years ago
  2. b2427e6 ipv6: fix dereference of rt6_ex before null check error by Colin Ian King · 7 years ago
  3. ceaa001 openvswitch: Add erspan tunnel support. by William Tu · 7 years ago
  4. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. d0e6020 ipv6: use rcu_dereference_bh() in ipv6_route_seq_next() by Wei Wang · 7 years ago
  6. ff33952 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  7. 68ebe3c Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  8. 2809c09 ipv6: addrlabel: remove refcounting by Eric Dumazet · 7 years ago
  9. 66c77ff ipv6: addrlabel: rework ip6addrlbl_get() by Eric Dumazet · 7 years ago
  10. fb60bcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  11. bfd8e5a ipv6: avoid zeroing per cpu data again by Eric Dumazet · 7 years ago
  12. 996b44f udp: fix bcast packet reception by Paolo Abeni · 7 years ago
  13. 41c8742 netlink: do not set cb_running if dump's start() errs by Jason A. Donenfeld · 7 years ago
  14. 0912bda net: bridge: Export bridge multicast router state by Yotam Gigi · 7 years ago
  15. 7704142 net: bridge: Notify on bridge device mrouter state changes by Yotam Gigi · 7 years ago
  16. 6df4d17 Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  17. 93b0319 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  18. 6c0e728 ipv4: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  19. 62cf27e ipv6: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  20. 98589a0 netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' by Shmulik Ladkani · 7 years ago
  21. 49f817d netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook by Lin Zhang · 7 years ago
  22. cc429c8 ipv6: avoid cache line dirtying in ipv6_dev_get_saddr() by Eric Dumazet · 7 years ago
  23. f59c031 ipv6: __ipv6_dev_get_saddr() rcu conversion by Eric Dumazet · 7 years ago
  24. 24ba333 ipv6: ipv6_chk_prefix() rcu conversion by Eric Dumazet · 7 years ago
  25. 47e2694 ipv6: ipv6_chk_custom_prefix() rcu conversion by Eric Dumazet · 7 years ago
  26. d9bf82c ipv6: ipv6_count_addresses() rcu conversion by Eric Dumazet · 7 years ago
  27. 8ef802a ipv6: prepare RCU lookups for idev->addr_list by Eric Dumazet · 7 years ago
  28. a9e2971 tipc: Unclone message at secondary destination lookup by Jon Maloy · 7 years ago
  29. 3382605 tipc: correct initialization of skb list by Jon Maloy · 7 years ago
  30. ed842fa bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports by Roopa Prabhu · 7 years ago
  31. 057658c bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports by Roopa Prabhu · 7 years ago
  32. 821f1b2 bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood by Roopa Prabhu · 7 years ago
  33. 951f788 ipv6: fix a BUG in rt6_get_pcpu_route() by Eric Dumazet · 7 years ago
  34. 3d0241d gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  35. f192970 ip_gre: check packet length and mtu correctly in erspan tx by William Tu · 7 years ago
  36. 548ec11 net: phonet: mark phonet_protocol as const by Lin Zhang · 7 years ago
  37. 6423747 net: phonet: mark header_ops as const by Lin Zhang · 7 years ago
  38. a2d3f3e ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real by Matteo Croce · 7 years ago
  39. bdc4764 ip_tunnel: add mpls over gre support by Amine Kherbouche · 7 years ago
  40. 81eb844 ipv6: take care of rt6_stats by Wei Wang · 7 years ago
  41. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 7 years ago
  42. 17ecf59 ipv6: add key length check into rt6_select() by Wei Wang · 7 years ago
  43. 8d1040e ipv6: check fn->leaf before it is used by Wei Wang · 7 years ago
  44. bbd63f0 ipv6: update fn_sernum after route is inserted to tree by Wei Wang · 7 years ago
  45. d3843fe ipv6: replace dst_hold() with dst_hold_safe() in routing code by Wei Wang · 7 years ago
  46. 51e398e ipv6: don't release rt->rt6i_pcpu memory during rt6_release() by Wei Wang · 7 years ago
  47. a94b936 ipv6: grab rt->rt6i_ref before allocating pcpu rt by Wei Wang · 7 years ago
  48. 2b760fc ipv6: hook up exception table to store dst cache by Wei Wang · 7 years ago
  49. 38fbeee ipv6: prepare fib6_locate() for exception table by Wei Wang · 7 years ago
  50. c757faa ipv6: prepare fib6_age() for exception table by Wei Wang · 7 years ago
  51. b16cb45 ipv6: prepare rt6_clean_tohost() for exception table by Wei Wang · 7 years ago
  52. f5bbe7e ipv6: prepare rt6_mtu_change() for exception table by Wei Wang · 7 years ago
  53. 60006a4 ipv6: prepare fib6_remove_prefsrc() for exception table by Wei Wang · 7 years ago
  54. 35732d0 ipv6: introduce a hash table to store dst cache by Wei Wang · 7 years ago
  55. 180ca44 ipv6: introduce a new function fib6_update_sernum() by Wei Wang · 7 years ago
  56. 75c119a tcp: implement rb-tree based retransmit queue by Eric Dumazet · 7 years ago
  57. f331981 tcp: pass previous skb to tcp_shifted_skb() by Eric Dumazet · 7 years ago
  58. 8ba6dda tcp: reduce tcp_fastretrans_alert() verbosity by Eric Dumazet · 7 years ago
  59. 5e76ee4 tcp: tcp_mark_head_lost() optimization by Eric Dumazet · 7 years ago
  60. 4e8cc22 tcp: tcp_tx_timestamp() cleanup by Eric Dumazet · 7 years ago
  61. ac3f09b tcp: uninline tcp_write_queue_purge() by Eric Dumazet · 7 years ago
  62. 18a4c0e net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 7 years ago
  63. 4bc4e64 Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  64. 4e64b1e net/ipv6: Convert icmpv6_push_pending_frames to void by Joe Perches · 7 years ago
  65. e466af7 netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user by Eric Dumazet · 7 years ago
  66. 5f9bfe0 netfilter: nf_tables: do not dump chain counters if not enabled by Pablo Neira Ayuso · 7 years ago
  67. cc71b7b net/ipv6: remove unused err variable on icmpv6_push_pending_frames by Tim Hansen · 7 years ago
  68. 380537b net: ipv6: remove unused code in ipv6_find_hdr() by Lin Zhang · 7 years ago
  69. bef0622 tcp: a small refactor of RACK loss detection by Yuchung Cheng · 7 years ago
  70. 043b87d tcp: more efficient RACK loss detection by Yuchung Cheng · 7 years ago
  71. e208007 tcp: new list for sent but unacked skbs for RACK recovery by Eric Dumazet · 7 years ago
  72. b1fb67f RDS: IB: Initialize max_items based on underlying device attributes by Avinash Repaka · 7 years ago
  73. 9dff993 RDS: IB: Limit the scope of has_fr/has_fmr variables by Avinash Repaka · 7 years ago
  74. 1bcdca3 net/ipv4: Remove unused variable in route.c by Tim Hansen · 7 years ago
  75. 6d05081 tcp: clean up TFO server's initial tcp_rearm_rto() call by Wei Wang · 7 years ago
  76. 27204aa tcp: uniform the set up of sockets after successful connection by Wei Wang · 7 years ago
  77. 413a431 VSOCK: add sock_diag interface by Stefan Hajnoczi · 7 years ago
  78. 3b4477d VSOCK: use TCP state constants for sk_state by Stefan Hajnoczi · 7 years ago
  79. bf359b8 VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h by Stefan Hajnoczi · 7 years ago
  80. 44f2098 VSOCK: export socket tables for sock_diag interface by Stefan Hajnoczi · 7 years ago
  81. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  82. 9a431ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  83. ca752be net: bridge: Pass extack to down to netdev_master_upper_dev_link by David Ahern · 7 years ago
  84. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  85. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  86. 51d0c047 net: Add extack to netdev_notifier_info by David Ahern · 7 years ago
  87. e769fce net: 8021q: skip packets if the vlan is down by Vishakha Narvekar · 7 years ago
  88. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  89. c818fa9 net: cache skb_shinfo() in skb_try_coalesce() by Eric Dumazet · 7 years ago
  90. 5c45121 rtnetlink: remove __rtnl_af_unregister by Florian Westphal · 7 years ago
  91. e774d96 rtnetlink: remove slave_validate callback by Florian Westphal · 7 years ago
  92. 20e8832 net: core: fix kerneldoc comment by Florian Westphal · 7 years ago
  93. ad67023 nl80211: Define policy for packet pattern attributes by Peng Xu · 7 years ago
  94. ac1ed8b sctp: introduce round robin stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  95. 637784a sctp: introduce priority based stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  96. 0ccdf3c sctp: add sockopt to get/set stream scheduler parameters by Marcelo Ricardo Leitner · 7 years ago
  97. 13aa877 sctp: add sockopt to get/set stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  98. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  99. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  100. 1fdb8d8 sctp: factor out stream->in allocation by Marcelo Ricardo Leitner · 7 years ago