summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-07-301-0/+1
* rxrpc: Fix potential deadlockDavid Howells2019-07-303-1/+20
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-112-2/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-2/+2
| |\
| | * rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-021-2/+2
| * | rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2019-07-021-0/+3
| |/
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-15/+4
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-4/+15
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-4/+15
* | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-082-3/+5
|\| | | |/ |/|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-2/+2
| * keys: Network namespace domain tagDavid Howells2019-06-261-0/+2
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3019-95/+19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-249-46/+9
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-165-3/+16
* rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells2019-05-161-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-16/+16
|\
| * rxrpc: Fix net namespace cleanupDavid Howells2019-04-301-16/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-252-5/+10
|\|
| * rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-242-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-176-25/+48
|\|
| * rxrpc: Fix detection of out of order acksJeffrey Altman2019-04-122-6/+13
| * rxrpc: Trace received connection abortsDavid Howells2019-04-121-4/+7
| * rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne2019-04-121-9/+12
| * rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-5/+9
| * rxrpc: Clear socket errorMarc Dionne2019-04-121-0/+5
| * rxrpc: Check address length before reading srx_service fieldTetsuo Handa2019-04-121-1/+2
* | rxrpc: Mark expected switch fall-throughGustavo A. R. Silva2019-04-031-1/+1
|/
* rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-231-6/+5
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-081-2/+2
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+2
|\
| * rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-061-1/+2
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-1/+1
|/
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-155-191/+24
* rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-023-8/+46
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-23/+23
|\
| * rxrpc: Remove VLA usage of skcipherKees Cook2018-09-282-23/+23
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-194-3/+5
|\ \
| * | rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
| * | rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1
| * | rxrpc: use correct kvec num when sending BUSY response packetYueHaibing2018-10-151-1/+2
| * | rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
* | | rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-153-0/+130
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-129-173/+233
|\| |