summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-181-2/+0Star
* | ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2Star
* | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-171-28/+37
* | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* | ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-041-1/+9
* | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
* | ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-021-1/+0Star
* | ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-301-2/+2
* | ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-301-3/+3
* | vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-301-1/+1