1. c627d31 SUNRPC: Cleanup to remove xs_tcp_close() by Trond Myklebust · 10 years ago
  2. 402e23b SUNRPC: Fix stupid typo in xs_sock_set_reuseport by Trond Myklebust · 10 years ago
  3. 54c0987 SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG by Trond Myklebust · 10 years ago
  4. b70ae91 SUNRPC: Handle connection reset more efficiently. by Trond Myklebust · 10 years ago
  5. 9e2b9f3 SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag by Trond Myklebust · 10 years ago
  6. caf4ccd SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release by Trond Myklebust · 10 years ago
  7. 0efeac2 SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection by Trond Myklebust · 10 years ago
  8. 505936f SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT by Trond Myklebust · 10 years ago
  9. 9cbc94f SUNRPC: Remove TCP socket linger code by Trond Myklebust · 10 years ago
  10. 4efdd92 SUNRPC: Remove TCP client connection reset hack by Trond Myklebust · 10 years ago
  11. de84d89 SUNRPC: TCP/UDP always close the old socket before reconnecting by Trond Myklebust · 10 years ago
  12. 718ba5b SUNRPC: Add helpers to prevent socket create from racing by Trond Myklebust · 10 years ago
  13. 6cc7e90 SUNRPC: Ensure xs_reset_transport() resets the close connection flags by Trond Myklebust · 10 years ago
  14. 76698b2 SUNRPC: Do not clear the source port in xs_reset_transport by Trond Myklebust · 10 years ago
  15. 3913c78 SUNRPC: Handle EADDRINUSE on connect by Trond Myklebust · 10 years ago
  16. 4dda9c8 SUNRPC: Set SO_REUSEPORT socket option for TCP connections by Trond Myklebust · 10 years ago
  17. bc3203c Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  18. b625a61 xprtrdma: Address sparse complaint in rpcr_to_rdmar() by Chuck Lever · 10 years ago
  19. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  20. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  21. 840210f sunrpc: add rpc_count_iostats_idx by Weston Andros Adamson · 11 years ago
  22. cc3ea89 Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  23. a0a1d50 xprtrdma: Update the GFP flags used in xprt_rdma_allocate() by Chuck Lever · 10 years ago
  24. df515ca xprtrdma: Clean up after adding regbuf management by Chuck Lever · 10 years ago
  25. c05fbb5 xprtrdma: Allocate zero pad separately from rpcrdma_buffer by Chuck Lever · 10 years ago
  26. 6b1184c xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep by Chuck Lever · 10 years ago
  27. 85275c8 xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  28. 0ca77dc xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  29. 9128c3e xprtrdma: Add struct rpcrdma_regbuf and helpers by Chuck Lever · 10 years ago
  30. 1392402 xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy() by Chuck Lever · 10 years ago
  31. ac920d0 xprtrdma: Simplify synopsis of rpcrdma_buffer_create() by Chuck Lever · 10 years ago
  32. ce1ab9a xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stack by Chuck Lever · 10 years ago
  33. 7bc7972 xprtrdma: Take struct ib_device_attr off the stack by Chuck Lever · 10 years ago
  34. 5ae711a xprtrdma: Free the pd if ib_query_qp() fails by Chuck Lever · 10 years ago
  35. afadc46 xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt by Chuck Lever · 10 years ago
  36. eba8ff6 xprtrdma: Move credit update to RPC reply handler by Chuck Lever · 10 years ago
  37. 3eb3581 xprtrdma: Remove rl_mr field, and the mr_chunk union by Chuck Lever · 10 years ago
  38. 5d410ba xprtrdma: Remove rpcrdma_ep::rep_ia by Chuck Lever · 10 years ago
  39. 5abefb8 xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt by Chuck Lever · 10 years ago
  40. f284648 xprtrdma: Clean up hdrlen by Chuck Lever · 10 years ago
  41. 052151a xprtrdma: Display XIDs in host byte order by Chuck Lever · 10 years ago
  42. 284f490 xprtrdma: Modernize htonl and ntohl by Chuck Lever · 10 years ago
  43. 8502427 xprtrdma: human-readable completion status by Chuck Lever · 10 years ago
  44. c4a7ca7 SUNRPC: Allow waiting on memory allocation by Trond Myklebust · 10 years ago
  45. 127b21b SUNRPC: Adjust rpciod workqueue parameters by Trond Myklebust · 10 years ago
  46. a6391a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  47. 1ba3980 openvswitch: packet messages need their own probe attribtue by Thomas Graf · 10 years ago
  48. d92cfdb bridge: only provide proxy ARP when CONFIG_INET is enabled by Arnd Bergmann · 10 years ago
  49. 4bf6980 neighbour: fix base_reachable_time(_ms) not effective immediatly when changed by Jean-Francois Remy · 10 years ago
  50. 1641677 tipc: fix bug in broadcast retransmit code by Jon Paul Maloy · 10 years ago
  51. 2bd8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  52. 46d2cfb packet: bail out of packet_snd() if L2 header creation fails by Christoph Jaeger · 10 years ago
  53. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  54. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  55. d7d5a00 libceph: fix sparse endianness warnings by Ilya Dryomov · 10 years ago
  56. 49a068f rpc: fix xdr_truncate_encode to handle buffer ending on page boundary by J. Bruce Fields · 10 years ago
  57. bdec419 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  58. a2f18db netfilter: nf_tables: fix flush ruleset chain dependencies by Pablo Neira Ayuso · 10 years ago
  59. 62924af netfilter: nfnetlink: relax strict multicast group check from netlink_bind by Pablo Neira Ayuso · 10 years ago
  60. 9ea2aa8 netfilter: nfnetlink: validate nfnetlink header from batch by Pablo Neira Ayuso · 10 years ago
  61. 8ca3f5e netfilter: conntrack: fix race between confirmation and flush by Pablo Neira Ayuso · 10 years ago
  62. 627d2cc Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  63. 15ecf7a Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  64. 9d31b3c batman-adv: fix potential TT client + orig-node memory leak by Linus Lüssing · 10 years ago
  65. a516488 batman-adv: fix multicast counter when purging originators by Linus Lüssing · 10 years ago
  66. e8829f0 batman-adv: fix counter for multicast supporting nodes by Linus Lüssing · 10 years ago
  67. f44d540 batman-adv: fix lock class for decoding hash in network-coding.c by Martin Hundebøll · 10 years ago
  68. 2c667a3 batman-adv: fix delayed foreign originator recognition by Linus Lüssing · 10 years ago
  69. 329887a batman-adv: fix and simplify condition when bonding should be used by Simon Wunderlich · 10 years ago
  70. 1e359a5 Revert "mac80211: Fix accounting of the tailroom-needed counter" by Johannes Berg · 10 years ago
  71. 24cc59d openvswitch: Consistently include VLAN header in flow and port stats. by Ben Pfaff · 10 years ago
  72. 843925f tcp: Do not apply TSO segment limit to non-TSO packets by Herbert Xu · 10 years ago
  73. 831a39c Revert "cfg80211: make WEXT compatibility unselectable" by Jiri Kosina · 10 years ago
  74. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  75. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  76. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  77. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  78. 7d68536 netlink: call unbind when releasing socket by Johannes Berg · 10 years ago
  79. b10dcb3 netlink: update listeners directly when removing socket by Johannes Berg · 10 years ago
  80. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  81. 02c81ab netlink: rename netlink_unbind() to netlink_undo_bind() by Johannes Berg · 10 years ago
  82. eb46e22 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  83. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  84. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  85. 4aa6118 openvswitch: fix odd_ptr_err.cocci warnings by Wu Fengguang · 10 years ago
  86. 6a8fc95 Bluetooth: Fix accepting connections when not using mgmt by Johan Hedberg · 10 years ago
  87. 8bfe844 Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR by Marcel Holtmann · 10 years ago
  88. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  89. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  90. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  91. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  92. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  93. 4cc1bec mpls: Fix allowed protocols for mpls gso by Pravin B Shelar · 10 years ago
  94. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  95. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  96. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  97. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  98. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  99. 0d16449 batman-adv: avoid NULL dereferences and fix if check by Antonio Quartulli · 10 years ago
  100. 0402e44 batman-adv: Unify fragment size calculation by Sven Eckelmann · 10 years ago