aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2016-09-10net: ipv6: Remove l3mdev_get_saddr6David Ahern1-8/+1
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-2/+0
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern1-0/+8
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+8
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern1-2/+10
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-22/+20
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-17/+17
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2016-04-07ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-6/+9
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni1-1/+5
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-4/+4
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-37/+33
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issuesHannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issuesHannes Frederic Sowa1-1/+5
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern1-1/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern1-2/+4
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-2/+2
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-9/+7
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet1-7/+19
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet1-2/+2
2015-09-17ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal1-6/+8
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+4
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-7/+8
2015-09-17ipv6: Cache net in ip6_outputEric W. Biederman1-2/+2
2015-09-17ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman1-6/+5
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-2/+2
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert1-2/+2
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-6/+6
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter1-0/+2
2015-05-25ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal1-11/+18
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-2/+3