aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-07-23ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-10/+8
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-14/+10
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia1-3/+8
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn1-1/+2
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra1-1/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+0
2018-04-26udp: paged allocation with gsoWillem de Bruijn1-5/+14
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-2/+4
2018-04-26udp: expose inet cork to udpWillem de Bruijn1-10/+10
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern1-2/+7
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau1-22/+0
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-1/+2
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-11/+7
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev1-3/+12
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet1-5/+12
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-1/+1
2018-03-01ip6mr: Make mroute_sk rcu-basedYuval Mintz1-1/+1
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-08netfilter: flow table support for IPv6Pablo Neira Ayuso1-1/+2
2017-12-26ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner1-0/+8
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-2/+10
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-2/+2
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-07-17inet: Stop generating UFO packets.David S. Miller1-76/+0
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček1-1/+1
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0