summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Limit the listening backlogDavid Howells2016-06-114-8/+28
* rxrpc: Trim line-terminal whitespaceDavid Howells2016-06-112-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-3/+1Star
|\
| * rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1Star
* | rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells2016-06-105-336/+224Star
* | rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0416-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-281-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/+85Star
* | 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/+9Star
* | 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/+0Star
| * 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/+22Star
| * 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-131-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-042-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/+6Star
| |/ |/|
* | 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-071-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-065-28/+28
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-215-28/+28
* | rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic2015-09-213-6/+6
|/
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* new helper: msg_data_left()Al Viro2015-04-111-10/+9Star
* Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-114-29/+148
|\
| * RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-013-1/+122
| * RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11Star