summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-181-4/+0Star
* 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/+0Star
* 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-181-4/+3Star
* 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-101-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-191-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-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-121-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-201-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-101-2/+3
|/
* net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-111-8/+1Star
* net: l3mdev: remove redundant callsDavid Ahern2016-09-111-2/+0Star
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-111-0/+8
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-311-0/+8
* net: vrf: Implement get_saddr for IPv6David Ahern2016-06-181-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-8/+3Star
|\
| * ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3Star
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-041-1/+1
|/
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-22/+20Star
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-281-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-081-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/+0Star
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-301-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-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/+33Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-4/+2Star
|\
| * 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/+1Star
* | 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-221-1/+2