aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa1-9/+27
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-11-06ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz1-1/+1
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-2/+2
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-09-24ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-08-31ipv6: move ip6_local_out into core kernelCong Wang1-25/+0
2013-08-26ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa1-0/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-5/+2
2013-02-11ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa1-0/+7
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert1-2/+1
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-22ipv6: remove duplicated declaration of ip6_fragment()Cong Wang1-2/+0
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明1-33/+0
2013-01-17ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明1-5/+13
2013-01-17ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明1-2/+6
2013-01-17ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明1-5/+3
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich1-65/+0
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-2/+2
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-3/+2
2012-09-24net: use a per task frag allocatorEric Dumazet1-40/+25
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang1-11/+2
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy1-2/+5
2012-07-10inet: Minimize use of cached route inetpeer.David S. Miller1-2/+8
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller1-2/+6
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-1/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-14/+1
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller1-7/+4
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat1-0/+1
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston1-0/+3
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet1-2/+2
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller1-1/+1