summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-271-1/+3
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-271-1/+2
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-271-3/+1
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-121-0/+3
* 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
* 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
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-231-6/+4
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-231-0/+1
* 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: ipv6: Preserve link scope traffic original oifAlin Nastac2018-12-171-1/+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
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-231-2/+5
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-11-041-4/+5
* udp6: fix encap return code for resubmittingPaolo Abeni2018-11-041-4/+2
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+18
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-11-041-2/+4
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-041-2/+1
* ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-11-041-8/+8
* Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin2018-11-041-2/+0
* xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-11-042-3/+2
* xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-11-041-0/+2
* net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-10-181-3/+1
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-181-9/+20
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-10-181-2/+11
* udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-291-28/+37
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-291-4/+2
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-291-0/+1
* net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-09-261-4/+9
* ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-191-0/+1
* net: sk_buff rbnode reorgEric Dumazet2018-09-192-0/+2
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-09-192-0/+8
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-09-192-5/+1
* ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2018-09-191-8/+16
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-09-193-9/+9
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-09-192-6/+4
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-09-191-4/+0
* inet: frags: remove some helpersEric Dumazet2018-09-191-2/+3
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-09-192-97/+64
* ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet2018-09-191-4/+0
* inet: frags: refactor ipv6_frag_init()Eric Dumazet2018-09-191-11/+14
* inet: frags: Convert timers to use timer_setup()Kees Cook2018-09-192-4/+6
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-09-192-17/+19
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-09-192-5/+18