summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-4/+0
|\
| * ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-251-4/+0
* | inet: Stop generating UFO packets.David S. Miller2017-07-171-76/+0
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * net: account for current skb length when deciding about UFOMichal Kubeček2017-06-231-1/+1
* | ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-171-4/+0
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-101-1/+0
* | ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng2017-06-091-3/+3
|/
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-171-4/+3
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-171-0/+4
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-2/+4
|\
| * ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-0/+3
|\ \ | |/
| * ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
* | net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-1/+1
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-0/+6
* | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-0/+1
|/
* ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-2/+2
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2016-12-291-1/+1
* net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-251-0/+9
* net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-091-2/+3
|/
* net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-101-8/+1
* net: l3mdev: remove redundant callsDavid Ahern2016-09-101-2/+0
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-101-0/+8
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-301-0/+8
* net: vrf: Implement get_saddr for IPv6David Ahern2016-06-171-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-8/+3
|\
| * ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-1/+1
|/
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-22/+20
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-4/+4
|\
| * ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-071-4/+4
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-6/+9
|/
* 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
OpenPOWER on IntegriCloud