summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+1
|\
| * udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-111-1/+1
* | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
|/
* ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-4/+4
* ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-37/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-4/+2
|\
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
| * Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+5
|\|
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
| * net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+3
|\|
| * ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2015-10-111-0/+3
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-2/+4
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+1
* | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
* | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
* | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-9/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-6/+8
|\|
| * ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal2015-09-171-6/+8
* | ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-251-7/+19
* | ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2015-09-251-2/+2
* | netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-171-0/+1
* | netfilter: Pass net into okfnEric W. Biederman2015-09-171-3/+4
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-7/+8
* | ipv6: Cache net in ip6_outputEric W. Biederman2015-09-171-2/+2
* | ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman2015-09-171-6/+5
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-2/+2
|/
* ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert2015-07-311-2/+2
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-311-6/+6
* net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter2015-07-201-0/+2
* ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal2015-05-251-11/+18
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-2/+3
* ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-5/+8
* ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau2015-05-251-11/+6
* ipv6: Fix udp checksums with raw socketsVlad Yasevich2015-05-141-1/+3
* ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-091-8/+31
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-15/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-1/+2
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-1/+2
* | ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-1/+1
* | ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-11/+11
* | ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-3/+3
|/
* xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-0/+1
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-021-1/+2
* ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-14/+0
|\