summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-27/+16Star
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-091-4/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-241-4/+8
* rxrpc: Fix detection of out of order acksJeffrey Altman2019-04-131-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-120/+131
|\
| * rxrpc: Fix the packet reception routineDavid Howells2018-10-081-41/+79
| * rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
| * rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8
| * rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
| * rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13Star
| * rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-081-38/+12Star
| * rxrpc: Fix the data_ready handlerDavid Howells2018-10-051-30/+38
| * rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-2/+2
* | rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells2018-10-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-26/+64
|\|
| * rxrpc: Make service call handling more robustDavid Howells2018-09-281-3/+4
| * rxrpc: Improve up-front incoming packet checkingDavid Howells2018-09-281-13/+50
| * rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-281-1/+1
| * rxrpc: Fix RTT gatheringDavid Howells2018-09-281-2/+6
| * rxrpc: Fix checks as to whether we should set up a new callDavid Howells2018-09-281-8/+4Star
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/
* rxrpc: Trace socket notificationDavid Howells2018-08-011-1/+3
* rxrpc: Trace packet transmissionDavid Howells2018-08-011-1/+10
* rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-2/+8
* rxrpc: Fix missing start of call timeoutDavid Howells2018-05-111-1/+1
* rxrpc: Fix undefined packet handlingDavid Howells2018-04-041-0/+6
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-03-301-6/+9
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+2
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-281-3/+3
* rxrpc: Clean up whitespaceDavid Howells2017-11-291-2/+2
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-0/+40
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-4/+30
* rxrpc: Fix call expiry handlingDavid Howells2017-11-021-2/+0Star
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-241-0/+1
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-051-0/+17
* rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+2
* rxrpc: Trace received abortsDavid Howells2017-04-061-1/+3
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-1/+4
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-3/+3
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-03-101-3/+12
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells2017-03-071-5/+7
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+1
* rxrpc: Add some more tracingDavid Howells2017-01-051-1/+5
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-10/+0Star
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-4/+3Star
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-2/+2
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-1/+2