1. 6d85e68 sctp: remove the typedef sctp_cid_t by Xin Long · 8 years ago
  2. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 8 years ago
  3. d643a75 net: switchdev: add SET_SWITCHDEV_OPS helper by Simon Horman · 8 years ago
  4. b4217b8 net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  5. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  6. edcb691 net: convert inet_frag_queue.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  7. 717d1e9 net: convert fib_rule.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  8. 8c9814b net: convert unix_address.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  9. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  10. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  11. 53869ce net: convert nf_bridge_info.use from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  12. 6343944 net: convert neigh_params.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  13. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  14. 1cc9a98 net: convert inet_peer.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  15. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  17. b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 8 years ago
  18. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 8 years ago
  19. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 8 years ago
  20. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  21. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  22. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  23. 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 8 years ago
  24. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  25. 43b786c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  26. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. 34cfb54 sock: avoid dirtying incoming_cpu if not needed by Paolo Abeni · 8 years ago
  28. 5ee8aa6 sctp: handle errors when updating asoc by Xin Long · 8 years ago
  29. 0f22a3c vxlan: check valid combinations of address scopes by Matthias Schiffer · 8 years ago
  30. dc5321d vxlan: get rid of redundant vxlan_dev.flags by Matthias Schiffer · 8 years ago
  31. 8917a77 tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix by Ivan Delalande · 8 years ago
  32. 6797318 tcp: md5: add an address prefix for key lookup by Ivan Delalande · 8 years ago
  33. b7b5fda netfilter: conntrack: use NFPROTO_MAX to size array by Florian Westphal · 8 years ago
  34. 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
  35. 44ebe79 net: add debug atomic_inc_not_zero() in dst_hold() by Wei Wang · 8 years ago
  36. 1eb04e7 net: reorder all the dst flags by Wei Wang · 8 years ago
  37. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  38. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  39. 5b7c9a8 net: remove dst gc related code by Wei Wang · 8 years ago
  40. 52df157 xfrm: take refcnt of dst when creating struct xfrm_dst bundle by Wei Wang · 8 years ago
  41. db91664 ipv6: get rid of icmp6 dst garbage collector by Wei Wang · 8 years ago
  42. 9df16ef ipv4: call dst_hold_safe() properly by Wei Wang · 8 years ago
  43. 4a6ce2b net: introduce a new function dst_dev_put() by Wei Wang · 8 years ago
  44. 5f56f40 net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt by Wei Wang · 8 years ago
  45. 3c4d755 tls: kernel TLS support by Dave Watson · 8 years ago
  46. e3b5616 tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions by Dave Watson · 8 years ago
  47. 734942c tcp: ULP infrastructure by Dave Watson · 8 years ago
  48. 68dd02d dev_ioctl: copy only the smaller struct iwreq for wext by Johannes Berg · 8 years ago
  49. a29342e net: dsa: Associate slave network device with CPU port by Florian Fainelli · 8 years ago
  50. 67dbb9d4 net: dsa: Relocate master ethtool operations by Florian Fainelli · 8 years ago
  51. 6d3c8c0 net: dsa: Remove master_netdev and use dst->cpu_dp->netdev by Florian Fainelli · 8 years ago
  52. 0e74008 Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  53. f45cbe6 nl80211: add authorized flag to ROAM event by Avraham Stern · 8 years ago
  54. 3a00df5 cfg80211: support 4-way handshake offloading for 802.1X by Avraham Stern · 8 years ago
  55. 91b5ab6 cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK by Eliad Peller · 8 years ago
  56. 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 8 years ago
  57. 9fe8bce net: bridge: Receive notification about successful FDB offload by Arkadi Sharshevsky · 8 years ago
  58. 6b26b51 net: bridge: Add support for notifying devices about FDB add/del by Arkadi Sharshevsky · 8 years ago
  59. dc0ecabd net: switchdev: Add support for querying supported bridge flags by hardware by Arkadi Sharshevsky · 8 years ago
  60. 7eca9cc Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  61. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  62. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
  63. 9bb37ef tcp: Namespaceify sysctl_tcp_window_scaling by Eric Dumazet · 8 years ago
  64. f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 8 years ago
  65. eed29f1 tcp: add a struct net parameter to tcp_parse_options() by Eric Dumazet · 8 years ago
  66. 699cb58 mac80211: manage RX BA session offload without SKB queue by Johannes Berg · 8 years ago
  67. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 8 years ago
  68. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
  69. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 8 years ago
  70. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 8 years ago
  71. b81f884a xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD by Hangbin Liu · 8 years ago
  72. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  73. 5a4d1fe net: sched: introduce helper to identify gact trap action by Jiri Pirko · 8 years ago
  74. 4e2ec43 genetlink: remove ops_list from genetlink header. by Rosen, Rami · 8 years ago
  75. 1e0ce2a net: Update TCP congestion control documentation by Anmol Sarma · 8 years ago
  76. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  77. 5071034 neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" by Sowmini Varadhan · 8 years ago
  78. 14be36c net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse() by Florian Fainelli · 8 years ago
  79. 518d8a2 net/flow_dissector: add support for dissection of misc ip header fields by Or Gerlitz · 8 years ago
  80. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  81. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  82. 717ffbf net: dsa: remove dsa_uses_tagged_protocol by Vivien Didelot · 8 years ago
  83. 73a7ece net: dsa: comment hot path requirements by Vivien Didelot · 8 years ago
  84. 8b8010f dsa: add support for Microchip KSZ tail tagging by Woojung Huh · 8 years ago
  85. d897a63 sched: add helper for updating statistics on all actions by Jakub Kicinski · 8 years ago
  86. 23c9ee4 net: dsa: remove dev arg of dsa_register_switch by Vivien Didelot · 8 years ago
  87. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  88. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
  89. 7805599 net: ipv4: Add extack message for invalid prefix or length by David Ahern · 8 years ago
  90. 347b408 netfilter: nf_tables: pass set description to ->privsize by Pablo Neira Ayuso · 8 years ago
  91. 2b66495 netfilter: nf_tables: select set backend flavour depending on description by Pablo Neira Ayuso · 8 years ago
  92. 2843fb6 netfilter: conntrack: add nf_ct_iterate_destroy by Florian Westphal · 8 years ago
  93. 9fd6452 netfilter: conntrack: rename nf_ct_iterate_cleanup by Florian Westphal · 8 years ago
  94. 7a7e96e bonding: Prevent duplicate userspace notification by Vlad Yasevich · 8 years ago
  95. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  97. 6ffd903 net: ipv4: Save trie prefix to fib lookup result by David Ahern · 8 years ago
  98. 5510cdf net: ipv4: refactor ip_route_input_noref by David Ahern · 8 years ago
  99. 3abd1ade net: ipv4: refactor __ip_route_output_key_hash by David Ahern · 8 years ago
  100. 52c05fc Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago