index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
2019-04-18
net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
Colin Ian King
2019-04-15
route: Avoid crash from dereferencing NULL rt->from
Jonathan Lemon
2019-04-12
udpv6: Check address length before reading address family
Tetsuo Handa
2019-04-08
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
Lorenzo Bianconi
2019-04-04
ipv6: sit: reset ip header pointer in ipip6_rcv
Lorenzo Bianconi
2019-04-03
ipv6: Fix dangling pointer when ipv6 fragment
Junwei Hu
2019-04-02
ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type
Sheena Mira-ato
2019-03-27
ila: Fix rhashtable walker list corruption
Herbert Xu
2019-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-03-20
ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
Xin Long
2019-03-19
tcp: do not use ipv6 header for ipv4 flow
Eric Dumazet
2019-03-18
netfilter: ip6t_srh: fix NULL pointer dereferences
Kangjie Lu
2019-03-11
net: sit: fix UBSAN Undefined behaviour in check_6rd
Miaohe Lin
2019-03-08
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
2019-03-04
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
Arnd Bergmann
2019-03-04
ip6mr: Do not call __IP6_INC_STATS() from preemptible context
Ido Schimmel
2019-03-03
net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE
Francesco Ruggeri
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
net: sit: fix memory leak in sit_init_net()
Mao Wenan
2019-03-01
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
2019-03-01
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
Florian Westphal
2019-03-01
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
Florian Westphal
2019-03-01
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
Florian Westphal
2019-02-27
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
Florian Westphal
2019-02-27
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
2019-02-27
netfilter: nat: move nlattr parse and xfrm session decode to core
Florian Westphal
2019-02-27
netfilter: nat: merge ipv4 and ipv6 masquerade functionality
Florian Westphal
2019-02-26
ipv6: Return error for RTA_VIA attribute
David Ahern
2019-02-26
net: remove unused struct inet_frag_queue.fragments field
Peter Oskolkov
2019-02-25
tcp: clean up SOCK_DEBUG()
Yafang Shao
2019-02-24
ipv6: icmp: use percpu allocation
Kefeng Wang
2019-02-24
ipv6: icmp: use icmpv6_sk_exit()
Kefeng Wang
2019-02-24
ila: Fix uninitialised return value in ila_xlat_nl_cmd_flush
Herbert Xu
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-22
udpv6: fix possible user after free in error handler
Paolo Abeni
2019-02-22
fou6: fix proto error handler argument type
Paolo Abeni
2019-02-22
udpv6: add the required annotation to mib type
Paolo Abeni
2019-02-22
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
Kalash Nainwal
2019-02-22
ipv6: route: purge exception on removal
Paolo Abeni
2019-02-22
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
2019-02-22
rhashtable: Remove obsolete rhashtable_walk_init function
Herbert Xu
2019-02-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2019-02-21
net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap
Lorenzo Bianconi
2019-02-21
net: remove unneeded switch fall-through
Li RongQing
2019-02-21
ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
Callum Sinclair
2019-02-21
ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()
Paolo Abeni
2019-02-21
ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()
Paolo Abeni
2019-02-20
gso: validate gso_type on ipip style tunnels
Willem de Bruijn
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
[next]