summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-95/+19
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-46/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells-3/+16
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells-0/+25
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+16
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells-16/+16
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+10
2019-04-24rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet-5/+10
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+48
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman-6/+13
2019-04-12rxrpc: Trace received connection abortsDavid Howells-4/+7
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne-9/+12
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne-5/+9
2019-04-12rxrpc: Clear socket errorMarc Dionne-0/+5
2019-04-12rxrpc: Check address length before reading srx_service fieldTetsuo Handa-1/+2
2019-04-03rxrpc: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann-6/+5
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells-2/+2
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells-5/+15
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet-1/+2
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani-1/+1
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells-191/+24
2018-11-15rxrpc: Fix life checkDavid Howells-4/+23
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells-8/+46
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-23/+23
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+5
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells-0/+1
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells-0/+130
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells-1/+1
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing-1/+2
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-173/+233
2018-10-08rxrpc: Fix the packet reception routineDavid Howells-50/+105
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells-44/+35
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells-35/+44
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells-24/+34
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells-0/+14
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells-0/+43
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells-9/+6
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells-22/+17
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells-4/+4
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells-17/+1