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