summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-261-0/+3
* 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-261-1/+7
| * ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-251-3/+2
* | 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/+2
* 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/+1
* 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-221-2/+0
* | ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-33/+0
* | ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-5/+13
* | ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-2/+6
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-5/+3
|/
* ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-151-65/+0
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-2/+2
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-3/+2
* net: use a per task frag allocatorEric Dumazet2012-09-241-40/+25
* ipv6: remove some useless RCU read lockAmerigo Wang2012-09-101-11/+2
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-2/+5
* inet: Minimize use of cached route inetpeer.David S. Miller2012-07-101-2/+8
* ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet2012-07-061-1/+1
* ipv6: Store route neighbour in rt6_info struct.David S. Miller2012-07-051-2/+6
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-0/+1
|\
| * snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-071-0/+1
* | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-121-14/+1
* | inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-081-7/+4
|/
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-18/+50
* ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet2012-05-191-1/+4
* ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet2012-05-181-0/+4
* ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-011-0/+3
* ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-251-2/+2
* ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-03-201-5/+6
* ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller2012-01-271-5/+3
* ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+1
|\
| * net: introduce DST_NOPEER dst flagEric Dumazet2011-12-221-1/+1
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-3/+3
* | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-9/+9
* | ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-2/+6
|/
* ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan2011-10-281-1/+1
* ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-5/+2
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+3
* ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-10-181-6/+12