index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
1
-20
/
+12
2022-02-28
net: ipv6: ensure we call ipv6_mc_down() at most once
j.nixdorf@avm.de
1
-2
/
+6
2022-02-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-5
/
+8
2022-02-24
ipv6: prevent a possible race condition with lifetimes
Niels Dossche
1
-0
/
+2
2022-02-21
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
1
-0
/
+2
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-1
/
+1
2022-02-17
ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
Eric Dumazet
1
-9
/
+10
2022-02-16
ipv6: per-netns exclusive flowlabel checks
Willem de Bruijn
1
-1
/
+3
2022-02-14
ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
Ignat Korchagin
2
-3
/
+3
2022-02-08
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
1
-0
/
+2
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-7
/
+0
2022-01-27
Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
Guillaume Nault
1
-7
/
+20
2022-01-27
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Jiri Bohac
1
-1
/
+1
2022-01-27
netfilter: Remove flowtable relics
Geert Uytterhoeven
3
-7
/
+0
2022-01-24
xfrm: fix MTU regression
Jiri Bohac
1
-4
/
+7
2022-01-20
ipv6: annotate accesses to fn->fn_sernum
Eric Dumazet
2
-11
/
+14
2022-01-20
ipv6_tunnel: Rate limit warning messages
Ido Schimmel
1
-4
/
+4
2022-01-12
sit: allow encapsulated IPv6 traffic to be delivered locally
Ignat Korchagin
1
-1
/
+1
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2
-44
/
+2
2022-01-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-0
/
+5
2022-01-06
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
4
-0
/
+5
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+4
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+1
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-35
/
+98
2022-01-04
udp6: Use Segment Routing Header for dest address if present
Andrew Lunn
1
-1
/
+2
2022-01-04
icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
Andrew Lunn
2
-1
/
+35
2022-01-04
seg6: export get_srh() for ICMP handling
Andrew Lunn
2
-31
/
+31
2022-01-03
ipv6: Do cleanup if attribute validation fails in multipath route
David Ahern
1
-5
/
+3
2022-01-03
ipv6: Continue processing multipath route even if gateway attribute is invalid
David Ahern
1
-2
/
+5
2022-01-02
ipv6: ioam: Support for Queue depth data field
Justin Iurman
1
-1
/
+15
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-0
/
+3
2021-12-31
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
David Ahern
1
-0
/
+4
2021-12-31
ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
David Ahern
1
-1
/
+5
2021-12-31
ipv6: Check attribute length for RTA_GATEWAY in multipath route
David Ahern
1
-1
/
+20
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+6
2021-12-29
ipv6: raw: check passed optlen before reading
Tamir Duberstein
1
-0
/
+3
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2
-0
/
+2
2021-12-27
ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
William Zhao
1
-0
/
+2
2021-12-23
udp: using datalen to cap ipv6 udp max gso segments
Coco Li
1
-1
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+9
2021-12-23
netfilter: flowtable: remove ipv4/ipv6 modules
Florian Westphal
2
-44
/
+2
2021-12-20
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
2
-6
/
+9
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
1
-0
/
+1
2021-12-16
sit: do not call ipip6_dev_free() from sit_init_net()
Eric Dumazet
1
-1
/
+0
2021-12-16
fib: rules: remove duplicated nla policies
Florian Westphal
2
-10
/
+0
2021-12-14
ipv6: use GFP_ATOMIC in rt6_probe()
Eric Dumazet
1
-1
/
+1
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2021-12-09
xfrm: use net device refcount tracker helpers
Eric Dumazet
1
-2
/
+2
[next]