- f9c7927 bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t by Yonghong Song · 4 years, 6 months ago
- 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 6 months ago
- d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 6 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- e6ced83 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 6 months ago
- 6a2febe tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 6 months ago
- 52d87d5 net: bpf: Implement bpf iterator for tcp by Yonghong Song · 4 years, 7 months ago
- b08d4d3 net: bpf: Add bpf_seq_afinfo in tcp_iter_state by Yonghong Song · 4 years, 7 months ago
- d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 8 months ago
- a12daf1 tcp: rename tcp_v4_err() skb parameter by Eric Dumazet · 4 years, 8 months ago
- f745664 tcp: add tcp_ld_RTO_revert() helper by Eric Dumazet · 4 years, 8 months ago
- 23917494 tcp: tcp_v4_err() icmp skb is named icmp_skb by Eric Dumazet · 4 years, 8 months ago
- 45af29c tcp: allow traceroute -Mtcp for unpriv users by Eric Dumazet · 4 years, 8 months ago
- a70437c tcp: add hrtimer slack to sack compression by Eric Dumazet · 4 years, 8 months ago
- a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
- c8b9177 tcp: ipv4: Pass lockdep expression to RCU lists by Amol Grover · 4 years, 11 months ago
- 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
- 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
- 6b102db net: Add device index to tcp_md5sig by David Ahern · 5 years ago
- dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
- 534322c ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash by David Ahern · 5 years ago
- cea9760 ipv4/tcp: Use local variable for tcp_md5_addr by David Ahern · 5 years ago
- ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
- 65e6d90 net-tcp: Disable TCP ssthresh metrics cache by default by Kevin(Yudong) Yang · 5 years ago
- 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
- 623d0c2 tcp: increase tcp_max_syn_backlog max value by Eric Dumazet · 5 years ago
- 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
- 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
- dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
- d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
- 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
- 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- be2644a tcp: add ipv6_addr_v4mapped_loopback() helper by Eric Dumazet · 5 years ago
- 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
- f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
- 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
- c04b79b tcp: add new tcp_mtu_probe_floor sysctl by Josh Hunt · 5 years ago
- 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
- 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 5f3e2bf tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
- d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
- a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 5472c3c tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) by Eric Dumazet · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
- f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b506bc9 tcp: fix a potential NULL pointer dereference in tcp_sk_exit by Dust Li · 6 years ago
- 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
- f2feaef tcp: Don't access TCP_SKB_CB before initializing it by Christoph Paasch · 6 years ago
- 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
- 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 2c4cc97 tcp: tcp_v4_err() should be more careful by Eric Dumazet · 6 years ago
- 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
- 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
- 4f693b5 tcp: implement coalescing on backlog queue by Eric Dumazet · 6 years ago
- ade9628 tcp: drop dst in tcp_add_backlog() by Eric Dumazet · 6 years ago
- c73e580 tcp: tsq: no longer use limit_output_bytes for paced flows by Eric Dumazet · 6 years ago
- e6e8869 net: tcp: remove BUG_ON from tcp_v4_err by Li RongQing · 6 years ago
- 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
- 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
- 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago
- 743e481 tcp: remove useless add operation when init sysctl_max_tw_buckets by Yafang Shao · 6 years ago
- 431280e ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
- c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
- cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 6 years ago
- 21684dc tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets by Stefan Baranoff · 7 years ago
- 4fd44a9 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 7 years ago
- 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 79e9fed net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization by Maciej Żenczykowski · 7 years ago
- 3d97d88 tcp: minor optimization around tcp_hdr() usage in receive path by Yafang Shao · 7 years ago
- 9c21d2f tcp: add tcp_comp_sack_nr sysctl by Eric Dumazet · 7 years ago
- 6d82aa2 tcp: add tcp_comp_sack_delay_ns sysctl by Eric Dumazet · 7 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- 37d849b ipv{4,6}/tcp: simplify procfs registration by Christoph Hellwig · 7 years ago
- 0048369 tcp: Add mark for TIMEWAIT sockets by Jon Maxwell · 7 years ago
- d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 98be9b1 tcp: remove dead code after CHECKSUM_PARTIAL adoption by Eric Dumazet · 7 years ago
- e0f9759 tcp: try to keep packet if SYN_RCV race is lost by Eric Dumazet · 7 years ago
- f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
- 5c487bb tcp: tracepoint: only call trace_tcp_send_reset with full socket by Song Liu · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- fb7df5e tcp: md5: Handle RCU dereference of md5sig_info by Mat Martineau · 7 years ago
- 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
- 30791ac tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
- eeea10b tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() by Eric Dumazet · 7 years ago