SUNRPC: Clean up the AUTH cache code
[sfrench/cifs-2.6.git] / net /
2018-10-23 Trond MyklebustSUNRPC: Clean up the AUTH cache code
2018-10-18 Trond MyklebustMerge tag 'nfs-rdma-for-4.20-1' of git://git.linux...
2018-10-18 J. Bruce Fieldssunrpc: safely reallow resvport min/max inversion
2018-10-18 Trond MyklebustSUNRPC: Fix a compile warning for cmpxchg64()
2018-10-05 Arnd BergmannSUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()
2018-10-03 Chuck Leverxprtrdma: Clean up xprt_rdma_disconnect_inject
2018-10-03 Chuck Leverxprtrdma: Add documenting comments
2018-10-03 Chuck Leverxprtrdma: Report when there were zero posted Receives
2018-10-03 Chuck Leverxprtrdma: Move rb_flags initialization
2018-10-03 Chuck Leverxprtrdma: Don't disable BH's in backchannel server
2018-10-03 Chuck Leverxprtrdma: Remove memory address of "ep" from an error...
2018-10-03 Chuck Leverxprtrdma: Rename rpcrdma_qp_async_error_upcall
2018-10-03 Chuck Leverxprtrdma: Simplify RPC wake-ups on connect
2018-10-03 Chuck Leverxprtrdma: Re-organize the switch() in rpcrdma_conn_upcall
2018-10-02 Chuck Leverxprtrdma: Eliminate "connstate" variable from rpcrdma_c...
2018-10-02 Chuck Leverxprtrdma: Conventional variable names in rpcrdma_conn_u...
2018-10-02 Chuck Leverxprtrdma: Rename rpcrdma_conn_upcall
2018-10-02 Chuck Leversunrpc: Report connect_time in seconds
2018-10-02 Chuck Leversunrpc: Fix connect metrics
2018-10-02 Chuck Leverxprtrdma: Name MR trace events consistently
2018-10-02 Chuck Leverxprtrdma: Explicitly resetting MRs is no longer necessary
2018-10-02 Chuck Leverxprtrdma: Create more MRs at a time
2018-10-02 Chuck Leverxprtrdma: Reset credit grant properly after a disconnect
2018-10-02 Chuck Leverxprtrdma: xprt_release_rqst_cong is called outside...
2018-09-30 Trond MyklebustSUNRPC: Replace krb5_seq_lock with a lockless scheme
2018-09-30 Trond MyklebustSUNRPC: Lockless lookup of RPCSEC_GSS mechanisms
2018-09-30 Trond MyklebustSUNRPC: Remove rpc_authflavor_lock in favour of RCU...
2018-09-30 Trond MyklebustSUNRPC: Unexport xdr_partial_copy_from_skb()
2018-09-30 Trond MyklebustSUNRPC: Clean up xs_udp_data_receive()
2018-09-30 Trond MyklebustSUNRPC: Allow AF_LOCAL sockets to use the generic strea...
2018-09-30 Trond MyklebustSUNRPC: Clean up - rename xs_tcp_data_receive() to...
2018-09-30 Trond MyklebustSUNRPC: Simplify TCP receive code by switching to using...
2018-09-30 Trond MyklebustSUNRPC: Add a bvec array to struct xdr_buf for use...
2018-09-30 Trond MyklebustSUNRPC: Add a label for RPC calls that require allocati...
2018-09-30 Trond MyklebustSUNRPC: Convert the xprt->sending queue back to an...
2018-09-30 Trond MyklebustSUNRPC: Fix priority queue fairness
2018-09-30 Trond MyklebustSUNRPC: Convert xprt receive queue to use an rbtree
2018-09-30 Trond MyklebustSUNRPC: Don't take transport->lock unnecessarily when...
2018-09-30 Trond MyklebustSUNRPC: Cleanup: remove the unused 'task' argument...
2018-09-30 Trond MyklebustSUNRPC: Clean up transport write space handling
2018-09-30 Trond MyklebustSUNRPC: Turn off throttling of RPC slots for TCP sockets
2018-09-30 Trond MyklebustSUNRPC: Allow soft RPC calls to time out when waiting...
2018-09-30 Trond MyklebustSUNRPC: Allow calls to xprt_transmit() to drain the...
2018-09-30 Trond MyklebustSUNRPC: Enqueue swapper tagged RPCs at the head of...
2018-09-30 Trond MyklebustSUNRPC: Support for congestion control when queuing...
2018-09-30 Trond MyklebustSUNRPC: Improve latency for interactive tasks
2018-09-30 Trond MyklebustSUNRPC: Move RPC retransmission stat counter to xprt_tr...
2018-09-30 Trond MyklebustSUNRPC: Simplify xprt_prepare_transmit()
2018-09-30 Trond MyklebustSUNRPC: Don't reset the request 'bytes_sent' counter...
2018-09-30 Trond MyklebustSUNRPC: Treat the task and request as separate in the...
2018-09-30 Trond MyklebustSUNRPC: Fix up the back channel transmit
2018-09-30 Trond MyklebustSUNRPC: Refactor RPC call encoding
2018-09-30 Trond MyklebustSUNRPC: Add a transmission queue for RPC requests
2018-09-30 Trond MyklebustSUNRPC: Distinguish between the slot allocation list...
2018-09-30 Trond MyklebustSUNRPC: Minor cleanup for call_transmit()
2018-09-30 Trond MyklebustSUNRPC: Refactor xprt_transmit() to remove wait for...
2018-09-30 Trond MyklebustSUNRPC: Refactor xprt_transmit() to remove the reply...
2018-09-30 Trond MyklebustSUNRPC: Rename xprt->recv_lock to xprt->queue_lock
2018-09-30 Trond MyklebustSUNRPC: Don't wake queued RPC calls multiple times...
2018-09-30 Trond MyklebustSUNRPC: Test whether the task is queued before grabbing...
2018-09-30 Trond MyklebustSUNRPC: Add a helper to wake up a sleeping rpc_task...
2018-09-30 Trond MyklebustSUNRPC: Refactor the transport request pinning
2018-09-30 Trond MyklebustSUNRPC: Simplify dealing with aborted partially transmi...
2018-09-30 Trond MyklebustSUNRPC: Add socket transmit queue offset tracking
2018-09-30 Trond MyklebustSUNRPC: Move reset of TCP state variables into the...
2018-09-30 Trond MyklebustSUNRPC: Rename TCP receive-specific state variables
2018-09-30 Trond MyklebustSUNRPC: Avoid holding locks across the XDR encoding...
2018-09-30 Trond MyklebustSUNRPC: Simplify identification of when the message...
2018-09-30 Trond MyklebustSUNRPC: The transmitted message must lie in the RPCSEC...
2018-09-30 Trond MyklebustSUNRPC: If there is no reply expected, bail early from...
2018-09-30 Trond MyklebustSUNRPC: Clean up initialisation of the struct rpc_rqst
2018-09-30 Greg Kroah-HartmanMerge tag 'auxdisplay-for-greg-v4.19-rc6' of https...
2018-09-30 Greg Kroah-HartmanMerge tag 'libnvdimm-fixes2-4.19-rc6' of git://git...
2018-09-29 Greg Kroah-HartmanMerge tag 'for-linus-20180929' of git://git.kernel...
2018-09-29 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-09-29 Greg Kroah-HartmanMerge branch 'timers-urgent-for-linus' of git://git...
2018-09-29 Greg Kroah-HartmanMerge tag 'pm-4.19-rc6' of git://git./linux/kernel...
2018-09-29 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-09-29 Greg Kroah-HartmanMerge tag 'spi-fix-v4.19-rc5' of https://git./linux...
2018-09-29 Greg Kroah-HartmanMerge tag 'regulator-v4.19-rc5' of https://git./linux...
2018-09-29 Greg Kroah-HartmanMerge tag 'powerpc-4.19-3' of https://git./linux/kernel...
2018-09-29 Greg Kroah-HartmanMerge tag 'pinctrl-v4.19-4' of git://git./linux/kernel...
2018-09-28 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-09-28' of git://anongit.freed...
2018-09-28 Greg Kroah-HartmanMerge tag 'riscv-for-linus-4.19-rc6' of git://git....
2018-09-28 Greg Kroah-HartmanMerge tag 'pci-v4.19-fixes-2' of ssh://gitolite./linux...
2018-09-27 Dave AirlieMerge branch 'drm-fixes-4.19' of git://people.freedeskt...
2018-09-27 Greg Kroah-HartmanMerge tag 'for-linus' of git://git./linux/kernel/git...
2018-09-27 Greg Kroah-HartmanMerge tag 'for_v4.19-rc6' of git://git./linux/kernel...
2018-09-27 Thomas GleixnerMerge branch 'clockevents/4.19-fixes' of https://git...
2018-09-27 Dave AirlieMerge branch 'for-upstream/malidp-fixes' of git://linux...
2018-09-27 Dave AirlieMerge branch 'etnaviv/fixes' of https://git.pengutronix...
2018-09-26 Greg Kroah-HartmanMerge tag 'iommu-fixes-v4.19-rc5' of git://git./linux...
2018-09-25 Greg Kroah-Hartmanerge tag 'libnvdimm-fixes-4.19-rc6' of git://git./linux...
2018-09-25 Greg Kroah-HartmanMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2018-09-25 Greg Kroah-HartmanMerge tag 'usb-4.19-rc6' of git://git./linux/kernel...
2018-09-25 Greg Kroah-HartmanMerge tag 'tty-4.19-rc6' of git://git./linux/kernel...
2018-09-25 Greg Kroah-HartmanMerge tag 'char-misc-4.19-rc6' of git://git./linux...
2018-09-25 Greg Kroah-HartmanMerge gitolite./pub/scm/linux/kernel/git/davem/net
2018-09-24 Paolo Abeniip_tunnel: be careful when accessing the inner header
2018-09-24 Saif Hasanmpls: allow routes on ip6gre devices
next