1. 213ef6e tls: Move tls_make_aad to header to allow sharing by Ilya Lesokhin · 7 years ago
  2. ff45d82 tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. by Ilya Lesokhin · 7 years ago
  3. 6d88207 tls: Add function to update the TLS socket configuration by Ilya Lesokhin · 7 years ago
  4. 61ef6da tls: Use kzalloc for aead_request allocation by Ilya Lesokhin · 7 years ago
  5. 3a9b76f tcp: allow drivers to tweak TSQ logic by Eric Dumazet · 7 years ago
  6. 166c881 Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  7. baeb0db xfrm6_tunnel: exit_net cleanup check added by Vasily Averin · 7 years ago
  8. ae61e8c phonet: exit_net cleanup check added by Vasily Averin · 7 years ago
  9. 1e7af3b l2tp: exit_net cleanup check added by Vasily Averin · 7 years ago
  10. ce2b7db fib_rules: exit_net cleanup check added by Vasily Averin · 7 years ago
  11. 0b6f595 fib_notifier: exit_net cleanup check added by Vasily Averin · 7 years ago
  12. ee21b18b netdev: exit_net cleanup check added by Vasily Averin · 7 years ago
  13. 669f8f1 packet: exit_net cleanup check added by Vasily Averin · 7 years ago
  14. 663faea af_key: replace BUG_ON on WARN_ON in net_exit hook by Vasily Averin · 7 years ago
  15. 0e74aa1 xfrm: Copy policy family in clone_policy by Herbert Xu · 7 years ago
  16. ee0ab7a2 net: dsa: Fix dependencies on bridge by Andrew Lunn · 7 years ago
  17. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. b112708 libceph: don't WARN() if user tries to add invalid key by Eric Biggers · 7 years ago
  20. 18370b3 ceph: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  21. 77552cf ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlers by Xin Long · 7 years ago
  22. b00f543 ip6_tunnel: process toobig in a better way by Xin Long · 7 years ago
  23. 383c1f8 ip6_tunnel: add the process for redirect in ip6_tnl_err by Xin Long · 7 years ago
  24. fe1a4ca ip6_gre: process toobig in a better way by Xin Long · 7 years ago
  25. 929fc03 ip6_gre: add the process for redirect in ip6gre_err by Xin Long · 7 years ago
  26. 6afce19 Merge tag 'nfc-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 7 years ago
  27. cd8a6c3 openvswitch: Add meter action support by Andy Zhou · 7 years ago
  28. 96fbc13 openvswitch: Add meter infrastructure by Andy Zhou · 7 years ago
  29. 9602c01 openvswitch: export get_dp() API. by Andy Zhou · 7 years ago
  30. b74b70c net: dsa: Support prepended Broadcom tag by Florian Fainelli · 7 years ago
  31. f7c39e3 net: dsa: tag_brcm: Prepare for supporting prepended tag by Florian Fainelli · 7 years ago
  32. 5ed4e3e net: dsa: Pass a port to get_tag_protocol() by Florian Fainelli · 7 years ago
  33. ee9d342 net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue by Andrew Morton · 7 years ago
  34. 0642840 af_netlink: ensure that NLMSG_DONE never fails in dumps by Jason A. Donenfeld · 7 years ago
  35. 836af83 netem: support delivering packets in delayed time slots by Dave Taht · 7 years ago
  36. 9980317 netem: add uapi to express delay and jitter in nanoseconds by Dave Taht · 7 years ago
  37. 112f9cb netem: convert to qdisc_watchdog_schedule_ns by Dave Taht · 7 years ago
  38. 338d182 ipv6: try not to take rtnl_lock in ip6mr_sk_done by Francesco Ruggeri · 7 years ago
  39. fdae5f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. 39b1752 net: Remove unused skb_shared_info member by Mat Martineau · 7 years ago
  41. da9ca82 l2tp: remove the .tunnel_sock field from struct pppol2tp_session by Guillaume Nault · 7 years ago
  42. 7198c77 l2tp: avoid using ->tunnel_sock for getting session's parent tunnel by Guillaume Nault · 7 years ago
  43. 8fdfd65 l2tp: remove .tunnel_sock from struct l2tp_eth by Guillaume Nault · 7 years ago
  44. 4672cd3 net: dsa: lan9303: Clear offload_fwd_mark for IGMP by Egil Hjelmeland · 7 years ago
  45. 052d41c vlan: fix a use-after-free in vlan_device_event() by Cong Wang · 7 years ago
  46. 13edbdb net: dsa: {e}dsa: set offload_fwd_mark on received packets by Andrew Lunn · 7 years ago
  47. a42c8e3 net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Andrew Lunn · 7 years ago
  48. 5290ada sock: Remove the global prot_inuse counter. by Tonghao Zhang · 7 years ago
  49. 2d91914 net: decnet: dn_table: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  50. 765924e l2tp: don't close sessions in l2tp_tunnel_destruct() by Guillaume Nault · 7 years ago
  51. 737ff31 tcp: use sequence distance to detect reordering by Yuchung Cheng · 7 years ago
  52. 713bafe tcp: retire FACK loss detection by Yuchung Cheng · 7 years ago
  53. 2118df9 net: dsa: return after vlan prepare phase by Vivien Didelot · 7 years ago
  54. b0b38a1 net: dsa: return after mdb prepare phase by Vivien Didelot · 7 years ago
  55. 8d6e79d tipc: improve link resiliency when rps is activated by Jon Maloy · 7 years ago
  56. 2210d6b net: ipv6: sysctl to specify IPv6 ND traffic class by Maciej Żenczykowski · 7 years ago
  57. 04bad8b net/ncsi: Don't return error on normal response by Samuel Mendoza-Jonas · 7 years ago
  58. 9ef8690 net/ncsi: Improve general state logging by Samuel Mendoza-Jonas · 7 years ago
  59. 0eb96bf tcp: fix tcp_fastretrans_alert warning by Yuchung Cheng · 7 years ago
  60. 7ec318f tcp: gso: avoid refcount_t warning from tcp_gso_segment() by Eric Dumazet · 7 years ago
  61. 4c5b9d9 act_vlan: VLAN action rewrite to use RCU lock/unlock and update by Manish Kurup · 7 years ago
  62. e0496cb act_vlan: Change stats update to use per-core stats by Manish Kurup · 7 years ago
  63. 1cb483a rds: ib: Fix NULL pointer dereference in debug code by Håkon Bugge · 7 years ago
  64. a0efab6 ip_gre: add the support for i/o_flags update via ioctl by Xin Long · 7 years ago
  65. dd9d598 ip_gre: add the support for i/o_flags update via netlink by Xin Long · 7 years ago
  66. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  67. a3dcaf1 net: allow per netns sysctl_rmem and sysctl_wmem for protos by Eric Dumazet · 7 years ago
  68. 2ea7a67 net: dsa: Don't add vlans when vlan filtering is disabled by Andrew Lunn · 7 years ago
  69. ae45102 net: dsa: switch: Don't add CPU port to an mdb by default by Andrew Lunn · 7 years ago
  70. bb9f60317 net: dsa: add more const attributes by Andrew Lunn · 7 years ago
  71. 5f4dbc5 net: dsa: slave: Handle switchdev host mdb add/del by Andrew Lunn · 7 years ago
  72. 47d5b6d net: bridge: Add/del switchdev object on host join/leave by Andrew Lunn · 7 years ago
  73. 2a26028 net: bridge: Send notification when host join/leaves a group by Andrew Lunn · 7 years ago
  74. ff0fd34 net: bridge: Rename mglist to host_joined by Andrew Lunn · 7 years ago
  75. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 4d63adf NFC: Add NFC_CMD_DEACTIVATE_TARGET support by Mark Greer · 7 years ago
  77. 72ad533 NFC: digital: Abort cmd when deactivating target by Mark Greer · 7 years ago
  78. 6a17280 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  79. 35c55fc cls_u32: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  80. f2b7510 cls_tcindex: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  81. 9658506 cls_rsvp: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  82. 3fd51de cls_route: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  83. 57767e78 cls_matchall: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  84. d5f984f cls_fw: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  85. 0dadc11 cls_flower: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  86. 22f7cec cls_flow: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  87. ed14816 cls_cgroup: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  88. aae2c35 cls_bpf: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  89. 0b2a598 cls_basic: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  90. e4b95c4 net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() by Cong Wang · 7 years ago
  91. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  92. b4fbb34 net: dsa: rename probe and remove switch functions by Vivien Didelot · 7 years ago
  93. 3081735 net: dsa: setup a tree when adding a switch to it by Vivien Didelot · 7 years ago
  94. 34c09a8 net: dsa: setup routing table by Vivien Didelot · 7 years ago
  95. c528666 net: dsa: use of_for_each_phandle by Vivien Didelot · 7 years ago
  96. f163da8 net: dsa: add find port by node helper by Vivien Didelot · 7 years ago
  97. 1d27732 net: dsa: setup and teardown ports by Vivien Didelot · 7 years ago
  98. 1f08f9e net: dsa: setup and teardown switches by Vivien Didelot · 7 years ago
  99. ec15dd4 net: dsa: setup and teardown tree by Vivien Didelot · 7 years ago
  100. 17a22fc net: dsa: setup and teardown master device by Vivien Didelot · 7 years ago