summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-061-4/+0Star
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-02-061-0/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* ip6_gre: update version related info when changing linkHangbin Liu2019-01-311-0/+4
* erspan: build the header with the right proto according to erspan_verXin Long2019-01-311-2/+4
* ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-311-2/+2
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-311-4/+12
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10
* ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-221-2/+6
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-221-6/+4Star
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-221-0/+1
* ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-091-1/+3
* net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2019-01-091-2/+2
* ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2019-01-091-0/+1
* net: clear skb->tstamp in forwarding pathsEric Dumazet2019-01-091-0/+1
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-095-20/+28
* ipv6: tunnels: fix two use-after-freeEric Dumazet2019-01-092-0/+2
* ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2019-01-091-1/+2
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+4
* netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-12-171-7/+16
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-173-12/+32
* netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-12-171-1/+2
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-2/+2
* ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-171-0/+1
* ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-171-21/+21
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-172-2/+14
* netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-11-271-4/+9
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-231-2/+5
* ipv6: fix a dst leak when removing its exceptionXin Long2018-11-231-4/+3Star
* net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-11-041-0/+2
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+18
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-041-2/+1Star
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-211-2/+4
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-191-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-181-2/+2
|\
| * net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov2018-10-111-2/+2
* | udp6: fix encap return code for resubmittingPaolo Abeni2018-10-181-4/+2Star
* | ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-10-161-8/+8
* | ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-161-6/+6
* | net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-111-0/+2
* | ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-051-9/+20
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-023-3/+4
|\
| * xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-042-3/+2Star
| * xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-09-031-0/+2
* | net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern2018-09-271-5/+0Star
* | net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-221-3/+1Star
* | ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-201-2/+11
* | ipv6: fix memory leak on dst->_metricsWei Wang2018-09-191-1/+4
* | Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-191-0/+4