summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+1
|\
| * ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa2014-05-141-1/+1
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-6/+6
|/
* net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal2014-05-071-1/+5
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-8/+6Star
|\
| * ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-03-181-8/+6Star
* | ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing2014-03-111-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-3/+0Star
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-191-3/+0Star
| |\
| | * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-171-3/+0Star
* | | ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-4/+5
|/ /
* / net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-131-2/+15
|/
* ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa2014-01-131-1/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-9/+27
|\
| * ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa2013-12-181-9/+27
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-201-10/+2Star
|\ \
| * | net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-10/+2Star
| |/
* | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-3/+3
* | ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet2013-12-061-11/+14
|/
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2013-11-301-2/+2
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-1/+1
|\
| * ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz2013-11-061-1/+1
* | ip6_output: fragment outgoing reassembled skb properlyJiri Pirko2013-11-111-1/+2
|/
* ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-221-2/+2
* ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-201-11/+14
* ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-09-241-31/+22Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-0/+3
|\
| * ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-261-0/+3
* | ipv6: move ip6_local_out into core kernelCong Wang2013-09-011-25/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-4/+9
|\
| * ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-06-271-1/+7
| * ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-251-3/+2Star
* | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-07-021-6/+10
|/
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-05-181-1/+1
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-5/+2Star
* ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa2013-02-111-0/+7
* ipv6: Don't send packet to big messages to selfSteffen Klassert2013-02-061-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-2/+2
|\
| * ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-01-171-2/+2
* | ipv6: remove duplicated declaration of ip6_fragment()Cong Wang2013-01-231-2/+0Star
* | ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-33/+0Star
* | ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-5/+13
* | ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-2/+6
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-5/+3Star
|/
* ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-151-65/+0Star
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-2/+2
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-3/+2Star