aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/output_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-27inet: switch IP ID generator to siphashGravatar Eric Dumazet 1-14/+16
2017-11-24net: accept UFO datagrams from tuntap and packetGravatar Willem de Bruijn 1-0/+31
2017-11-11net: Remove unused skb_shared_info memberGravatar Mat Martineau 1-31/+0
2017-08-22ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Gravatar Stefano Brivio 1-4/+2
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptGravatar Sabrina Dubroca 1-2/+6
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsGravatar Craig Gallek 1-6/+8
2016-12-02ipv6: Set skb->protocol properly for local outputGravatar Eli Cooper 1-0/+2
2016-09-10net: l3mdev: Add hook to output pathGravatar David Ahern 1-0/+7
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outGravatar Eric W. Biederman 1-2/+1
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outGravatar Eric W. Biederman 1-3/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skGravatar Eric W. Biederman 1-7/+1
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skGravatar Eric W. Biederman 1-7/+2
2015-10-08dst: Pass a sk into .local_outGravatar Eric W. Biederman 1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 1-2/+3
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-1/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 1-2/+4
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 1-2/+2
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersGravatar Pablo Neira Ayuso 1-0/+1
2015-05-25ipv6: ipv6_select_ident() returns a __be32Gravatar Eric Dumazet 1-3/+3
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcGravatar Martin KaFai Lau 1-4/+6
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Gravatar Martin KaFai Lau 1-3/+2
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().Gravatar David Miller 1-5/+16
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 1-2/+2
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionGravatar Hannes Frederic Sowa 1-6/+8
2015-02-09ipv6: Make __ipv6_select_ident staticGravatar Vlad Yasevich 1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Gravatar Vlad Yasevich 1-1/+1
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Gravatar Vlad Yasevich 1-6/+35
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsGravatar Ben Hutchings 1-0/+34
2014-08-24ipv6: White-space cleansing : Line LayoutsGravatar Ian Morris 1-1/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2014-06-11net: ipv6: Fixed up ipsec packet be re-routing issueGravatar huizhang 1-0/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsGravatar Eric Dumazet 1-8/+3
2014-06-02inetpeer: get rid of ip_id_countGravatar Eric Dumazet 1-30/+0
2014-03-31ipv6: strengthen fallback fragmentation id generationGravatar Hannes Frederic Sowa 1-12/+15
2014-03-06inet: remove now unused flag DST_NOPEERGravatar Hannes Frederic Sowa 1-1/+1
2013-08-31ipv6: move ip6_local_out into core kernelGravatar Cong Wang 1-0/+26
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelGravatar Cong Wang 1-0/+22
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Gravatar Simon Horman 1-1/+2
2012-11-15ipv6: Update ipv6 static library with newly needed functionsGravatar Vlad Yasevich 1-0/+76