1. 9468431 svcrdma: Add backward direction service for RPC/RDMA transport by Chuck Lever · 9 years ago
  2. 63cae47 xprtrdma: Handle incoming backward direction RPC calls by Chuck Lever · 9 years ago
  3. 83128a6 xprtrdma: Add support for sending backward direction RPC replies by Chuck Lever · 9 years ago
  4. 124fa17 xprtrdma: Pre-allocate Work Requests for backchannel by Chuck Lever · 9 years ago
  5. f531a5d xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers by Chuck Lever · 9 years ago
  6. 42e5c3e SUNRPC: Abstract backchannel operations by Chuck Lever · 9 years ago
  7. a5b027e xprtrdma: Saving IRQs no longer needed for rb_lock by Chuck Lever · 9 years ago
  8. 2da9ab3 xprtrdma: Remove reply tasklet by Chuck Lever · 9 years ago
  9. fe97b47 xprtrdma: Use workqueue to process RPC/RDMA replies by Chuck Lever · 9 years ago
  10. 1e465fd xprtrdma: Replace send and receive arrays by Chuck Lever · 9 years ago
  11. b0e178a xprtrdma: Refactor reply handler error handling by Chuck Lever · 9 years ago
  12. 4220a07 xprtrdma: Prevent loss of completion signals by Chuck Lever · 9 years ago
  13. 7b3d770 xprtrdma: Re-arm after missed events by Chuck Lever · 9 years ago
  14. a045178 xprtrdma: Enable swap-on-NFS/RDMA by Chuck Lever · 9 years ago
  15. 8610586 xprtrdma: don't log warnings for flushed completions by Steve Wise · 9 years ago
  16. 59bcce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  17. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  18. 58bd6e0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  19. 5b5f145 Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  20. 3be7f32 svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE by Chuck Lever · 9 years ago
  21. 38aa0a5 Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  22. f022fa8 xprtrdma: Don't require LOCAL_DMA_LKEY support for fastreg by Sagi Grimberg · 9 years ago
  23. 8dbb095 Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  24. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  25. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  26. b84f787 net: Initialize flow flags in input path by David Ahern · 9 years ago
  27. 57a4753 net: dsa: fix preparation of a port STP update by Vivien Didelot · 9 years ago
  28. 31b33df skbuff: Fix skb checksum partial check. by Pravin B Shelar · 9 years ago
  29. 741a11d net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set by David Ahern · 9 years ago
  30. 75c261b net sysfs: Print link speed as signed integer by Alexander Stein · 9 years ago
  31. 9f389e3 af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag by Aaron Conole · 9 years ago
  32. c91aed9 svcrdma: handle rdma read with a non-zero initial page offset by Steve Wise · 9 years ago
  33. 2103d6b net: sctp: Don't use 64 kilobyte lookup table for four elements by Denys Vlasenko · 9 years ago
  34. 06a15f5 l2tp: protect tunnel->del_work by ref_count by Alexander Couzens · 9 years ago
  35. 635682a sctp: Prevent soft lockup when sctp_accept() is called during a timeout event by Karl Heiss · 9 years ago
  36. f05940e sctp: Whitespace fix by Karl Heiss · 9 years ago
  37. 72c0217 xprtrdma: disconnect and flush cqs before freeing buffers by Steve Wise · 9 years ago
  38. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  39. bdb06cb net: Fix panic in icmp_route_lookup by David Ahern · 9 years ago
  40. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  41. bb6c96d xprtrdma: Replace global lkey with lkey local to PD by Chuck Lever · 9 years ago
  42. 9861f72 net: fix net_device refcounting by Russell King · 9 years ago
  43. e496ae6 net: dsa: fix of_mdio_find_bus() device refcount leak by Russell King · 9 years ago
  44. 17a10c9 ip6_tunnel: Reduce log level in ip6_tnl_err() to debug by Matt Bennett · 9 years ago
  45. deccbe8 Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  46. a46496c ip6_gre: Reduce log level in ip6gre_err() to debug by Matt Bennett · 9 years ago
  47. 41fc014 fib_rules: fix fib rule dumps across multiple skbs by Wilson Kok · 9 years ago
  48. d8aecb1 net: revert "net_sched: move tp->root allocation into fw_init()" by WANG Cong · 9 years ago
  49. b194f30c lwtunnel: remove source and destination UDP port config option by Jiri Benc · 9 years ago
  50. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  51. da314c9 netlink: Replace rhash_portid with bound by Herbert Xu · 9 years ago
  52. d3869ef Fix AF_PACKET ABI breakage in 4.2 by David Woodhouse · 9 years ago
  53. 2d8bff1 netpoll: Close race condition between poll_one_napi and napi_disable by Neil Horman · 9 years ago
  54. 675ee23 tcp: add proper TS val into RST packets by Eric Dumazet · 9 years ago
  55. fbd0351 net: dsa: Fix Marvell Egress Trailer check by Neil Armstrong · 9 years ago
  56. ae5f2fb openvswitch: Zero flows on allocation. by Jesse Gross · 9 years ago
  57. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  58. babc305e2 mac80211: reset CQM history upon reconfiguration by Sara Sharon · 9 years ago
  59. 2df1b13 mac80211: fix VHT MCS mask array overrun by Johannes Berg · 9 years ago
  60. 29c6852 inet: fix races in reqsk_queue_hash_req() by Eric Dumazet · 9 years ago
  61. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  62. 1f770c0 netlink: Fix autobind race condition that leads to zero port ID by Herbert Xu · 9 years ago
  63. bc22a0e iptunnel: make rx/tx bytes counters consistent by Nicolas Dichtel · 9 years ago
  64. ac81374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  65. 4e3ae00 tipc: reinitialize pointer after skb linearize by Erik Hugne · 9 years ago
  66. 0315e38 net: Fix behaviour of unreachable, blackhole and prohibit routes by Nikola Forró · 9 years ago
  67. 4b0ab51 SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose by Trond Myklebust · 9 years ago
  68. 79234c3 SUNRPC: Lock the transport layer on shutdown by Trond Myklebust · 9 years ago
  69. c2e7204 tcp_cubic: do not set epoch_start in the future by Eric Dumazet · 9 years ago
  70. 1dbb241 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  71. 34f5b00 atm: deal with setting entry before mkip was called by Sasha Levin · 9 years ago
  72. 1d325d2 ipv6: ip6_fragment: fix headroom tests and skb leak by Florian Westphal · 9 years ago
  73. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  74. cc57060 openvswitch: Fix IPv6 exthdr handling with ct helpers. by Joe Stringer · 9 years ago
  75. 0fdea1e SUNRPC: Ensure that we wait for connections to complete before retrying by Trond Myklebust · 9 years ago
  76. 37a1d36 ipv6: include NLM_F_REPLACE in route replace notifications by Roopa Prabhu · 9 years ago
  77. 17a9618 SUNRPC: drop null test before destroy functions by Julia Lawall · 9 years ago
  78. 03c78827 SUNRPC: Fix races between socket connection and destroy code by Trond Myklebust · 9 years ago
  79. 7f61f54 libceph: don't access invalid memory in keepalive2 path by Ilya Dryomov · 9 years ago
  80. ad5001c netfilter: nf_log: wait for rcu grace after logger unregistration by Pablo Neira Ayuso · 9 years ago
  81. d8949aa Bluetooth: Delay check for conn->smp in smp_conn_security() by Johan Hedberg · 9 years ago
  82. 20471ed dccp: drop null test before destroy functions by Julia Lawall · 9 years ago
  83. adf78ed net: core: drop null test before destroy functions by Julia Lawall · 9 years ago
  84. 982b527 openvswitch: Fix mask generation for nested attributes. by Jesse Gross · 9 years ago
  85. d64f69b rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink by Roopa Prabhu · 9 years ago
  86. 70da5b5 ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel by Martin KaFai Lau · 9 years ago
  87. 8e3d5be ipv6: Avoid double dst_free by Martin KaFai Lau · 9 years ago
  88. cdf3464 ipv6: Fix dst_entry refcnt bugs in ip6_tunnel by Martin KaFai Lau · 9 years ago
  89. f230d1e ipv6: Rename the dst_cache helper functions in ip6_tunnel by Martin KaFai Lau · 9 years ago
  90. a3c119d ipv6: Refactor common ip6gre_tunnel_init codes by Martin KaFai Lau · 9 years ago
  91. ba378ca netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC by Pablo Neira Ayuso · 9 years ago
  92. 205ee117 netfilter: nf_log: don't zap all loggers on unregister by Florian Westphal · 9 years ago
  93. 38c089d openvswitch: Fix dependency on IPv6 defrag. by Joe Stringer · 9 years ago
  94. c2d4fbd bridge: fix igmpv3 / mldv2 report parsing by Linus Lüssing · 9 years ago
  95. 8e2d61e sctp: fix race on protocol/netns initialization by Marcelo Ricardo Leitner · 9 years ago
  96. 19539ce ebpf: emit correct src_reg for conditional jumps by Tycho Andersen · 9 years ago
  97. 1853c94 netlink, mmap: transform mmap skb into full skb on taps by Daniel Borkmann · 9 years ago
  98. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  99. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  100. 3092752 tcp_cubic: better follow cubic curve after idle period by Eric Dumazet · 9 years ago