summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-20ipv6: fix a possible double freeRoy Li
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng
2011-09-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson
2011-09-16Merge branch 'master' of ../netdev/David S. Miller
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal
2011-08-25net: ipv6: convert to SKB frag APIsIan Campbell
2011-08-25mcast: Fix source address selection for multicast listener reportYan, Zheng
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta
2011-08-18rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-08-11tcp: initialize variable ecn_ok in syncookies pathMike Waychison
2011-08-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-07net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-08-02ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti
2011-08-01ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()Eric Dumazet
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet
2011-08-01ipv6: use RCU in inet6_csk_xmit()Eric Dumazet
2011-08-01ipv6: some RCU conversionsEric Dumazet
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki
2011-07-22ipv6: make fragment identifications less predictableEric Dumazet
2011-07-22ipv6: unshare inetpeersEric Dumazet
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-18ipv6: Get rid of rt6i_nexthop macro.David S. Miller
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller
2011-07-17neigh: Kill neigh_ops->hh_outputDavid S. Miller
2011-07-17net: Create and use new helper, neigh_output().David S. Miller
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05net: bind() fix error return on wrong address familyMarcus Meissner
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller
2011-07-02ipv6: Don't change dst->flags using assignments.David S. Miller
2011-07-01ipv6: Reduce switch/case indentJoe Perches