Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
542b7ffee3e26ffef5d63e7b5ab7602129daeaad
/
net
/
ipv6
/
tcp_ipv6.c
31484d5
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
by Geert Uytterhoeven
· 5 years ago
cec37a6
mptcp: Handle MP_CAPABLE options for outgoing connections
by Peter Krystad
· 5 years ago
f870fa0
mptcp: Add MPTCP socket stubs
by Mat Martineau
· 5 years ago
35b2c32
tcp: Export TCP functions and ops struct
by Mat Martineau
· 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
d14c77e
ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hash
by David Ahern
· 5 years ago
c4e85f7
net: ipv6: add net argument to ip6_dst_lookup_flow
by Sabrina Dubroca
· 5 years ago
288efe8
net: annotate lockless accesses to sk->sk_ack_backlog
by Eric Dumazet
· 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
f6c0f5d
tcp: honor SO_PRIORITY in TIME_WAIT state
by Eric Dumazet
· 5 years ago
e9a5dce
ipv6: tcp: provide sk->sk_priority to ctl packets
by Eric Dumazet
· 5 years ago
4f6570d
ipv6: add priority parameter to ip6_xmit()
by Eric Dumazet
· 5 years ago
9349d60
tcp: add skb-less helpers to retrieve SYN cookie
by Petar Penkov
· 5 years ago
052e069
ipv6: tcp: fix flowlabels reflection for RST packets
by Eric Dumazet
· 6 years ago
59c820b
ipv6: elide flowlabel check if no exclusive leases exist
by Willem de Bruijn
· 6 years ago
a346abe
ipv6: icmp: allow flowlabel reflection in echo replies
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
c67b855
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
by Eric Dumazet
· 6 years ago
3920967
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
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
50a8acc
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
by Eric Dumazet
· 6 years ago
323a53c
ipv6: tcp: enable flowlabel reflection in some RST packets
by Eric Dumazet
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
97ff7ff
net: use indirect calls helpers at early demux stage
by Paolo Abeni
· 6 years ago
0e219ae
net: use indirect calls helpers for L3 handler hooks
by Paolo Abeni
· 6 years ago
f5d5476
tcp: fix tcp_inet6_sk() for 32bit kernels
by Eric Dumazet
· 6 years ago
356d71e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8b27dae
tcp: add one skb cache for rx
by Eric Dumazet
· 6 years ago
93a77c1
tcp: add tcp_inet6_sk() helper
by Eric Dumazet
· 6 years ago
89e4130
tcp: do not use ipv6 header for ipv4 flow
by Eric Dumazet
· 6 years ago
9946b34
tcp: clean up SOCK_DEBUG()
by Yafang Shao
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
c2027d1
ipv6: Fix handling of LLA with VRF and sockets bound to VRF
by David Ahern
· 6 years ago
32bbd87
net: Convert protocol error handlers from void to int
by Stefano Brivio
· 6 years ago
24b711e
net/ipv6: Fix linklocal to global address with VRF
by David Ahern
· 6 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
3d97d88
tcp: minor optimization around tcp_hdr() usage in receive path
by Yafang Shao
· 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
fef65a2
net: Convert tcpv6_net_ops
by Kirill Tkhai
· 7 years ago
e0f9759
tcp: try to keep packet if SYN_RCV race is lost
by Eric Dumazet
· 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
54dc3e3
net: ipv6: Allow connect to linklocal address from socket bound to vrf
by David Ahern
· 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
3016dad
tcp: remove buggy call to tcp_v6_restore_cb()
by Eric Dumazet
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
c24b14c
tcp: add tracepoint trace_tcp_send_reset
by Song Liu
· 7 years ago
275757e6
ipv6: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
1f3b359
tcp: fix a request socket leak
by Eric Dumazet
· 7 years ago
a8e3bb3
net: Add comment that early_demux can change via sysctl
by David Ahern
· 7 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d624d27
tcp: fix possible deadlock in TCP stack vs BPF filter
by Eric Dumazet
· 7 years ago
4297a0e
net: ipv6: add second dif to inet6 socket lookups
by David Ahern
· 7 years ago
39294c3
Revert "ipv6: constify inet6_protocol structures"
by Julia Lawall
· 7 years ago
e7942d0
tcp: remove prequeue support
by Florian Westphal
· 7 years ago
3a3a4e3
ipv6: constify inet6_protocol structures
by Julia Lawall
· 7 years ago
e42e24c
tcp: remove redundant argument from tcp_rcv_established()
by Matvejchikov Ilya
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
6335479
net: convert sk_buff.users from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
8fac365
tcp: Add a tcp_filter hook before handle ack packet
by Chenbo Feng
· 8 years ago
8917a77
tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix
by Ivan Delalande
· 8 years ago
6797318
tcp: md5: add an address prefix for key lookup
by Ivan Delalande
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
384abed
bpf: Remove duplicate tcp_filter hook in ipv6
by Chenbo Feng
· 8 years ago
0604475
tcp: add TCPMemoryPressuresChrono counter
by Eric Dumazet
· 8 years ago
5d2ed05
tcp: Namespaceify sysctl_tcp_timestamps
by Eric Dumazet
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
a95cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
83eadda
ipv6/dccp: do not inherit ipv6_mc_list from parent
by WANG Cong
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
84b114b
tcp: randomize timestamps on syncookies
by Eric Dumazet
· 8 years ago
58d30c3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
5f0d5a3
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
by Paul E. McKenney
· 8 years ago
e590745
tcp: Record Rx hash and NAPI ID in tcp_child_process
by Alexander Duyck
· 8 years ago
dddb64b
net: Add sysctl to toggle early demux for tcp and udp
by subashab@codeaurora.org
· 8 years ago
4396e46
tcp: remove tcp_tw_recycle
by Soheil Hassas Yeganeh
· 8 years ago
d82bae1
tcp: remove per-destination timestamp cache
by Soheil Hassas Yeganeh
· 8 years ago
101c431
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
45caeaa
dccp/tcp: fix routing redirect race
by Jon Maxwell
· 8 years ago
a30aad5
tcp: rename *_sequence_number() to *_seq_and_tsoff()
by Alexey Kodanev
· 8 years ago
00355fa
tcp: setup timestamp offset when write_seq already set
by Alexey Kodanev
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
052d236
ipv6: Handle IPv4-mapped src to in6addr_any dst.
by Jonathan T. Leighton
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ebf6c9c
ipv6: tcp: add a missing tcp_v6_restore_cb()
by Eric Dumazet
· 8 years ago
3541f9e
tcp: add tcp_mss_clamp() helper
by Eric Dumazet
· 8 years ago
Next »