Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
82d2a348bb9a1e265fe1c62e39341128ec014ed9
/
net
/
ipv4
/
tcp_ipv4.c
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
e316ea6
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
by Eric Dumazet
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
a44d6ea
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
by Martin KaFai Lau
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
7716682
tcp/dccp: fix another race at listener dismantle
by Eric Dumazet
· 9 years ago
dcd8799
igmp: net: Move igmp namespace init to correct file
by Nikolay Borisov
· 9 years ago
7292355
tcp: md5: release request socket instead of listener
by Eric Dumazet
· 9 years ago
165094a
igmp: Namespacify igmp_qrv sysctl knob
by Nikolay Borisov
· 9 years ago
87a8a2a
igmp: Namespaceify igmp_llm_reports sysctl knob
by Nikolay Borisov
· 9 years ago
166b6b2
igmp: Namespaceify igmp_max_msf sysctl knob
by Nikolay Borisov
· 9 years ago
815c527
igmp: Namespaceify igmp_max_memberships sysctl knob
by Nikolay Borisov
· 9 years ago
a583636
inet: refactor inet[6]_lookup functions to take skb
by Craig Gallek
· 9 years ago
9cf7490
tcp: do not drop syn_recv on all icmp reports
by Eric Dumazet
· 9 years ago
0aca737
tcp: Fix syncookies sysctl default.
by David S. Miller
· 9 years ago
4979f2d
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
by Nikolay Borisov
· 9 years ago
1e579ca
ipv4: Namespaceify tcp_fin_timeout sysctl knob
by Nikolay Borisov
· 9 years ago
c402d9b
ipv4: Namespaceify tcp_orphan_retries sysctl knob
by Nikolay Borisov
· 9 years ago
c6214a9
ipv4: Namespaceify tcp_retries2 sysctl knob
by Nikolay Borisov
· 9 years ago
ae5c3f4
ipv4: Namespaceify tcp_retries1 sysctl knob
by Nikolay Borisov
· 9 years ago
1043e25
ipv4: Namespaceify tcp reordering sysctl knob
by Nikolay Borisov
· 9 years ago
12ed824
ipv4: Namespaceify tcp syncookies sysctl knob
by Nikolay Borisov
· 9 years ago
7c083ec
ipv4: Namespaceify tcp synack retries sysctl knob
by Nikolay Borisov
· 9 years ago
6fa2516
ipv4: Namespaceify tcp syn retries sysctl knob
by Nikolay Borisov
· 9 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
cf80e0e
tcp: Use ahash
by Herbert Xu
· 9 years ago
e62a123
tcp: fix NULL deref in tcp_v4_send_ack()
by Eric Dumazet
· 9 years ago
d55f90b
net: drop tcp_memcontrol.c
by Vladimir Davydov
· 9 years ago
baac50b
net: tcp_memcontrol: simplify linkage between socket and page counter
by Johannes Weiner
· 9 years ago
3d596f7
net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
by Johannes Weiner
· 9 years ago
b840d15
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
by Nikolay Borisov
· 9 years ago
9bd6861
ipv4: Namespecify tcp_keepalive_probes sysctl knob
by Nikolay Borisov
· 9 years ago
13b287e
ipv4: Namespaceify tcp_keepalive_time sysctl knob
by Nikolay Borisov
· 9 years ago
271c3b9
tcp: honour SO_BINDTODEVICE for TW_RST case too
by Florian Westphal
· 9 years ago
e46787f
tcp: send_reset: test for non-NULL sk first
by Florian Westphal
· 9 years ago
6dd9a14
net: Allow accepted sockets to be bound to l3mdev domain
by David Ahern
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c1e64e2
net: diag: Support destroying TCP sockets.
by Lorenzo Colitti
· 9 years ago
5037e9e
net: fix IP early demux races
by Eric Dumazet
· 9 years ago
1b8e6a0
tcp: md5: fix lockdep annotation
by Eric Dumazet
· 9 years ago
00fd38d
tcp: ensure proper barriers in lockless contexts
by Eric Dumazet
· 9 years ago
49a496c
tcp: use correct req pointer in tcp_move_syn() calls
by Eric Dumazet
· 9 years ago
805c4bc
tcp: fix req->saved_syn race
by Eric Dumazet
· 9 years ago
5e0724d
tcp/dccp: fix hashdance race for passive sessions
by Eric Dumazet
· 9 years ago
dc6ef6b
tcp: do not set queue_mapping on SYNACK
by Eric Dumazet
· 9 years ago
f03f2e1
tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper
by Eric Dumazet
· 9 years ago
ef84d8c
Revert "inet: fix double request socket freeing"
by Eric Dumazet
· 9 years ago
4bdc3d6
tcp/dccp: fix behavior of stale SYN_RECV request sockets
by Eric Dumazet
· 9 years ago
ed53d0a
net: shrink struct sock and request_sock by 8 bytes
by Eric Dumazet
· 9 years ago
e994b2f
tcp: do not lock listener to process SYN packets
by Eric Dumazet
· 9 years ago
ca6fb06
tcp: attach SYNACK messages to request sockets instead of listener
by Eric Dumazet
· 9 years ago
079096f
tcp/dccp: install syn_recv requests into ehash table
by Eric Dumazet
· 9 years ago
aa3a0c8
tcp: get_openreq[46]() changes
by Eric Dumazet
· 9 years ago
ba8e275
tcp: cleanup tcp_v[46]_inbound_md5_hash()
by Eric Dumazet
· 9 years ago
38cb524
tcp: call sk_mark_napi_id() on the child, not the listener
by Eric Dumazet
· 9 years ago
0536fcc
tcp: prepare fastopen code for upcoming listener changes
by Eric Dumazet
· 9 years ago
f964629
tcp: constify tcp_v{4|6}_route_req() sock argument
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
72ab4a8
tcp: remove tcp_rcv_state_process() tcp_hdr argument
by Eric Dumazet
· 9 years ago
bda07a6
tcp: remove unused len argument from tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
a00e744
tcp/dccp: constify send_synack and send_reset socket argument
by Eric Dumazet
· 9 years ago
0f935db
tcp: constify tcp_v{4|6}_send_synack() socket argument
by Eric Dumazet
· 9 years ago
b83e3de
tcp: md5: constify tcp_md5_do_lookup() socket argument
by Eric Dumazet
· 9 years ago
b40cf18
tcp: constify listener socket in tcp_v[46]_init_req()
by Eric Dumazet
· 9 years ago
d8ed625
tcp: factorize sk_txhash init
by Eric Dumazet
· 9 years ago
58d607d
tcp: provide skb->hash to synack packets
by Eric Dumazet
· 9 years ago
182ad46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
3257d8b
inet: fix possible request socket leak
by Eric Dumazet
· 9 years ago
877d1f6
net: Set sk_txhash from a random number
by Tom Herbert
· 9 years ago
dbe7faa
inet: inet_twsk_deschedule factorization
by Eric Dumazet
· 9 years ago
98da81a
tcp: remove redundant checks II
by Eric Dumazet
· 9 years ago
12e25e1
tcp: remove redundant checks
by Eric Dumazet
· 9 years ago
2efd055
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
by Marcelo Ricardo Leitner
· 10 years ago
4921355
tcp: add rfc3168, section 6.1.1.1. fallback
by Daniel Borkmann
· 10 years ago
cd8ae85
tcp: provide SYN headers for passive connections
by Eric Dumazet
· 10 years ago
b357a36
inet: fix possible panic in reqsk_queue_unlink()
by Eric Dumazet
· 10 years ago
789f558
tcp/dccp: get rid of central timewait timer
by Eric Dumazet
· 10 years ago
b52e692
tcp: md5: fix a typo in tcp_v4_md5_lookup()
by Eric Dumazet
· 10 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
41d25fe
tcp: tcp_syn_flood_action() can be static
by Eric Dumazet
· 10 years ago
0144a81
tcp: fix ipv4 mapped request socks
by Eric Dumazet
· 10 years ago
fd3a154
tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()
by Eric Dumazet
· 10 years ago
39f8e58
tcp: md5: remove request sock argument of calc_md5_hash()
by Eric Dumazet
· 10 years ago
ff74e23
tcp: md5: input path is run under rcu protected sections
by Eric Dumazet
· 10 years ago
d0c294c
tcp: prevent fetching dst twice in early demux code
by Michal Kubeček
· 10 years ago
c697366
inet: fix double request socket freeing
by Fan Du
· 10 years ago
26e3736
ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
b282705
net: convert syn_wait_lock to a spinlock
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
08d2cc3b
inet: request sock should init IPv6/IPv4 addresses
by Eric Dumazet
· 10 years ago
d1e559d
inet: add IPv6 support to sk_ehashfn()
by Eric Dumazet
· 10 years ago
f7e4eb0
inet: ip early demux should avoid request sockets
by Eric Dumazet
· 10 years ago
3f66b08
inet: introduce ireq_family
by Eric Dumazet
· 10 years ago
d4f0687
inet: get_openreq4() & get_openreq6() do not need listener
by Eric Dumazet
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
6b58e0a
ipv4: Use binary search to choose tcp PMTU probe_size
by Fan Du
· 10 years ago
b0f9ca5
ipv4: Namespecify TCP PMTU mechanism
by Fan Du
· 10 years ago
Next »