aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-02-11ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-22ipv6: remove duplicated declaration of ip6_fragment()Cong Wang
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-07-10inet: Minimize use of cached route inetpeer.David S. Miller
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet