Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
2f78c73f78c39dabc5c44ad8dd61fd6ec65636d6
/
net
/
ipv4
/
tcp_ipv4.c
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
5f3e2bf00
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
· 7 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
6670e15
tcp: Namespace-ify sysctl_tcp_default_congestion_control
by Stephen Hemminger
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c26e91f
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
by Eric Dumazet
· 7 years ago
23a7102a
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
by Eric Dumazet
· 7 years ago
4170ba6
tcp: Namespace-ify sysctl_tcp_invalid_ratelimit
by Eric Dumazet
· 7 years ago
790f00e
tcp: Namespace-ify sysctl_tcp_autocorking
by Eric Dumazet
· 7 years ago
bd23970
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
by Eric Dumazet
· 7 years ago
26e9596
tcp: Namespace-ify sysctl_tcp_min_tso_segs
by Eric Dumazet
· 7 years ago
b530b68
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
by Eric Dumazet
· 7 years ago
9184d8b
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
by Eric Dumazet
· 7 years ago
d06a990
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
by Eric Dumazet
· 7 years ago
4540c0c
tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf
by Eric Dumazet
· 7 years ago
af9b69a
tcp: Namespace-ify sysctl_tcp_frto
by Eric Dumazet
· 7 years ago
94f0893
tcp: Namespace-ify sysctl_tcp_adv_win_scale
by Eric Dumazet
· 7 years ago
0c12654
tcp: Namespace-ify sysctl_tcp_app_win
by Eric Dumazet
· 7 years ago
6496f6b
tcp: Namespace-ify sysctl_tcp_dsack
by Eric Dumazet
· 7 years ago
c6e2180
tcp: Namespace-ify sysctl_tcp_max_reordering
by Eric Dumazet
· 7 years ago
e0a1e5b
tcp: Namespace-ify sysctl_tcp_retrans_collapse
by Eric Dumazet
· 7 years ago
b510f0d
tcp: Namespace-ify sysctl_tcp_slow_start_after_idle
by Eric Dumazet
· 7 years ago
Next »