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-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
2019-02-06
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
2019-02-06
ip6mr: Fix notifiers call on mroute_clean_tables()
Nir Dotan
2019-02-06
net: ip6_gre: always reports o_key to userspace
Lorenzo Bianconi
2019-02-06
net/ipv6: don't return positive numbers when nothing was dumped
Jakub Kicinski
2019-02-06
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
2019-02-06
ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
Yohei Kanemaru
2019-01-31
ip6_gre: update version related info when changing link
Hangbin Liu
2019-01-31
erspan: build the header with the right proto according to erspan_ver
Xin Long
2019-01-31
ip6_gre: fix tunnel list corruption for x-netns
Olivier Matz
2019-01-31
udp: with udp_segment release on error path
Willem de Bruijn
2019-01-26
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2019-01-26
ipv6: Fix dump of specific table with strict checking
David Ahern
2019-01-26
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
2019-01-26
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
2019-01-22
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
2019-01-22
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
2019-01-22
ipv6: fix kernel-infoleak in ipv6_local_error()
Eric Dumazet
2019-01-09
ip: validate header length on virtual device xmit
Willem de Bruijn
2018-12-21
ipv6: tunnels: fix two use-after-free
Eric Dumazet
2018-12-20
ipv6: frags: Fix bogus skb->sk in reassembled packets
Herbert Xu
2018-12-19
ipv6: explicitly initialize udp6_addr in udp_sock_create6()
Cong Wang
2018-12-17
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
2018-12-17
ipv6: add missing tx timestamping on IPPROTO_RAW
Willem de Bruijn
2018-12-15
net: clear skb->tstamp in forwarding paths
Eric Dumazet
2018-12-14
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2018-12-07
ipv6: Check available headroom in ip6_xmit() even without options
Stefano Brivio
2018-12-07
ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
Shmulik Ladkani
2018-12-05
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-11-27
netfilter: nat: fix double register in masquerade modules
Taehee Yoo
2018-11-27
netfilter: add missing error handling code for register functions
Taehee Yoo
2018-11-27
netfilter: ipv6: Preserve link scope traffic original oif
Alin Nastac
2018-11-24
net: always initialize pagedlen
Willem de Bruijn
2018-11-23
net/ipv6: re-do dad when interface has IFF_NOARP flag change
Hangbin Liu
2018-11-18
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
David Ahern
2018-11-16
ipv6: fix a dst leak when removing its exception
Xin Long
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
[next]