aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/rxkad.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-23/+9
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()Gravatar David Howells 1-23/+9
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoGravatar David Howells 1-19/+84
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-09-28rxrpc: Remove VLA usage of skcipherGravatar Kees Cook 1-22/+22
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2018-08-08rxrpc: Fix the keepalive generator [ver #2]Gravatar David Howells 1-2/+2
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferGravatar Kees Cook 1-12/+13
2018-08-01rxrpc: Trace packet transmissionGravatar David Howells 1-2/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-10rxrpc: Trace UDP transmission failureGravatar David Howells 1-2/+4
2018-03-30rxrpc: Fix firewall route keepaliveGravatar David Howells 1-0/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackGravatar David Howells 1-41/+51
2017-08-29rxrpc: Fix IPv6 supportGravatar David Howells 1-4/+4
2017-08-29net: rxrpc: Replace time_t type with time64_t typeGravatar Baolin Wang 1-7/+7
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-1/+1
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysGravatar Jason A. Donenfeld 1-5/+14
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-33/+73
2017-04-06rxrpc: Handle temporary errors better in rxkad securityGravatar David Howells 1-38/+40
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-9/+9
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-3/+3
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 1-3/+6
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsGravatar David Howells 1-5/+3
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-29/+79
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-60/+48
2016-08-23rxrpc: Drop channel number field from rxrpc_call structGravatar David Howells 1-2/+2
2016-07-06rxrpc: Call channels should have separate call number spacesGravatar David Howells 1-14/+27
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadGravatar Herbert Xu 1-102/+48
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}Gravatar David Howells 1-6/+6
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-31/+31
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+1
2016-06-07rxrpc: fix ptr_ret.cocci warningsGravatar Wu Fengguang 1-3/+1
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBGravatar Joe Perches 1-0/+2
2016-04-11rxrpc: Absorb the rxkad security moduleGravatar David Howells 1-36/+25
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-81/+84
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesGravatar David Howells 1-1/+1
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderGravatar David Howells 1-8/+9
2016-03-04rxrpc: Adjust some whitespace and commentsGravatar David Howells 1-6/+6
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderGravatar David Howells 1-68/+70
2016-01-27rxrpc: Use skcipherGravatar Herbert Xu 1-65/+107
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-8/+8
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-15RxRPC: Allow key payloads to be passed in XDR formGravatar David Howells 1-20/+21
2009-09-15RxRPC: Declare the security index constants symbolicallyGravatar David Howells 1-3/+3
2008-10-31net: replace NIPQUAD() in net/*/Gravatar Harvey Harrison 1-1/+1
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleGravatar David Howells 1-1/+1
2008-04-16AFS: Do not describe debug parameters with their valueGravatar Paul Bolle 1-1/+1
2008-03-30net/rxrpc trivial annotationsGravatar Al Viro 1-12/+15
2008-01-28[RXRPC]: Use cpu_to_be32() where appropriate.Gravatar YOSHIFUJI Hideaki 1-2/+2