summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-141-9/+10
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-141-1/+1
* rxrpc: Fix local refcountingDavid Howells2019-08-121-5/+7
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-096-44/+28Star
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-094-39/+72
* 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-191-5/+4Star
* 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-091-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-111-15/+4Star
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-4/+15
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-4/+15
* | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-092-3/+5
|\| | | |/ |/|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-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/+19Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-249-46/+9Star
* | 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-031-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-262-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-132-6/+13
| * rxrpc: Trace received connection abortsDavid Howells2019-04-131-4/+7
| * rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne2019-04-131-9/+12
| * rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-5/+9
| * rxrpc: Clear socket errorMarc Dionne2019-04-131-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-041-1/+1
|/
* rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-241-6/+5Star
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-091-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-091-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-165-191/+24Star
* rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-033-8/+46
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-262-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-161-0/+1