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
...
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-05-29
5
-91
/
+12
|
\
\
\
|
*
|
|
xfrm: fix unused variable warning if CONFIG_NETFILTER=n
Florian Westphal
2020-05-11
1
-1
/
+1
|
*
|
|
xfrm: remove output_finish indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
2
-23
/
+1
|
*
|
|
xfrm: move xfrm4_extract_header to common helper
Florian Westphal
2020-05-06
1
-21
/
+0
|
*
|
|
xfrm: state: remove extract_input indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
2
-6
/
+0
|
*
|
|
xfrm: avoid extract_output indirection for ipv4
Florian Westphal
2020-05-06
2
-41
/
+0
|
*
|
|
xfrm: add IPv6 support for espintcp
Sabrina Dubroca
2020-04-28
1
-0
/
+1
|
*
|
|
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
2020-04-28
1
-1
/
+9
*
|
|
|
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
2020-05-28
1
-0
/
+8
*
|
|
|
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
2020-05-28
1
-0
/
+11
*
|
|
|
ipv4: add ip_sock_set_recverr
Christoph Hellwig
2020-05-28
1
-0
/
+8
*
|
|
|
ipv4: add ip_sock_set_freebind
Christoph Hellwig
2020-05-28
1
-0
/
+8
*
|
|
|
ipv4: add ip_sock_set_tos
Christoph Hellwig
2020-05-28
1
-9
/
+21
*
|
|
|
tcp: add tcp_sock_set_keepcnt
Christoph Hellwig
2020-05-28
1
-0
/
+12
*
|
|
|
tcp: add tcp_sock_set_keepintvl
Christoph Hellwig
2020-05-28
1
-0
/
+12
*
|
|
|
tcp: add tcp_sock_set_keepidle
Christoph Hellwig
2020-05-28
1
-15
/
+34
*
|
|
|
tcp: add tcp_sock_set_user_timeout
Christoph Hellwig
2020-05-28
1
-0
/
+8
*
|
|
|
tcp: add tcp_sock_set_syncnt
Christoph Hellwig
2020-05-28
1
-0
/
+12
*
|
|
|
tcp: add tcp_sock_set_quickack
Christoph Hellwig
2020-05-28
1
-13
/
+26
*
|
|
|
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-14
/
+25
*
|
|
|
tcp: add tcp_sock_set_cork
Christoph Hellwig
2020-05-28
1
-19
/
+32
*
|
|
|
net: add sock_bindtoindex
Christoph Hellwig
2020-05-28
1
-3
/
+1
*
|
|
|
tcp: ipv6: support RFC 6069 (TCP-LD)
Eric Dumazet
2020-05-28
1
-1
/
+2
*
|
|
|
tcp: rename tcp_v4_err() skb parameter
Eric Dumazet
2020-05-27
1
-9
/
+9
*
|
|
|
tcp: add tcp_ld_RTO_revert() helper
Eric Dumazet
2020-05-27
1
-40
/
+45
*
|
|
|
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
2020-05-27
1
-1
/
+1
*
|
|
|
tcp: tcp_v4_err() icmp skb is named icmp_skb
Eric Dumazet
2020-05-26
1
-1
/
+1
*
|
|
|
tcp: allow traceroute -Mtcp for unpriv users
Eric Dumazet
2020-05-25
1
-0
/
+2
*
|
|
|
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
2020-05-25
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
6
-32
/
+35
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
2020-05-21
2
-3
/
+2
|
*
|
|
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
2020-05-21
1
-1
/
+1
|
*
|
|
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
2020-05-20
1
-0
/
+1
|
*
|
|
net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
Martin KaFai Lau
2020-05-19
1
-19
/
+24
|
*
|
|
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
Yuqi Jin
2020-05-17
1
-8
/
+6
|
*
|
|
nexthop: Fix attribute checking for groups
David Ahern
2020-05-17
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-05-22
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
2020-05-19
1
-2
/
+6
*
|
|
|
|
nexthop: add support for notifiers
Roopa Prabhu
2020-05-22
1
-0
/
+27
*
|
|
|
|
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
2020-05-22
1
-25
/
+107
*
|
|
|
|
handle the group_source_req options directly
Al Viro
2020-05-20
1
-2
/
+21
*
|
|
|
|
ipv4: take handling of group_source_req options into a helper
Al Viro
2020-05-20
1
-39
/
+44
*
|
|
|
|
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
2020-05-20
1
-0
/
+31
*
|
|
|
|
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
2020-05-20
1
-1
/
+47
*
|
|
|
|
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
2020-05-20
1
-33
/
+40
*
|
|
|
|
get rid of compat_mc_getsockopt()
Al Viro
2020-05-20
1
-3
/
+41
*
|
|
|
|
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
2020-05-20
2
-18
/
+19
*
|
|
|
|
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
2020-05-20
1
-1
/
+9
*
|
|
|
|
impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel
Christoph Hellwig
2020-05-19
1
-11
/
+3
*
|
|
|
|
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
2020-05-19
4
-62
/
+51
[prev]
[next]