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
2016-06-15
6lowpan: add 802.15.4 short addr slaac
Alexander Aring
1
-2
/
+3
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
2
-3
/
+4
2016-06-15
net: ipv6: Do not add multicast route for l3 master devices
David Ahern
1
-1
/
+1
2016-06-14
udp reuseport: fix packet of same flow hashed to different socket
Su, Xuemin
1
-55
/
+16
2016-06-14
ipv6: fix checksum annotation in udp6_csum_init
Hannes Frederic Sowa
1
-2
/
+5
2016-06-14
ipv6: tcp: fix endianness annotation in tcp_v6_send_response
Hannes Frederic Sowa
1
-2
/
+2
2016-06-14
ipv6: fix endianness error in icmpv6_err
Hannes Frederic Sowa
1
-1
/
+1
2016-06-11
ipv6: use TOS marks from sockets for routing decision
Hannes Frederic Sowa
5
-8
/
+18
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-15
/
+13
2016-06-09
net: vrf: Fix crash when IPv6 is disabled at boot time
David Ahern
1
-0
/
+6
2016-06-09
sit: remove unnecessary protocol check in ipip6_tunnel_xmit()
Simon Horman
1
-3
/
+0
2016-06-08
ip6gre: Allow live link address change
Shweta Choudaha
1
-0
/
+3
2016-06-08
ip6gre: Allow live link address change
Shweta Choudaha
1
-0
/
+3
2016-06-08
net: Add l3mdev rule
David Ahern
1
-2
/
+4
2016-06-08
ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
Jakub Sitnicki
1
-8
/
+3
2016-06-08
ila: Perform only one translation in forwarding path
Tom Herbert
4
-9
/
+12
2016-06-08
net: vrf: ipv6 support for local traffic to local addresses
David Ahern
1
-0
/
+1
2016-06-07
tcp: record TLP and ER timer stats in v6 stats
Yuchung Cheng
1
-1
/
+3
2016-06-03
skbuff: introduce skb_gso_validate_mtu
Marcelo Ricardo Leitner
1
-1
/
+1
2016-06-02
Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...
Eric Dumazet
1
-6
/
+6
2016-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2016-05-31
fou: fix IPv6 Kconfig options
Arnd Bergmann
2
-2
/
+2
2016-05-30
netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flags
Paolo Abeni
1
-0
/
+1
2016-05-29
fou: add Kconfig options for IPv6 support
Arnd Bergmann
3
-2
/
+11
2016-05-24
ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.
Haishuang Yan
1
-0
/
+1
2016-05-24
ip6_gre: Fix MTU setting for ip6gretap
Haishuang Yan
1
-0
/
+2
2016-05-20
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
1
-1
/
+1
2016-05-20
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE
Alexander Duyck
1
-4
/
+8
2016-05-20
ipv6: Don't reset inner headers in ip6_tnl_xmit
Tom Herbert
1
-5
/
+0
2016-05-20
ip4ip6: Support for GSO/GRO
Tom Herbert
2
-1
/
+37
2016-05-20
ip6ip6: Support for GSO/GRO
Tom Herbert
2
-3
/
+26
2016-05-20
ipv6: Set features for IPv6 tunnels
Tom Herbert
1
-0
/
+9
2016-05-20
ip6_tunnel: Add support for fou/gue encapsulation
Tom Herbert
1
-0
/
+72
2016-05-20
ip6_gre: Add support for fou/gue encapsulation
Tom Herbert
1
-4
/
+75
2016-05-20
fou: Add encap ops for IPv6 tunnels
Tom Herbert
2
-0
/
+141
2016-05-20
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
1
-13
/
+81
2016-05-20
ipv6: Change "final" protocol processing for encapsulation
Tom Herbert
1
-1
/
+14
2016-05-20
ipv6: Fix nexthdr for reinjection
Tom Herbert
1
-3
/
+15
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2
-4
/
+4
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
2
-31
/
+0
2016-05-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
1
-3
/
+3
2016-05-16
sock: propagate __sock_cmsg_send() error
Eric Dumazet
1
-2
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-05-14
net/route: enforce hoplimit max value
Paolo Abeni
1
-0
/
+2
2016-05-13
udp: Resolve NULL pointer dereference over flow-based vxlan device
Alexander Duyck
1
-5
/
+3
2016-05-12
gre: Fix wrong tpi->proto in WCCP
Haishuang Yan
1
-1
/
+1
2016-05-12
ip6_gre: Fix get_size calculation for gre6 tunnel
Haishuang Yan
1
-3
/
+0
2016-05-11
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-0
/
+7
2016-05-11
ipv6: fix 4in6 tunnel receive path
Nicolas Dichtel
1
-1
/
+1
2016-05-10
ila: ipv6/ila: fix nlsize calculation for lwtunnel
Tom Herbert
1
-2
/
+4
[prev]
[next]