summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
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-22ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-6/+4
2019-01-22ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-09ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-09net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2019-01-09ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2019-01-09net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn5-20/+28
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-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo3-12/+32
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-12-17ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2-2/+14
2018-11-27netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal1-4/+9
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5
2018-11-23ipv6: fix a dst leak when removing its exceptionXin Long1-4/+3
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern1-0/+2
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-11-04ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
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/klasse...David S. Miller1-2/+2
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni1-4/+2
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-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-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-3/+4
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-09-19ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-18ipv6: fix memory leak on dst->_metricsWei Wang1-1/+4
2018-09-18Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang1-0/+4
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2-3/+2
2018-09-03ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu1-1/+9