aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-ack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-1288/+0
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-0/+2
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells1-1/+2
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells1-2/+2
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-2/+2
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells1-68/+0
2016-04-11rxrpc: Disable a debugging statement that has been left enabled.David Howells1-1/+1
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells1-6/+6
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-57/+51
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells1-51/+51
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells1-1/+2
2015-11-24rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells1-1/+3
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal1-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal1-3/+4
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells1-3/+23
2014-02-26af_rxrpc: Improve ACK productionDavid Howells1-1/+1
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells1-7/+28
2014-01-21rxrpc: out of bound read in debug codeDan Carpenter1-7/+14
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-7/+7
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller1-2/+0
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells1-3/+3
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2008-02-17net/rxrpc: Use BUG_ONJulia Lawall1-2/+1
2007-05-04[AF_RXRPC]: Sort out MTU handling.David Howells1-12/+68
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to useDavid Howells1-5/+5
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-0/+1250