summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells
2016-04-11rxrpc: Disable a debugging statement that has been left enabled.David Howells
2016-04-11rxrpc: do not pull udp headers on receiveWillem de Bruijn
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells
2016-03-04rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells
2016-03-04rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells
2016-03-04rxrpc: Be more selective about the types of received packets we acceptDavid Howells
2016-03-04rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells
2016-03-04rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells
2016-01-27rxrpc: Use skcipherHerbert Xu
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-24rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-20rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-04-11new helper: msg_data_left()Al Viro
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro
2015-04-01RxRPC: Handle VERSION Rx protocol packetsDavid Howells
2015-04-01RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells
2015-04-01RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells
2015-04-01RxRPC: Fix the conversion to iov_iterDavid Howells
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-15rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller