summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-input.c
Commit message (Expand)AuthorAgeFilesLines
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-111-1/+1
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+3
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-111-6/+0
* rxrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-2/+2
* rxrpc: Be more selective about the types of received packets we acceptDavid Howells2016-03-041-1/+2
* rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-041-40/+55
* rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-041-10/+10
* RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-011-1/+22
* net: remove dead code after sk_data_ready changeEric Dumazet2014-08-221-8/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
* af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith2014-03-041-104/+73
* af_rxrpc: Improve ACK productionDavid Howells2014-02-261-2/+1
* af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells2014-02-261-2/+0
* af_rxrpc: Prevent RxRPC peers from ABORT-storming one anotherTim Smith2014-02-071-4/+8
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* AF_RXRPC: Handle receiving ACKALL packetsDavid Howells2011-03-021-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov2008-07-051-2/+3
* [RXRPC]: Use cpu_to_be32() where appropriate.YOSHIFUJI Hideaki2008-01-281-2/+2
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-281-0/+4
* [RXRPC]: Fix pointers passed to bitops.David S. Miller2007-04-261-3/+3
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-261-27/+33
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-0/+791