index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: apply a floor of 1 for RTT samples from TCP timestamps
Jianfeng Wang
2020-08-03
1
-0
/
+2
*
net: gre: recompute gre csum for sctp over gre tunnels
Lorenzo Bianconi
2020-08-03
1
-2
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-1
/
+1
|
\
|
*
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
2020-07-29
1
-1
/
+1
*
|
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
2020-08-01
1
-2
/
+3
*
|
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2020-07-31
1
-1
/
+5
*
|
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
2020-07-31
1
-0
/
+6
*
|
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
2020-07-31
2
-7
/
+34
*
|
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
2020-07-31
2
-3
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-07-30
3
-33
/
+91
|
\
\
|
*
|
xfrm: Make the policy hold queue work with VTI.
Steffen Klassert
2020-07-21
1
-1
/
+5
|
*
|
ip_vti: not register vti_ipip_handler twice
Xin Long
2020-07-14
1
-3
/
+10
|
*
|
ipcomp: assign if_id to child tunnel from parent tunnel
Xin Long
2020-07-09
1
-0
/
+1
|
*
|
ip_vti: support IPIP6 tunnel processing
Xin Long
2020-07-09
1
-2
/
+14
|
*
|
ip_vti: support IPIP tunnel processing with .cb_handler
Xin Long
2020-07-09
1
-30
/
+21
|
*
|
tunnel4: add cb_handler to struct xfrm_tunnel
Xin Long
2020-07-09
1
-0
/
+43
*
|
|
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
2020-07-28
1
-4
/
+8
*
|
|
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
2020-07-28
1
-1
/
+1
*
|
|
net: remove sockptr_advance
Christoph Hellwig
2020-07-28
3
-10
/
+11
*
|
|
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
2020-07-28
1
-1
/
+1
*
|
|
ipmr: Copy option to correct variable
Ido Schimmel
2020-07-27
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-25
3
-26
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tcp: allow at most one TLP probe per flight
Yuchung Cheng
2020-07-23
2
-10
/
+14
|
*
|
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
2020-07-21
1
-1
/
+1
|
*
|
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima
2020-07-21
1
-6
/
+9
*
|
|
icmp6: support rfc 4884
Willem de Bruijn
2020-07-24
1
-0
/
+1
*
|
|
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
2020-07-24
2
-14
/
+17
*
|
|
icmp: revise rfc4884 tests
Willem de Bruijn
2020-07-24
1
-6
/
+2
*
|
|
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
2020-07-24
1
-6
/
+8
*
|
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
5
-20
/
+16
*
|
|
net/tcp: switch do_tcp_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
1
-18
/
+16
*
|
|
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
2020-07-24
2
-3
/
+4
*
|
|
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
1
-3
/
+4
*
|
|
net/ipv4: switch do_ip_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
1
-35
/
+33
*
|
|
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
2020-07-24
2
-35
/
+15
*
|
|
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
2
-8
/
+9
*
|
|
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
2020-07-24
2
-5
/
+6
*
|
|
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
3
-27
/
+28
*
|
|
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-24
2
-8
/
+6
*
|
|
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
2020-07-24
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-22
3
-30
/
+131
|
\
\
\
|
*
|
|
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
2020-07-21
2
-2
/
+6
|
*
|
|
udp: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-9
/
+50
|
*
|
|
udp: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-10
/
+24
|
*
|
|
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-0
/
+31
|
*
|
|
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-9
/
+20
*
|
|
|
icmp: support rfc 4884
Willem de Bruijn
2020-07-19
2
-0
/
+83
*
|
|
|
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
2020-07-19
3
-56
/
+0
*
|
|
|
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
2020-07-19
6
-213
/
+61
*
|
|
|
net/ipv4: factor out mcast join/leave setsockopt helpers
Christoph Hellwig
2020-07-19
1
-53
/
+56
[next]