summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-157-94/+79
* rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells2016-06-151-4/+2
* rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells2016-06-151-8/+0
* rxrpc: Break MTU determination from ICMP into its own functionDavid Howells2016-06-151-39/+54
* rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells2016-06-153-4/+4
* rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-159-203/+335
* rxrpc: Update the comments in ar-internal.h to reflect renamesDavid Howells2016-06-131-69/+69
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-1317-17/+17
* rxrpc: Limit the listening backlogDavid Howells2016-06-104-8/+28
* rxrpc: Trim line-terminal whitespaceDavid Howells2016-06-102-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-3/+1
|\
| * rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-071-3/+1
* | rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells2016-06-095-336/+224
* | rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0316-34/+56
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-2/+2
|\
| * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-2/+2
* | 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-119-61/+105
* | rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-116-134/+85
* | rxrpc: Don't assume transport address family and size when using itDavid Howells2016-04-112-4/+4
* | rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells2016-04-114-12/+9
* | rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-118-21/+37
* | rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-112-2/+2
* | rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-115-84/+106
* | rxrpc: Disable a debugging statement that has been left enabled.David Howells2016-04-111-1/+1
* | rxrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1919-607/+665
|\
| * rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-138-39/+39
| * rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells2016-03-041-10/+0
| * rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells2016-03-041-3/+5
| * rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells2016-03-041-1/+1
| * rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells2016-03-041-8/+9
| * rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells2016-03-041-4/+7
| * rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-047-29/+22
| * rxrpc: Be more selective about the types of received packets we acceptDavid Howells2016-03-041-1/+2
| * rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells2016-03-041-1/+1
| * rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells2016-03-041-1/+1
| * rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-0417-381/+431
| * rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-0410-101/+101
| * rxrpc: Convert call flag and event numbers into enumsDavid Howells2016-03-043-47/+65
| * rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells2016-03-041-1/+1
* | rxrpc: Use skcipherHerbert Xu2016-01-273-72/+114
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-032-2/+4
| |\
| * | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-1/+1
* | | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-18/+6
| |/ |/|
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-1/+1
* | rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells2015-11-241-1/+3
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-055-28/+28
|\