aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c
AgeCommit message (Expand)Author
2022-09-15rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-01-17rxrpc: Fix missing security check on incoming callsDavid Howells
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-28rxrpc: Remove VLA usage of skcipherKees Cook
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook
2018-08-01rxrpc: Trace packet transmissionDavid Howells
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
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: Adjust some whitespace and commentsDavid Howells
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells
2016-01-27rxrpc: Use skcipherHerbert Xu
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells
2009-09-15RxRPC: Declare the security index constants symbolicallyDavid Howells
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleDavid Howells