1. 5e4d659 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  2. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  3. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  4. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  5. 4b2e687 tipc: Fix namespace violation in tipc_sk_fill_sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  6. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  7. b714295 tipc: Fix missing list initializations in struct tipc_subscription by Jon Maloy · 7 years ago
  8. 4f858c5 ipv6: udp: set dst cache for a connected sk if current not valid by Alexey Kodanev · 7 years ago
  9. 9f542f6 ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg() by Alexey Kodanev · 7 years ago
  10. 9681815 ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow() by Alexey Kodanev · 7 years ago
  11. 7d6850f ipv6: add a wrapper for ip6_dst_store() with flowi6 checks by Alexey Kodanev · 7 years ago
  12. 3848ec5 af_unix: remove redundant lockdep class by Cong Wang · 7 years ago
  13. b41d7cf rxrpc: Fix undefined packet handling by David Howells · 7 years ago
  14. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  15. f3aefb6 sunrpc: remove incorrect HMAC request initialization by Eric Biggers · 7 years ago
  16. 38a7031 NFSD: Clean up legacy NFS SYMLINK argument XDR decoders by Chuck Lever · 7 years ago
  17. 8154ef2 NFSD: Clean up legacy NFS WRITE argument XDR decoders by Chuck Lever · 7 years ago
  18. 55f5088 svc: Report xprt dequeue latency by Chuck Lever · 7 years ago
  19. aaba72c sunrpc: Report per-RPC execution stats by Chuck Lever · 7 years ago
  20. 0b9547b sunrpc: Re-purpose trace_svc_process by Chuck Lever · 7 years ago
  21. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  22. 41f306d sunrpc: Simplify trace_svc_recv by Chuck Lever · 7 years ago
  23. 7dbb53b sunrpc: Simplify do_enqueue tracing by Chuck Lever · 7 years ago
  24. caa3e106d sunrpc: Move trace_svc_xprt_dequeue() by Chuck Lever · 7 years ago
  25. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  26. 63a1b15 sunrpc: Remove unneeded pointer dereference by Chuck Lever · 7 years ago
  27. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  28. 6df3546 net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls by Dominik Brodowski · 7 years ago
  29. 157b334 net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  30. 8770cf4 net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  31. 73ee3ea net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  32. fd4e82f net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  33. d27e9af net: socket: replace call to sys_recv() with __sys_recvfrom() by Dominik Brodowski · 7 years ago
  34. f3bf896 net: socket: replace calls to sys_send() with __sys_sendto() by Dominik Brodowski · 7 years ago
  35. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  36. 1255e26 net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  37. 13a2d70 net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  38. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  39. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  40. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  41. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  42. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  43. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  44. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  45. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  46. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  47. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  48. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  49. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  50. 6e00f7d ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh by Eric Dumazet · 7 years ago
  51. 6174a30 route: check sysctl_fib_multipath_use_neigh earlier than hash by Xin Long · 7 years ago
  52. da01ec4 net: sched: do not emit messages while holding spinlock by Li RongQing · 7 years ago
  53. ec1d8cc vlan: also check phy_driver ts_info for vlan's real device by Hangbin Liu · 7 years ago
  54. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. 859a593 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  56. 9ea47132 Bluetooth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  57. 1f4c6eb ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data() by Eric Dumazet · 7 years ago
  58. 694aba6 ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() by Eric Dumazet · 7 years ago
  59. ec12589 ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() by Alexey Kodanev · 7 years ago
  60. cc35c88a crypto : chtls - CPL handler definition by Atul Gupta · 7 years ago
  61. e0be6be ethtool: enable Inline TLS in HW by Atul Gupta · 7 years ago
  62. dd0bed1 tls: support for Inline tls record by Atul Gupta · 7 years ago
  63. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  64. f2d1c72 inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB by Eric Dumazet · 7 years ago
  65. 219badf ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB by Eric Dumazet · 7 years ago
  66. bf66337 inet: frags: get rid of ipfrag_skb_cb/FRAG_CB by Eric Dumazet · 7 years ago
  67. 05c0b86 ipv6: frags: rewrite ip6_expire_frag_queue() by Eric Dumazet · 7 years ago
  68. 1eec5d5 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 7 years ago
  69. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  70. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  71. 399d140 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 7 years ago
  72. 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
  73. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  74. 483a6e4 inet: frags: refactor ipfrag_init() by Eric Dumazet · 7 years ago
  75. 807f184 inet: frags: refactor lowpan_net_frag_init() by Eric Dumazet · 7 years ago
  76. 5b975ba inet: frags: refactor ipv6_frag_init() by Eric Dumazet · 7 years ago
  77. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  78. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  79. eeb0a2a vlan: vlan_hw_filter_capable() can be static by Wei Yongjun · 7 years ago
  80. e2e80c0 Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  81. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  82. fc1dd36 net: Remove net_rwsem from {, un}register_netdevice_notifier() by Kirill Tkhai · 7 years ago
  83. 7494cfa tipc: avoid possible string overflow by Jon Maloy · 7 years ago
  84. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  85. f20889f tipc: refactor name table translate function by Jon Maloy · 7 years ago
  86. 218527f tipc: replace name table service range array with rb tree by Jon Maloy · 7 years ago
  87. 804b854 net: bridge: disable bridge MTU auto tuning if it was set manually by Nikolay Aleksandrov · 7 years ago
  88. f40aa23 net: bridge: set min MTU on port events and allow user to set max by Nikolay Aleksandrov · 7 years ago
  89. b5dbc28 Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  90. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  91. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  92. 3679d58 net: Introduce __inet_bind() and __inet6_bind by Andrey Ignatov · 7 years ago
  93. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  94. 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
  95. 17226f1 rxrpc: Fix leak of rxrpc_peer objects by David Howells · 7 years ago
  96. 1159d4b rxrpc: Add a tracepoint to track rxrpc_peer refcounting by David Howells · 7 years ago
  97. 31f5f9a16 rxrpc: Fix apparent leak of rxrpc_local objects by David Howells · 7 years ago
  98. 09d2bf5 rxrpc: Add a tracepoint to track rxrpc_local refcounting by David Howells · 7 years ago
  99. d3be4d2 rxrpc: Fix potential call vs socket/net destruction race by David Howells · 7 years ago
  100. 88f2a82 rxrpc: Fix checker warnings and errors by David Howells · 7 years ago