summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-ack.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-111-1/+2
* rxrpc: Don't assume transport address family and size when using itDavid Howells2016-04-111-2/+2
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-2/+2
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-111-68/+0
* rxrpc: Disable a debugging statement that has been left enabled.David Howells2016-04-111-1/+1
* rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-131-6/+6
* rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-041-57/+51
* rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-041-51/+51
* rxrpc: Convert call flag and event numbers into enumsDavid Howells2016-03-041-1/+2
* rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells2015-11-241-1/+3
* rxrpc: don't multiply with HZ twiceFlorian Westphal2015-03-011-1/+1
* rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal2015-03-011-3/+4
* af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells2014-02-261-3/+23
* af_rxrpc: Improve ACK productionDavid Howells2014-02-261-1/+1
* af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells2014-02-261-7/+28
* rxrpc: out of bound read in debug codeDan Carpenter2014-01-211-7/+14
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-7/+7
* rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller2011-05-191-2/+0
* RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2010-08-041-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells2009-09-161-3/+3
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+1
* net/rxrpc: Use BUG_ONJulia Lawall2008-02-171-2/+1
* [AF_RXRPC]: Sort out MTU handling.David Howells2007-05-041-12/+68
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-261-5/+5
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-0/+1250