summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-01-26ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern1-1/+4
2019-01-26ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10
2019-01-23ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-6/+4
2019-01-23ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2019-01-09ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-11-23Revert "ipv6: set rt6i_protocol properly in the route when it is installed"Greg Kroah-Hartman1-3/+8
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5
2018-11-10ip6_tunnel: Fix encapsulation layoutStefano Brivio1-5/+5
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-11-10Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin1-2/+0
2018-11-10ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2018-11-10ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan1-2/+2
2018-11-10ipv6: set rt6i_protocol properly in the route when it is installedXin Long1-8/+3
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo1-0/+2
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov2-0/+2
2018-10-18ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-10-18inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2-5/+1
2018-10-18ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet3-9/+9
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2-6/+4
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-4/+0
2018-10-18inet: frags: remove some helpersEric Dumazet1-2/+3
2018-10-18inet: frags: use rhashtables for reassembly unitsEric Dumazet2-97/+64
2018-10-18ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-10-18inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-10-18inet: frags: add a pointer to struct netns_fragsEric Dumazet2-17/+19
2018-10-18inet: frags: change inet_frags_init_net() return valueEric Dumazet2-5/+18
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal1-0/+2