Age | Commit message (Expand) | Author | Files | Lines |
2022-02-11 | net/smc: Limit SMC visits when handshake workqueue congested | D. Wythe | 1 | -0/+1 |
2021-12-07 | tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay | Maxim Galaganov | 1 | -0/+2 |
2021-01-23 | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung | 1 | -1/+2 |
2020-09-10 | tcp: record received TOS value in the request socket | Wei Wang | 1 | -0/+1 |
2020-08-25 | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau | 1 | -5/+8 |
2020-08-25 | tcp: Add saw_unknown to struct tcp_options_received | Martin KaFai Lau | 1 | -0/+2 |
2020-08-25 | tcp: Use a struct to represent a saved_syn | Martin KaFai Lau | 1 | -1/+6 |
2020-08-01 | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung | 1 | -1/+2 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+4 |
2020-07-23 | tcp: allow at most one TLP probe per flight | Yuchung Cheng | 1 | -2/+4 |
2020-06-24 | tcp: Expose tcp_sock_set_keepidle_locked | Dmitry Yakunin | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepcnt | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepintvl | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepidle | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_user_timeout | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_syncnt | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_quickack | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 1 | -0/+1 |
2020-05-28 | tcp: add tcp_sock_set_cork | Christoph Hellwig | 1 | -0/+2 |
2020-05-15 | mptcp: add new sock flag to deal with join subflows | Paolo Abeni | 1 | -0/+3 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -51/+0 |
2020-04-30 | tcp: add tp->dup_ack_counter | Eric Dumazet | 1 | -0/+1 |
2020-04-30 | mptcp: move option parsing into mptcp_incoming_options() | Paolo Abeni | 1 | -51/+0 |
2020-03-30 | mptcp: Add handling of incoming MP_JOIN requests | Peter Krystad | 1 | -1/+7 |
2020-03-30 | mptcp: Add ADD_ADDR handling | Peter Krystad | 1 | -2/+18 |
2020-01-29 | mptcp: handle tcp fallback when using syn cookies | Florian Westphal | 1 | -2/+0 |
2020-01-26 | tcp: export count for rehash attempts | Abdul Kabbani | 1 | -0/+2 |
2020-01-24 | mptcp: parse and emit MP_CAPABLE option according to v1 spec | Christoph Paasch | 1 | -1/+2 |
2020-01-24 | mptcp: Implement MPTCP receive path | Mat Martineau | 1 | -0/+10 |
2020-01-24 | mptcp: Handle MP_CAPABLE options for outgoing connections | Peter Krystad | 1 | -0/+3 |
2020-01-24 | mptcp: Associate MPTCP context with TCP socket | Peter Krystad | 1 | -0/+3 |
2020-01-24 | mptcp: Handle MPTCP TCP options | Peter Krystad | 1 | -0/+18 |
2019-10-26 | tcp: add TCP_INFO status for failed client TFO | Jason Baron | 1 | -1/+1 |
2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 1 | -3/+3 |
2019-09-16 | tcp: Add TCP_INFO counter for packets received out-of-order | Thomas Higdon | 1 | -0/+2 |
2019-06-23 | net: fastopen: robustness and endianness fixes for SipHash | Ard Biesheuvel | 1 | -1/+1 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2019-06-17 | net: ipv4: move tcp_fastopen server side code to SipHash library | Ard Biesheuvel | 1 | -6/+1 |
2019-06-16 | tcp: limit payload size of sacked skbs | Eric Dumazet | 1 | -0/+4 |
2019-06-12 | tcp: add optional per socket transmit delay | Eric Dumazet | 1 | -0/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-11-22 | tcp: defer SACK compression after DupThresh | Eric Dumazet | 1 | -0/+1 |
2018-10-16 | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh | Eric Dumazet | 1 | -0/+1 |
2018-09-22 | tcp: add tcp_wstamp_ns socket field | Eric Dumazet | 1 | -0/+2 |
2018-08-01 | tcp: add stat of data packet reordering events | Wei Wang | 1 | -2/+2 |
2018-08-01 | tcp: add dsack blocks received stats | Wei Wang | 1 | -0/+3 |
2018-08-01 | tcp: add data bytes retransmitted stats | Wei Wang | 1 | -0/+3 |
2018-08-01 | tcp: add data bytes sent stats | Wei Wang | 1 | -0/+3 |
2018-07-13 | tcp: use monotonic timestamps for PAWS | Arnd Bergmann | 1 | -2/+2 |
2018-06-22 | tcp: ignore rcv_rtt sample with old ts ecr value | Wei Wang | 1 | -0/+1 |