summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-221-1/+1
* addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-221-3/+3
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-201-0/+2
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-191-1/+2
* ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
* ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3
* netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-08-161-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-132-5/+13
|\
| * bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-5/+13
* | ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-132-3/+14
* | net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik2018-08-091-3/+3
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-092-10/+2
|\
| * ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-051-6/+2
| * ipv6: fix double refcount of fib6_metricsCong Wang2018-08-051-4/+0
* | ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani2018-08-071-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-18/+32
|\ \
| * | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-18/+32
* | | ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-052-0/+8
* | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-052-0/+2
* | | ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann2018-08-051-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-6/+9
|\ \ \ | | |/ | |/|
| * | Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-011-14/+4
| * | net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-272-6/+9
| |\ \
| | * | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| | * | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* | | | net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-6/+3
* | | | net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat2018-07-291-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-272-5/+3
|\ \ \ \
| * | | | xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-191-4/+2
| * | | | ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-247-19/+48
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
| * | | ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
| * | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33
| * | | multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
| * | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-212-4/+7
* | | | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+1
* | | | ila: remove blank lines at EOFStephen Hemminger2018-07-242-2/+0
* | | | ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing2018-07-231-3/+1
* | | | multicast: remove useless parameter for group addHangbin Liu2018-07-211-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-208-1026/+24
|\ \ \ \
| * | | | ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-183-92/+20
| * | | | netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-174-771/+4
| * | | | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-4/+10
| * | | | netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-29/+0
| * | | | netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-12/+1
| * | | | netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-18/+0
| * | | | netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-162-49/+0
| * | | | netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal2018-07-161-62/+0
OpenPOWER on IntegriCloud