index
:
linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
2018-11-08
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
2018-11-08
udp: Support for error handlers of tunnels with arbitrary destination port
Stefano Brivio
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
2018-11-08
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
2018-11-08
net/ipv6: compute anycast address hash only if dev is null
Li RongQing
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
2018-11-07
ipv6: factor out protocol delivery helper
Paolo Abeni
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
2018-11-07
ipv6: do not drop vrf udp multicast packets
Dewi Morgan
2018-11-07
ipv6: handling of multicast packets received in VRF
Mike Manning
2018-11-07
ipv6: allow ping to link-local address in VRF
Mike Manning
2018-11-07
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
2018-11-07
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
2018-11-06
net: Add extack argument to ip_fib_metrics_init
David Ahern
2018-11-06
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
2018-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-11-05
ipv6: properly check return value in inet6_dump_all()
Alexey Kodanev
2018-11-05
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
Jeff Barnhill
2018-11-02
net/ipv6: Add anycast addresses to a global hashtable
Jeff Barnhill
2018-10-26
net: allow traceroute with a specified interface in a vrf
Mike Manning
2018-10-26
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
2018-10-25
net/{ipv4,ipv6}: Do not put target net if input nsid is invalid
Bjørn Mork
2018-10-25
netfilter: ipv6: fix oops when defragmenting locally generated fragments
Florian Westphal
2018-10-24
net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...
David Ahern
2018-10-24
net: udp: fix handling of CHECKSUM_COMPLETE packets
Sean Tranchetti
2018-10-24
net: Don't return invalid table id error when dumping all families
David Ahern
2018-10-24
net/ipv6: Put target net when address dump fails due to bad attributes
David Ahern
2018-10-22
net/ipv6: Add support for dumping addresses for a specific device
David Ahern
2018-10-22
net/ipv6: Remove ip_idx arg to in6_dump_addrs
David Ahern
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-20
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
David Ahern
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-18
ip6_tunnel: Fix encapsulation layout
Stefano Brivio
2018-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-10-17
udp6: fix encap return code for resubmitting
Paolo Abeni
2018-10-16
net/ipv6: Bail early if user only wants cloned entries
David Ahern
2018-10-16
net: Enable kernel side filtering of route dumps
David Ahern
2018-10-16
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps
David Ahern
2018-10-16
net/ipv6: Plumb support for filtering route dumps
David Ahern
2018-10-16
net: Add struct for fib dump filter
David Ahern
2018-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-10-15
ipv6: mcast: fix a use-after-free in inet6_mc_check
Eric Dumazet
2018-10-15
ipv6: rate-limit probes for neighbourless routes
Sabrina Dubroca
2018-10-15
bpf: Allow sk_lookup with IPv6 module
Joe Stringer
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
net: Evict neighbor entries on carrier down
David Ahern
2018-10-12
net/ipv6: Add knob to skip DELROUTE message on device down
David Ahern
[prev]
[next]