aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells1-1/+1
2022-07-08net: rxrpc: fix clang -Wformat warningJustin Stitt1-1/+1
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong1-2/+0
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells1-9/+52
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells1-20/+20
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells1-15/+9
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells1-5/+15
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells1-0/+47
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells1-25/+32
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells1-3/+2
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-4/+4
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu1-1/+2
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells1-2/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+9
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells1-23/+9
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells1-19/+84
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-09-28rxrpc: Remove VLA usage of skcipherKees Cook1-22/+22
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells1-2/+2
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook1-12/+13
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-2/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells1-2/+4
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-0/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells1-41/+51
2017-08-29rxrpc: Fix IPv6 supportDavid Howells1-4/+4
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang1-7/+7
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-1/+1
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-33/+73
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells1-38/+40
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-9/+9
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-3/+3
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells1-3/+6
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-5/+3
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-29/+79
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-60/+48
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells1-2/+2
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-14/+27
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu1-102/+48
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-6/+6
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-31/+31
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang1-3/+1
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-0/+2
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells1-36/+25
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-81/+84