summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2018-01-17ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-01-02net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-08-12net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-08-06ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-17ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal
2016-06-24ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet
2015-09-17ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17ipv6: Cache net in ip6_outputEric W. Biederman
2015-09-17ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter
2015-05-25ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau