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-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-4/+2
|\
| * 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/+1
* | 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-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+3
|\|
| * ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2015-10-111-0/+3
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-2/+4
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+1
* | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
* | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
* | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-9/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-6/+8
|\|