index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-08
3
-3
/
+15
|
\
|
*
ipv6: sr: fix out-of-bounds read when setting HMAC data.
David Lebrun
2022-09-05
1
-0
/
+5
|
*
bonding: add all node mcast address when slave up
Hangbin Liu
2022-09-05
1
-2
/
+6
|
*
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
2022-09-01
1
-1
/
+4
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
4
-63
/
+70
|
\
\
|
*
|
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-03
2
-2
/
+3
|
*
|
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-03
1
-8
/
+8
|
*
|
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
3
-40
/
+47
|
*
|
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
2022-09-03
1
-5
/
+3
|
*
|
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
2022-09-03
1
-3
/
+3
|
*
|
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
2022-08-19
2
-2
/
+3
|
*
|
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...
Martin KaFai Lau
2022-08-19
1
-7
/
+7
*
|
|
ipv6: tcp: send consistent autoflowlabel in SYN_RECV state
Eric Dumazet
2022-09-02
1
-12
/
+14
*
|
|
net: unify alloclen calculation for paged requests
Pavel Begunkov
2022-08-30
1
-4
/
+1
*
|
|
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
3
-0
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-26
3
-6
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2022-08-25
1
-1
/
+0
|
|
\
\
|
|
*
|
netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases
Eric Dumazet
2022-08-24
1
-1
/
+0
|
*
|
|
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
2022-08-24
1
-3
/
+2
|
*
|
|
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-24
1
-2
/
+2
|
|
/
/
*
|
|
net: gro: skb_gro_header helper function
Richard Gobert
2022-08-25
1
-6
/
+3
*
|
|
net: Add a bhash2 table hashed by port and address
Joanne Koong
2022-08-25
1
-0
/
+17
*
|
|
ipv6: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-23
4
-4
/
+4
|
/
/
*
|
net: fix potential refcount leak in ndisc_router_discovery()
Xin Xiong
2022-08-15
1
-0
/
+3
*
|
ip6_tunnel: Fix the type of functions
Hongbin Wang
2022-08-13
1
-11
/
+8
|
/
*
ipv6: do not use RT_TOS for IPv6 flowlabel
Matthias May
2022-08-10
1
-2
/
+1
*
net: seg6: initialize induction variable to first valid array index
Nick Desaulniers
2022-08-06
1
-5
/
+5
*
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-08-04
18
-271
/
+527
|
\
|
*
seg6: add support for SRv6 H.L2Encaps.Red behavior
Andrea Mayer
2022-07-29
1
-1
/
+11
|
*
seg6: add support for SRv6 H.Encaps.Red behavior
Andrea Mayer
2022-07-29
1
-1
/
+127
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-29
3
-8
/
+16
|
|
\
|
*
|
ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()
Eric Dumazet
2022-07-27
1
-3
/
+1
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-07-25
1
-2
/
+2
|
|
\
\
|
|
*
|
esp6: Fix spelling mistake
Zhang Jiaming
2022-07-04
1
-2
/
+2
|
*
|
|
ping: support ipv6 ping socket flow labels
Alan Brady
2022-07-22
1
-1
/
+5
|
*
|
|
net: ipv6: avoid accepting values greater than 2 for accept_untracked_na
Jaehee Park
2022-07-22
1
-3
/
+3
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
5
-26
/
+20
|
|
\
\
\
|
*
\
\
\
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
1
-13
/
+36
|
|
\
\
\
\
|
*
|
|
|
|
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
2022-07-16
2
-6
/
+25
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-15
4
-5
/
+6
|
|
\
\
\
\
\
|
*
|
|
|
|
|
net: ip6mr: add RTM_GETROUTE netlink op
David Lamparter
2022-07-13
1
-1
/
+92
|
*
|
|
|
|
|
ip6_tunnel: allow to inherit from VLAN encapsulated IP
Matthias May
2022-07-13
1
-4
/
+7
|
*
|
|
|
|
|
ip6_gre: use actual protocol to select xmit
Matthias May
2022-07-13
1
-1
/
+3
|
*
|
|
|
|
|
ip6_gre: set DSCP for non-IP
Matthias May
2022-07-13
1
-7
/
+32
|
*
|
|
|
|
|
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
2022-07-11
1
-1
/
+4
|
*
|
|
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-09
1
-1
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-20
1
-1
/
+2
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-01
4
-13
/
+13
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
2022-06-30
1
-0
/
+1
|
*
|
|
|
|
|
|
|
ipv6: remove redundant store to value after addition
Colin Ian King
2022-06-30
1
-1
/
+1
[next]