index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
tcp: fix possible NULL dereference in tcp_vX_send_reset()
Eric Dumazet
1
-1
/
+4
2014-11-25
ip6_udp_tunnel: Fix checksum calculation
Alexander Duyck
1
-3
/
+1
2014-11-25
ipv6: gre: fix wrong skb->protocol in WCCP
Yuri Chislov
1
-2
/
+2
2014-11-24
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
lucien
1
-0
/
+11
2014-11-23
ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
Alexander Duyck
1
-1
/
+2
2014-11-20
ipv6: delete protocol and unregister rtnetlink when cleanup
Duan Jiong
1
-0
/
+4
2014-11-17
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
Daniel Borkmann
1
-4
/
+5
2014-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2014-11-10
netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval
Daniel Borkmann
1
-0
/
+1
2014-11-03
gre6: Move the setting of dev->iflink into the ndo_init functions.
Steffen Klassert
1
-2
/
+3
2014-11-03
sit: Use ipip6_tunnel_init as the ndo_init function.
Steffen Klassert
1
-9
/
+6
2014-11-03
vti6: Use vti6_dev_init as the ndo_init function.
Steffen Klassert
1
-10
/
+1
2014-11-03
ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.
Steffen Klassert
1
-9
/
+1
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-66
/
+109
2014-10-31
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions
Pablo Neira Ayuso
1
-66
/
+109
2014-10-31
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
Ben Hutchings
1
-0
/
+34
2014-10-29
ipv6: notify userspace when we added or changed an ipv6 token
Lubomir Rintel
1
-0
/
+1
2014-10-23
net: fix saving TX flow hash in sock for outgoing connections
Sathya Perla
1
-2
/
+2
2014-10-22
xfrm6: fix a potential use after free in xfrm6_policy.c
Li RongQing
1
-3
/
+8
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-0
/
+5
2014-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+4
2014-10-18
ipv6: fix a potential use after free in sit.c
Li RongQing
1
-3
/
+3
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
1
-0
/
+1
2014-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-13
/
+16
2014-10-18
ipv6: introduce tcp_v6_iif()
Eric Dumazet
2
-12
/
+16
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-10-14
ipv6: remove aca_lock spinlock from struct ifacaddr6
Li RongQing
1
-1
/
+0
2014-10-13
netfilter: nf_tables: restrict nat/masq expressions to nat chain type
Pablo Neira Ayuso
1
-0
/
+1
2014-10-11
netfilter: missing module license in the nf_reject_ipvX modules
Pablo Neira Ayuso
1
-0
/
+4
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
56
-1042
/
+1506
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-10-08
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-12
/
+1
2014-10-08
ipv6: Do not warn for informational ICMP messages, regardless of type.
David S. Miller
1
-2
/
+2
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
4
-4
/
+4
2014-10-07
ipv6: don't walk node's leaf during serial number update
Hannes Frederic Sowa
1
-17
/
+30
2014-10-07
ipv6: make fib6 serial number per namespace
Hannes Frederic Sowa
2
-8
/
+7
2014-10-07
ipv6: only generate one new serial number per fib mutation
Hannes Frederic Sowa
1
-6
/
+6
2014-10-07
ipv6: make rt_sernum atomic and serial number fields ordinary ints
Hannes Frederic Sowa
1
-10
/
+13
2014-10-07
ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal
Hannes Frederic Sowa
1
-40
/
+31
2014-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
5
-24
/
+184
2014-10-05
ip6_gre: fix flowi6_proto value in xmit path
Nicolas Dichtel
1
-2
/
+2
2014-10-04
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
1
-0
/
+1
2014-10-03
netfilter: nft_masq: register/unregister notifiers on module init/exit
Arturo Borrero
1
-23
/
+11
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-7
/
+42
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
1
-1
/
+1
2014-10-02
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Pablo Neira Ayuso
3
-0
/
+172
2014-10-02
gre: Set inner protocol in v4 and v6 GRE transmit
Tom Herbert
1
-2
/
+6
2014-10-02
sit: Set inner IP protocol in sit
Tom Herbert
1
-0
/
+4
2014-10-02
udp: Generalize skb_udp_segment
Tom Herbert
1
-1
/
+1
[next]