1. 23bc6ab Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU by Amadeusz Sławiński · 8 years ago
  2. c5c4e45 sctp: fix GSO for IPv6 by Marcelo Ricardo Leitner · 8 years ago
  3. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 8 years ago
  4. 43b9e12 net: ipmr/ip6mr: add support for keeping an entry age by Nikolay Aleksandrov · 8 years ago
  5. 18d3df3 vlan: use a valid default mtu value for vlan over macsec by Paolo Abeni · 8 years ago
  6. 37b090e net: bridge: remove _deliver functions and consolidate forward code by Nikolay Aleksandrov · 8 years ago
  7. b35c5f6 net: bridge: drop skb2/skb0 variables and use a local_rcv boolean by Nikolay Aleksandrov · 8 years ago
  8. e151aab net: bridge: rearrange flood vs unicast receive paths by Nikolay Aleksandrov · 8 years ago
  9. 46c0772 net: bridge: minor style adjustments in br_handle_frame_finish by Nikolay Aleksandrov · 8 years ago
  10. bdc54d8 SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt by Trond Myklebust · 8 years ago
  11. c380d37 tcp_timer.c: Add kernel-doc function descriptions by Richard Sailer · 8 years ago
  12. 555c8a8 bpf: avoid stack copy and use skb ctx for event output by Daniel Borkmann · 8 years ago
  13. 083ae30 tcp: enable per-socket rate limiting of all 'challenge acks' by Jason Baron · 8 years ago
  14. 7acef60 rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  15. 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 8 years ago
  16. ac3615e RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks() by Sowmini Varadhan · 8 years ago
  17. a93d01f RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready by Sowmini Varadhan · 8 years ago
  18. 8438884 net/switchdev: Export the same parent ID service function by Or Gerlitz · 8 years ago
  19. 2d47fd1 sctp: only check for ECN if peer is using it by Marcelo Ricardo Leitner · 8 years ago
  20. d9cef42 sctp: do not clear chunk->ecn_ce_done flag by Marcelo Ricardo Leitner · 8 years ago
  21. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 8 years ago
  22. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  23. f5d258e sctp: reorder sctp_ulpevent and shrink msg_flags by Marcelo Ricardo Leitner · 8 years ago
  24. 9e23832 sctp: allow others to use sctp_input_cb by Marcelo Ricardo Leitner · 8 years ago
  25. 0ba3deb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  26. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 8 years ago
  27. 637600f SUNRPC: Change TCP socket space reservation by Trond Myklebust · 8 years ago
  28. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 8 years ago
  29. 4720b07 SUNRPC: Micro optimisation for svc_data_ready by Trond Myklebust · 8 years ago
  30. fa9251a SUNRPC: Call the default socket callbacks instead of open coding by Trond Myklebust · 8 years ago
  31. 069c225 SUNRPC: lock the socket while detaching it by Trond Myklebust · 8 years ago
  32. 104f635 SUNRPC: Add tracepoints for dropped and deferred requests by Trond Myklebust · 8 years ago
  33. 82ea2d7 SUNRPC: Add a tracepoint for server socket out-of-space conditions by Trond Myklebust · 8 years ago
  34. 04d70ed sunrpc: add gss minor status to svcauth_gss_proxy_init by Scott Mayhew · 8 years ago
  35. d8d2913 sunrpc: remove 'inuse' flag from struct cache_detail. by NeilBrown · 8 years ago
  36. 4f0c40d9 dccp: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  37. f4979fc rose: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  38. 8751097 Bluetooth: Increment management interface revision by Johan Hedberg · 8 years ago
  39. 160b925 Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event by Szymon Janc · 8 years ago
  40. e5224f0 devlink: add hardware messages tracing facility by Jiri Pirko · 8 years ago
  41. 85c22ba net: dsa: Fix non static symbol warning by Wei Yongjun · 8 years ago
  42. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
  43. 92a03eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  44. 590b52e netfilter: conntrack: skip clash resolution if nat is in place by Pablo Neira Ayuso · 8 years ago
  45. 3101e0f netfilter: conntrack: protect early_drop by rcu read lock by Liping Zhang · 8 years ago
  46. d3fc035 ipv4: af_inet: make it explicitly non-modular by Paul Gortmaker · 8 years ago
  47. 1fc07f3 tipc: reset all unicast links when broadcast send link fails by Jon Paul Maloy · 8 years ago
  48. a71eb72 tipc: ensure correct broadcast send buffer release when peer is lost by Jon Paul Maloy · 8 years ago
  49. 2d18ac4 tipc: extend broadcast link initialization criteria by Jon Paul Maloy · 8 years ago
  50. 779f1ed sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send by Soheil Hassas Yeganeh · 8 years ago
  51. 8061022 ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space by Julian Anastasov · 8 years ago
  52. 75ff39c tcp: make challenge acks less predictable by Eric Dumazet · 8 years ago
  53. aa9667e tunnels: correct conditional build of MPLS and IPv6 by Simon Horman · 8 years ago
  54. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  55. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 8 years ago
  56. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  57. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  58. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 8 years ago
  59. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  60. a4e187d NFS: Don't drop CB requests with invalid principals by Chuck Lever · 8 years ago
  61. 0533b13 svc: Avoid garbage replies when pc_func() returns rpc_drop_reply by Chuck Lever · 8 years ago
  62. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 8 years ago
  63. 64695bde xprtrdma: Clean up fixup_copy_count accounting by Chuck Lever · 8 years ago
  64. cfabe2c xprtrdma: Update only specific fields in private receive buffer by Chuck Lever · 8 years ago
  65. cb0ae1f xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup() by Chuck Lever · 8 years ago
  66. 80414ab xprtrdma: rpcrdma_inline_fixup() overruns the receive page list by Chuck Lever · 8 years ago
  67. 5ab8142 xprtrdma: Chunk list encoders no longer share one rl_segments array by Chuck Lever · 8 years ago
  68. 9d6b040 xprtrdma: Place registered MWs on a per-req list by Chuck Lever · 8 years ago
  69. 2ffc871 xprtrdma: Release orphaned MRs immediately by Chuck Lever · 8 years ago
  70. e2ac236 xprtrdma: Allocate MRs on demand by Chuck Lever · 8 years ago
  71. a54d405 xprtrdma: Chunk list encoders must not return zero by Chuck Lever · 8 years ago
  72. 7a89f9c xprtrdma: Honor ->send_request API contract by Chuck Lever · 8 years ago
  73. 3d4cf35 xprtrdma: Reply buffer exhaustion can be catastrophic by Chuck Lever · 8 years ago
  74. b54054c xprtrdma: Clean up device capability detection by Chuck Lever · 8 years ago
  75. a473018 xprtrdma: Remove rpcrdma_map_one() and friends by Chuck Lever · 8 years ago
  76. 2dc3a69 xprtrdma: Remove ALLPHYSICAL memory registration mode by Chuck Lever · 8 years ago
  77. 42fe28f xprtrdma: Do not leak an MW during a DMA map failure by Chuck Lever · 8 years ago
  78. 505bbe6 xprtrdma: Refactor MR recovery work queues by Chuck Lever · 8 years ago
  79. fcdfb96 xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR by Chuck Lever · 8 years ago
  80. 88975eb xprtrdma: Rename fields in rpcrdma_fmr by Chuck Lever · 8 years ago
  81. d48b1d2 xprtrdma: Move init and release helpers by Chuck Lever · 8 years ago
  82. 564471d xprtrdma: Create common scatterlist fields in rpcrdma_mw by Chuck Lever · 8 years ago
  83. 38f1932e xprtrdma: Remove FMRs from the unmap list after unmapping by Chuck Lever · 8 years ago
  84. a612769 udp: prevent bugcheck if filter truncates packet too much by Michal Kubeček · 8 years ago
  85. 7d32eb8 Merge tag 'batadv-net-for-davem-20160708' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  86. c2b9b4f netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931 by Toby DiPasquale · 8 years ago
  87. c080b46 Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  88. 42a5576 netfilter: nf_tables: get rid of possible_net_t from set and basechain by Pablo Neira Ayuso · 8 years ago
  89. 3f8b61b netfilter: nft_ct: make byte/packet expr more friendly by Liping Zhang · 8 years ago
  90. 47c7445 netfilter: physdev: physdev-is-out should not work with OUTPUT chain by Hangbin Liu · 8 years ago
  91. 870190a netfilter: nat: convert nat bysrc hash to rhashtable by Florian Westphal · 8 years ago
  92. 4edfa9d Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 8 years ago
  93. 7c96643 netfilter: move nat hlist_head to nf_conn by Florian Westphal · 8 years ago
  94. 242922a netfilter: conntrack: simplify early_drop by Florian Westphal · 8 years ago
  95. 8786a97 netfilter: nf_ct_helper: unlink helper again when hash resize happen by Liping Zhang · 8 years ago
  96. 474803d netfilter: cttimeout: unlink timeout obj again when hash resize happen by Liping Zhang · 8 years ago
  97. 64b8763 netfilter: conntrack: fix race between nf_conntrack proc read and hash resize by Liping Zhang · 8 years ago
  98. d85a301 NFC: digital: Fix RTOX supervisor PDU handling by Thierry Escande · 8 years ago
  99. 1a09c56 NFC: digital: Add support for NFC DEP Response Waiting Time by Thierry Escande · 8 years ago
  100. e200f00 NFC: digital: Free supervisor PDUs by Thierry Escande · 8 years ago