aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-11/+78
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+23
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni1-12/+16
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+3
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni1-5/+1
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-5/+9
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan1-3/+5
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32
2018-11-07ipv6: allow ping to link-local address in VRFMike Manning1-1/+1
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-3/+2
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2-12/+12
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-8/+6
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-2/+3
2018-11-06ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet1-3/+10
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+9
2018-11-05ipv6: properly check return value in inet6_dump_all()Alexey Kodanev1-2/+2
2018-11-05net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill1-1/+1
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2-4/+81
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning1-1/+1
2018-10-26ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1
2018-10-25netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal1-4/+9
2018-10-24net/ipv6: Allow onlink routes to have a device mismatch if it is the default routeDavid Ahern1-0/+2
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern2-0/+6
2018-10-24net/ipv6: Put target net when address dump fails due to bad attributesDavid Ahern1-6/+8
2018-10-22net/ipv6: Add support for dumping addresses for a specific deviceDavid Ahern1-5/+22
2018-10-22net/ipv6: Remove ip_idx arg to in6_dump_addrsDavid Ahern1-10/+6
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+23
2018-10-18ip6_tunnel: Fix encapsulation layoutStefano Brivio1-5/+5
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+2
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni1-4/+2
2018-10-16net/ipv6: Bail early if user only wants cloned entriesDavid Ahern1-2/+5
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern2-2/+2
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern1-3/+15
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern2-14/+54
2018-10-16net: Add struct for fib dump filterDavid Ahern2-3/+7
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-10-15ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-6/+6
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-0/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-0/+2
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern2-6/+34
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov1-2/+2
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport1-0/+2
2018-10-10net/ipv6: Make ipv6_route_table_template staticDavid Ahern1-1/+1