Age | Commit message (Expand) | Author |
2020-09-08 | rxrpc: Rewrite the client connection manager | David Howells |
2020-08-20 | rxrpc: Fix loss of RTT samples due to interposed ACK | David Howells |
2020-05-28 | ipv4: add ip_sock_set_mtu_discover | Christoph Hellwig |
2020-05-11 | rxrpc: Fix the excessive initial retransmission timeout | David Howells |
2020-04-14 | rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket | David Howells |
2020-02-03 | rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect | David Howells |
2019-08-27 | rxrpc: Use the tx-phase skb flag to simplify tracing | David Howells |
2019-08-09 | rxrpc: Don't bother generating maxSkew in the ACK packet | David Howells |
2019-07-02 | rxrpc: Fix uninitialized error code in rxrpc_send_data_packet() | David Howells |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-03-23 | rxrpc: avoid clang -Wuninitialized warning | Arnd Bergmann |
2018-11-02 | rxrpc: Fix lockup due to no error backoff after ack transmit error | David Howells |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-15 | rxrpc: use correct kvec num when sending BUSY response packet | YueHaibing |
2018-10-04 | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() | David Howells |
2018-10-04 | rxrpc: Emit the data Tx trace line before transmitting | David Howells |
2018-09-28 | rxrpc: Emit BUSY packets when supposed to rather than ABORTs | David Howells |
2018-09-28 | rxrpc: Fix RTT gathering | David Howells |
2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-08 | rxrpc: Fix the keepalive generator [ver #2] | David Howells |
2018-08-01 | rxrpc: Trace packet transmission | David Howells |
2018-05-10 | rxrpc: Trace UDP transmission failure | David Howells |
2018-05-10 | rxrpc: Fix missing start of call timeout | David Howells |
2018-03-30 | rxrpc: Fix firewall route keepalive | David Howells |
2018-02-22 | rxrpc: Fix send in rxrpc_send_data_packet() | David Howells |
2017-11-24 | rxrpc: Add keepalive for a call | David Howells |
2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells |
2017-11-02 | rxrpc: Fix call expiry handling | David Howells |
2017-11-02 | rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack() | David Howells |
2017-08-29 | rxrpc: Fix IPv6 support | David Howells |
2017-06-05 | rxrpc: Add service upgrade support for client connections | David Howells |
2016-10-06 | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phase | David Howells |
2016-10-06 | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs | David Howells |
2016-10-06 | rxrpc: Fix warning by splitting rxrpc_send_call_packet() | David Howells |
2016-09-29 | rxrpc: Request more ACKs in slow-start mode | David Howells |
2016-09-29 | rxrpc: Make Tx loss-injection go through normal return and adjust tracing | David Howells |
2016-09-24 | rxrpc: Implement slow-start | David Howells |
2016-09-24 | rxrpc: Send an ACK after every few DATA packets we receive | David Howells |
2016-09-23 | rxrpc: Add tracepoint for ACK proposal | David Howells |
2016-09-23 | rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepoint | David Howells |
2016-09-23 | rxrpc: Don't call the tx_ack tracepoint if don't generate an ACK | David Howells |
2016-09-22 | rxrpc: Reduce the number of ACK-Requests sent | David Howells |
2016-09-22 | rxrpc: Obtain RTT data by requesting ACKs on DATA packets | David Howells |
2016-09-22 | rxrpc: Send pings to get RTT data | David Howells |
2016-09-22 | rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs | David Howells |
2016-09-17 | rxrpc: Add config to inject packet loss | David Howells |
2016-09-17 | rxrpc: Improve skb tracing | David Howells |
2016-09-17 | rxrpc: Add a tracepoint to log ACK transmission | David Howells |
2016-09-17 | rxrpc: Be consistent about switch value in rxrpc_send_call_packet() | David Howells |
2016-09-17 | rxrpc: Don't transmit an ACK if there's no reason set | David Howells |