summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-203-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/+9
* 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/+11
| * RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells2015-04-011-19/+19
| * RxRPC: Fix the conversion to iov_iterDavid Howells2015-04-011-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
|\|
| * rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-03-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-2/+2
|\|
| * ip: fix error queue empty skb handlingWillem de Bruijn2015-03-081-2/+2