| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-02 | tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). | Kuniyuki Iwashima | 1 | -1/+7 |
| 2024-02-28 | tcp: make dropreason in tcp_child_process() work | Jason Xing | 1 | -5/+7 |
| 2024-02-28 | tcp: make the dropreason really work when calling tcp_rcv_state_process() | Jason Xing | 1 | -1/+2 |
| 2024-02-28 | tcp: directly drop skb in cookie check for ipv4 | Jason Xing | 1 | -1/+1 |
| 2023-12-06 | net/tcp: Consistently align TCP-AO option in the header | Dmitry Safonov | 1 | -2/+2 |
| 2023-10-27 | net/tcp: Wire up l3index to TCP-AO | Dmitry Safonov | 1 | -3/+7 |
| 2023-10-27 | net/tcp: Add static_key for TCP-AO | Dmitry Safonov | 1 | -11/+14 |
| 2023-10-27 | net/tcp: Ignore specific ICMPs for TCP-AO connections | Dmitry Safonov | 1 | -0/+7 |
| 2023-10-27 | net/tcp: Add TCP-AO SNE support | Dmitry Safonov | 1 | -1/+2 |
| 2023-10-27 | net/tcp: Add TCP-AO segments counters | Dmitry Safonov | 1 | -1/+1 |
| 2023-10-27 | net/tcp: Verify inbound TCP-AO signed segments | Dmitry Safonov | 1 | -5/+5 |
| 2023-10-27 | net/tcp: Sign SYN-ACK segments with TCP-AO | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -8/+58 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to twsk | Dmitry Safonov | 1 | -19/+73 |
| 2023-10-27 | net/tcp: Add AO sign to RST packets | Dmitry Safonov | 1 | -13/+56 |
| 2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -5/+10 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to outgoing packets | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Prevent TCP-MD5 with TCP-AO being set | Dmitry Safonov | 1 | -3/+11 |
| 2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 1 | -2/+8 |
| 2023-10-27 | net/tcp: Prepare tcp_md5sig_pool for TCP-AO | Dmitry Safonov | 1 | -41/+56 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -0/+1 |
| 2023-10-23 | tcp: replace tcp_time_stamp_raw() | Eric Dumazet | 1 | -2/+2 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-19 | tcp: check mptcp-level constraints for backlog coalescing | Paolo Abeni | 1 | -0/+1 |
| 2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+1 |
| 2023-10-16 | tcp: Set pingpong threshold via sysctl | Haiyang Zhang | 1 | -0/+2 |
| 2023-10-11 | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 1 | -1/+1 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -4/+5 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-09-12 | tcp: defer regular ACK while processing socket backlog | Eric Dumazet | 1 | -0/+1 |
| 2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-08-20 | ipv4: fix data-races around inet->inet_id | Eric Dumazet | 1 | -2/+2 |
| 2023-08-16 | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 1 | -3/+2 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-07-29 | net: annotate data-races around sk->sk_priority | Eric Dumazet | 1 | -1/+1 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
| 2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+6 |
| 2023-07-20 | tcp: annotate data-races around tp->tsoffset | Eric Dumazet | 1 | -2/+3 |
| 2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->ts_recent | Eric Dumazet | 1 | -1/+1 |
| 2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->txhash | Eric Dumazet | 1 | -1/+2 |
| 2023-07-12 | tcp: add a scheduling point in established_get_first() | Jian Wen | 1 | -0/+3 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-06-17 | tcp: enforce receive buffer memory limits by allowing the tcp window to shrink | mfreemon@cloudflare.com | 1 | -0/+2 |
| 2023-06-08 | ipv4, ipv6: Use splice_eof() to flush | David Howells | 1 | -0/+1 |
| 2023-05-26 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -4/+3 |
| 2023-05-25 | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV | Antoine Tenart | 1 | -5/+9 |
| 2023-05-19 | bpf: Add bpf_sock_destroy kfunc | Aditi Ghag | 1 | -1/+1 |
| 2023-05-19 | bpf: tcp: Avoid taking fast sock lock in iterator | Aditi Ghag | 1 | -3/+2 |
| 2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
| 2023-05-12 | tcp: fix possible sk_priority leak in tcp_v4_send_reset() | Eric Dumazet | 1 | -2/+3 |
| 2023-05-11 | tcp: make the first N SYN RTO backoffs linear | David Morley | 1 | -0/+1 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-03-28 | bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp | Martin KaFai Lau | 1 | -2/+2 |
| 2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 1 | -3/+3 |
| 2023-02-02 | tcp: add TCP_MINTTL drop reason | Eric Dumazet | 1 | -0/+1 |
| 2022-12-02 | tcp: use 2-arg optimal variant of kfree_rcu() | Eric Dumazet | 1 | -2/+2 |
| 2022-12-01 | net/tcp: Do cleanup on tcp_md5_key_copy() failure | Dmitry Safonov | 1 | -7/+2 |
| 2022-12-01 | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction | Dmitry Safonov | 1 | -13/+58 |
| 2022-12-01 | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add() | Dmitry Safonov | 1 | -9/+21 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -16/+5 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 1 | -16/+4 |
| 2022-11-22 | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima | 1 | -0/+2 |
| 2022-11-14 | ipasdv4/tcp_ipv4: remove redundant assignment | xu xin | 1 | -1/+0 |
| 2022-10-28 | tcp: add PLB functionality for TCP | Mubashir Adnan Qureshi | 1 | -1/+1 |
| 2022-10-28 | tcp: add sysctls for TCP PLB parameters | Mubashir Adnan Qureshi | 1 | -0/+8 |
| 2022-10-24 | tcp: fix a signed-integer-overflow bug in tcp_add_backlog() | Lu Wei | 1 | -1/+3 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-09-20 | tcp: Introduce optional per-netns ehash. | Kuniyuki Iwashima | 1 | -6/+32 |
| 2022-09-20 | tcp: Save unnecessary inet_twsk_purge() calls. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-20 | tcp: Access &tcp_hashinfo via net. | Kuniyuki Iwashima | 1 | -29/+43 |
| 2022-09-20 | tcp: Set NULL to sk->sk_prot->h.hashinfo. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-20 | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4. | Kuniyuki Iwashima | 1 | -12/+7 |
| 2022-09-20 | tcp: Clean up some functions. | Kuniyuki Iwashima | 1 | -9/+9 |
| 2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2022-08-31 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet | 1 | -2/+4 |
| 2022-08-24 | net: Add a bhash2 table hashed by port and address | Joanne Koong | 1 | -2/+21 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-07-25 | tcp: Fix data-races around sysctl_tcp_reflect_tos. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-18 | tcp: Fix a data-race around sysctl_tcp_tw_reuse. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-11 | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo | 1 | -0/+2 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+5 |
| 2022-06-24 | tcp: add a missing nf_reset_ct() in 3WHS handling | Eric Dumazet | 1 | -1/+5 |
| 2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet | 1 | -0/+3 |
| 2022-05-30 | net: ipv4: Avoid bounds check warning | huhai | 1 | -2/+2 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-05-16 | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv() | Menglong Dong | 1 | -0/+1 |
| 2022-05-13 | Revert "tcp/dccp: get rid of inet_twsk_purge()" | Eric Dumazet | 1 | -0/+2 |
| 2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 1 | -12/+9 |
| 2022-04-26 | net: generalize skb freeing deferral to per-cpu lists | Eric Dumazet | 1 | -1/+0 |
| 2022-04-22 | ipv4: Avoid using RTO_ONLINK with ip_route_connect(). | Guillaume Nault | 1 | -3/+2 |
| 2022-04-06 | tcp: add accessors to read/set tp->snd_cwnd | Eric Dumazet | 1 | -1/+1 |
| 2022-03-09 | tcp: adjust TSO packet sizes based on min_rtt | Eric Dumazet | 1 | -0/+1 |
| 2022-03-09 | skb: make drop reason booleanable | Jakub Kicinski | 1 | -5/+7 |
| 2022-02-24 | net/tcp: Merge TCP-MD5 inbound callbacks | Dmitry Safonov | 1 | -73/+5 |
| 2022-02-20 | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv() | Menglong Dong | 1 | -1/+4 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_add_backlog() | Menglong Dong | 1 | -2/+5 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash() | Menglong Dong | 1 | -4/+9 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_v4_rcv() | Menglong Dong | 1 | -1/+6 |
| 2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-01-27 | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-27 | net: socket: rename SKB_DROP_REASON_SOCKET_FILTER | Menglong Dong | 1 | -1/+1 |
| 2022-01-26 | tcp: allocate tcp_death_row outside of struct netns_ipv4 | Eric Dumazet | 1 | -3/+11 |
| 2022-01-25 | ipv4/tcp: do not use per netns ctl sockets | Eric Dumazet | 1 | -34/+27 |
| 2022-01-25 | tcp/dccp: get rid of inet_twsk_purge() | Eric Dumazet | 1 | -2/+0 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
| 2022-01-09 | net: skb: use kfree_skb_reason() in tcp_v4_rcv() | Menglong Dong | 1 | -3/+11 |
| 2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 1 | -0/+1 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+7 |
| 2021-12-20 | inet: fully convert sk->sk_rx_dst to RCU rules | Eric Dumazet | 1 | -4/+7 |
| 2021-11-16 | tcp: defer skb freeing after socket lock is released | Eric Dumazet | 1 | -0/+1 |
| 2021-11-16 | net: remove sk_route_nocaps | Eric Dumazet | 1 | -2/+2 |
| 2021-11-16 | tcp: minor optimization in tcp_add_backlog() | Eric Dumazet | 1 | -3/+2 |
| 2021-10-25 | ipv4: guard IP_MINTTL with a static key | Eric Dumazet | 1 | -8/+12 |
| 2021-10-25 | ipv4: annotate data races arount inet->min_ttl | Eric Dumazet | 1 | -2/+5 |
| 2021-10-25 | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex | Eric Dumazet | 1 | -3/+3 |
| 2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -13/+32 |
| 2021-10-15 | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0 | Leonard Crestez | 1 | -10/+16 |
| 2021-10-15 | tcp: md5: Fix overlap between vrf and non-vrf keys | Leonard Crestez | 1 | -3/+16 |
| 2021-09-23 | tcp: remove sk_{tr}x_skb_cache | Eric Dumazet | 1 | -6/+0 |
| 2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -86/+324 |
| 2021-07-23 | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter | Martin KaFai Lau | 1 | -0/+15 |
| 2021-07-23 | bpf: tcp: Bpf iter batching and lock_sock | Martin KaFai Lau | 1 | -6/+231 |
| 2021-07-23 | tcp: seq_file: Replace listening_hash with lhash2 | Martin KaFai Lau | 1 | -17/+18 |
| 2021-07-23 | tcp: seq_file: Add listening_get_first() | Martin KaFai Lau | 1 | -20/+39 |
| 2021-07-23 | bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state | Martin KaFai Lau | 1 | -20/+5 |
| 2021-07-23 | tcp: seq_file: Refactor net and family matching | Martin KaFai Lau | 1 | -38/+30 |
| 2021-07-23 | tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos | Martin KaFai Lau | 1 | -2/+3 |
| 2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2021-07-21 | tcp: disable TFO blackhole logic by default | Wei Wang | 1 | -1/+1 |
| 2021-07-20 | net/tcp_fastopen: remove tcp_fastopen_ctx_lock | Eric Dumazet | 1 | -1/+0 |
| 2021-07-02 | tcp: annotate data races around tp->mtu_info | Eric Dumazet | 1 | -2/+2 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -2/+2 |
| 2021-06-15 | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. | Kuniyuki Iwashima | 1 | -6/+14 |
| 2021-05-14 | tcp: add tracepoint for checksum errors | Jakub Kicinski | 1 | -0/+3 |
| 2021-04-02 | mptcp: add mptcp reset option support | Florian Westphal | 1 | -3/+18 |
| 2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 1 | -0/+3 |
| 2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-02-03 | net: indirect call helpers for ipv4/ipv6 dst_check functions | Brian Vazquez | 1 | -1/+4 |
| 2021-01-20 | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev | 1 | -0/+1 |
| 2021-01-20 | tcp: Fix potential use-after-free due to double kfree() | Kuniyuki Iwashima | 1 | -2/+2 |
| 2021-01-19 | tcp: do not mess with cloned skbs in tcp_add_backlog() | Eric Dumazet | 1 | -12/+13 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+5 |
| 2020-12-09 | tcp: Retain ECT bits for tos reflection | Wei Wang | 1 | -2/+5 |
| 2020-12-03 | tcp: merge 'init_req' and 'route_req' functions | Florian Westphal | 1 | -2/+7 |
| 2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+22 |
| 2020-11-24 | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN | Alexander Duyck | 1 | -4/+8 |
| 2020-11-23 | tcp: fix race condition when creating child sockets from syncookies | Ricardo Dias | 1 | -2/+13 |
| 2020-11-20 | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header | Alexander Duyck | 1 | -2/+3 |
| 2020-11-14 | tcp: uninline tcp_stream_memory_free() | Eric Dumazet | 1 | -0/+14 |
| 2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2020-10-06 | tcp: fix receive window update in tcp_add_backlog() | Eric Dumazet | 1 | -3/+3 |
| 2020-09-10 | tcp: reflect tos value received in SYN to the socket | Wei Wang | 1 | -1/+9 |
| 2020-09-10 | ip: pass tos into ip_build_and_send_pkt() | Wei Wang | 1 | -1/+2 |
| 2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+3 |
| 2020-08-24 | net: ipv4: delete repeated words | Randy Dunlap | 1 | -1/+1 |
| 2020-08-24 | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau | 1 | -2/+3 |
| 2020-07-25 | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t | Yonghong Song | 1 | -2/+2 |
| 2020-07-25 | bpf: Refactor bpf_iter_reg to have separate seq_info member | Yonghong Song | 1 | -2/+6 |
| 2020-07-24 | net/tcp: switch ->md5_parse to sockptr_t | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+3 |
| 2020-07-21 | bpf: net: Use precomputed btf_id for bpf iterators | Yonghong Song | 1 | -1/+3 |
| 2020-07-19 | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
| 2020-07-19 | net/ipv4: remove compat_ip_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
| 2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+16 |
| 2020-07-01 | tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers | Eric Dumazet | 1 | -5/+14 |
| 2020-06-30 | tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() | Eric Dumazet | 1 | -0/+3 |
| 2020-06-24 | net: bpf: Implement bpf iterator for tcp | Yonghong Song | 1 | -0/+123 |
| 2020-06-24 | net: bpf: Add bpf_seq_afinfo in tcp_iter_state | Yonghong Song | 1 | -6/+24 |
| 2020-05-28 | tcp: ipv6: support RFC 6069 (TCP-LD) | Eric Dumazet | 1 | -1/+2 |
| 2020-05-27 | tcp: rename tcp_v4_err() skb parameter | Eric Dumazet | 1 | -9/+9 |
| 2020-05-27 | tcp: add tcp_ld_RTO_revert() helper | Eric Dumazet | 1 | -40/+45 |
| 2020-05-26 | tcp: tcp_v4_err() icmp skb is named icmp_skb | Eric Dumazet | 1 | -1/+1 |
| 2020-05-25 | tcp: allow traceroute -Mtcp for unpriv users | Eric Dumazet | 1 | -0/+2 |
| 2020-04-30 | tcp: add hrtimer slack to sack compression | Eric Dumazet | 1 | -0/+1 |
| 2020-03-12 | inet: Use fallthrough; | Joe Perches | 1 | -2/+2 |
| 2020-02-24 | tcp: ipv4: Pass lockdep expression to RCU lists | Amol Grover | 1 | -2/+4 |
| 2020-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+4 |
| 2020-01-09 | tcp: Export TCP functions and ops struct | Mat Martineau | 1 | -1/+1 |
| 2020-01-09 | bpf: tcp: Support tcp_congestion_ops in bpf | Martin KaFai Lau | 1 | -2/+4 |
| 2020-01-02 | net: Add device index to tcp_md5sig | David Ahern | 1 | -0/+18 |
| 2020-01-02 | tcp: Add l3index to tcp_md5sig_key and md5 functions | David Ahern | 1 | -20/+48 |
| 2020-01-02 | ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash | David Ahern | 1 | -5/+8 |
| 2020-01-02 | ipv4/tcp: Use local variable for tcp_md5_addr | David Ahern | 1 | -17/+26 |
| 2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+4 |
| 2019-12-13 | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 1 | -3/+4 |
| 2019-12-09 | net-tcp: Disable TCP ssthresh metrics cache by default | Kevin(Yudong) Yang | 1 | -0/+1 |
| 2019-11-06 | net: annotate lockless accesses to sk->sk_ack_backlog | Eric Dumazet | 1 | -1/+1 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
| 2019-11-01 | inet: stop leaking jiffies on the wire | Eric Dumazet | 1 | -2/+2 |
| 2019-10-31 | tcp: increase tcp_max_syn_backlog max value | Eric Dumazet | 1 | -1/+1 |
| 2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -13/+17 |
| 2019-10-13 | tcp: annotate tp->write_seq lockless reads | Eric Dumazet | 1 | -9/+12 |
| 2019-10-13 | tcp: annotate tp->copied_seq lockless reads | Eric Dumazet | 1 | -1/+1 |
| 2019-10-13 | tcp: annotate tp->rcv_nxt lockless reads | Eric Dumazet | 1 | -1/+2 |
| 2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 1 | -2/+2 |
| 2019-10-09 | net: silence KCSAN warnings around sk_add_backlog() calls | Eric Dumazet | 1 | -1/+1 |