summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-14/+0Star
|\
| * ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-041-14/+0Star
* | ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich2015-02-031-1/+10
* | ipv6: introduce ipv6_make_skbVlad Yasevich2015-02-031-19/+84
* | ipv6: Append sending data to arbitrary queueVlad Yasevich2015-02-031-39/+67
* | ipv6: pull cork initialization into its own function.Vlad Yasevich2015-02-031-69/+89
|/
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-241-4/+8
* net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2014-11-061-6/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-2/+2
|\
| * xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-2/+2
* | net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-101-5/+1Star
* | ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-251-1/+0Star
* | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-10/+10
|/
* net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-061-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-0/+2
|\
| * ip: make IP identifiers less predictableEric Dumazet2014-07-291-0/+2
* | ipv6: remove obsolete comment in ip6_append_data()Li RongQing2014-07-251-1/+0Star
* | net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn2014-07-161-9/+4Star
* | ipv6: Use BUG_ONHimangi Saraogi2014-07-121-2/+2
* | ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-081-2/+5
|/
* 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