Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / net / ipv6 /
2010-06-07 Eric Dumazetipmr: dont corrupt lists
2010-06-06 Eric Dumazetip6mr: fix a typo in ip6mr_for_each_table()
2010-06-05 Eric Dumazetipv6: avoid high order allocations
2010-06-01 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-06-01 Eric Dumazetnet: sock_queue_err_skb() dont mess with sk_forward_alloc
2010-05-31 Eric Dumazetnetfilter: xtables: stackptr should be percpu
2010-05-29 Eric Dumazetnet: fix sk_forward_alloc corruptions
2010-05-29 Brian HaleyIPv6: fix Mobile IPv6 regression
2010-05-28 Herbert Xuipv6: Add GSO support on forwarding path
2010-05-27 Eric Dumazetnet: fix lock_sock_bh/unlock_sock_bh
2010-05-26 Dan Carpenteripmr: off by one in __ipmr_fill_mroute()
2010-05-18 Herbert Xuipv6: Never schedule DAD timer on dead address
2010-05-18 Herbert Xuipv6: Use POSTDAD state
2010-05-18 Herbert Xuipv6: Use state_lock to protect ifa state
2010-05-18 Herbert Xuipv6: Replace inet6_ifaddr->dead with state
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-18 Eric Dumazetnet: Introduce skb_tunnel_rx() helper
2010-05-18 Stephen Hemmingeripv6: fix the bug of address check
2010-05-18 Florian Westphalipv6 addrlabel: permit deletion of labels assigned...
2010-05-16 Eric Dumazetnet: Introduce sk_route_nocaps
2010-05-13 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-05-13 Joe Perchesnetfilter: remove unnecessary returns from void function()s
2010-05-13 Stephen Hemmingernetfilter: cleanup printk messages
2010-05-13 Stephen Hemmingernetfilter: change NF_ASSERT to WARN_ON
2010-05-13 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-05-12 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-11 Patrick McHardyMerge branch 'master' of git://dev.medozas.de/linux
2010-05-11 Jan Engelhardtnetfilter: xtables: combine built-in extension structs
2010-05-11 Jan Engelhardtnetfilter: xtables: change hotdrop pointer to direct...
2010-05-11 Jan Engelhardtnetfilter: xtables: deconstify struct xt_action_param...
2010-05-11 Jan Engelhardtnetfilter: xtables: substitute temporary defines by...
2010-05-11 Jan Engelhardtnetfilter: xtables: combine struct xt_match_param and...
2010-05-11 Patrick McHardyipv6: ip6mr: add support for dumping routing tables...
2010-05-11 Patrick McHardyipv6: ip6mr: support multiple tables
2010-05-11 Patrick McHardyipv6: ip6mr: move mroute data into seperate structure
2010-05-11 Patrick McHardyipv6: ip6mr: convert struct mfc_cache to struct list_head
2010-05-11 Patrick McHardyipv6: ip6mr: remove net pointer from struct mfc6_cache
2010-05-11 Patrick McHardyipv6: ip6mr: move unres_queue and timer to per-namespac...
2010-05-10 Patrick McHardyMerge branch 'master' of /repos/git/net-next-2.6
2010-05-07 Bjørn Morkipv6: udp: make short packet logging consistent with...
2010-05-06 Brian HaleyIPv6: fix IPV6_RECVERR handling of locally-generated...
2010-05-04 David S. Milleripv6: Fix default multicast hops setting.
2010-05-03 Eric Dumazetnet: rcu fixes
2010-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-02 Jan Engelhardtnetfilter: xtables: dissolve do_match function
2010-04-30 Dan Carpenteripv6: cleanup: remove unneeded null check
2010-04-28 Eric Dumazetnet: ip_queue_rcv_skb() helper
2010-04-28 Eric Dumazetnet: speedup udp receive path
2010-04-28 David S. MillerRevert "tcp: bind() fix when many ports are bound"
2010-04-27 Eric Dumazetnet: sk_add_backlog() take rmem_alloc into account
2010-04-27 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-04-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-26 Patrick McHardynet: rtnetlink: decouple rtnetlink address families...
2010-04-26 Patrick McHardynet: fib_rules: mark arguments to fib_rules_register...
2010-04-25 Eric Dumazetipv6: Fix inet6_csk_bind_conflict()
2010-04-24 David S. MillerMerge branch 'net-next-2.6_20100423a/br/br_multicast_v3...
2010-04-24 Brian HaleyIPv6: Complete IPV6_DONTFRAG support
2010-04-24 Brian HaleyIPv6: Add dontfrag argument to relevant functions
2010-04-24 Brian HaleyIPv6: data structure changes for new socket options
2010-04-23 YOSHIFUJI Hideakiipv6 mcast: Introduce include/net/mld.h for MLD definit...
2010-04-23 Eric Dumazettcp: bind() fix when many ports are bound
2010-04-22 Stephen HemmingerIPv6: Generic TTL Security Mechanism (final version)
2010-04-22 Jiri Olsanet: ipv6 bind to device issue
2010-04-22 Shan Weiipv6: allow to send packet after receiving ICMPv6 Too...
2010-04-21 Nicolas Dichtelxfrm6: ensure to use the same dev when building a bundle
2010-04-21 David S. Millertcp: Mark v6 response packets as CHECKSUM_PARTIAL
2010-04-21 David S. Millertcp: Fix ipv6 checksumming on response packets for...
2010-04-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-21 Herbert Xuipv6: Fix tcp_v6_send_response transport header setting.
2010-04-21 Eric Dumazetnet: Fix various endianness glitches
2010-04-20 Patrick McHardyMerge branch 'master' of /repos/git/net-next-2.6
2010-04-19 Jan Engelhardtnetfilter: xtables: remove old comments about reentrancy
2010-04-19 Jan Engelhardtnetfilter: xt_TEE: have cloned packet travel through...
2010-04-19 Jan Engelhardtnetfilter: xtables: make ip_tables reentrant
2010-04-19 Jan Engelhardtnetfilter: xtables: inclusion of xt_TEE
2010-04-16 Shan Weiipv6: fix the comment of ip6_xmit()
2010-04-16 Shan Weinet: replace ipfragok with skb->local_df
2010-04-16 Shan Weiipv6: cancel to setting local_df in ip6_xmit()
2010-04-15 Eric Dumazetip: Fix ip_dev_loopback_xmit()
2010-04-15 Patrick McHardynetfilter: ipt_LOG/ip6t_LOG: use more appropriate log...
2010-04-15 Ulrich Webernetfilter: ipv6: move xfrm_lookup at end of ip6_route_m...
2010-04-13 Patrick McHardynet: fib_rules: decouple address families from real...
2010-04-13 Patrick McHardynet: fib_rules: set family in fib_rule_hdr centrally
2010-04-13 Jan Engelhardtnetfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOO...
2010-04-13 Jan Engelhardtnetfilter: ipv6: move POSTROUTING invocation before...
2010-04-13 stephen hemmingerIPv6: only notify protocols if address is compeletely...
2010-04-13 stephen hemmingeripv6: additional ref count for hash list unnecessary
2010-04-13 stephen hemmingerIPv6: keep tentative addresses in hash table
2010-04-13 stephen hemmingerIPv6: keep route for tentative address
2010-04-13 Eric Dumazetnet: sk_dst_cache RCUification
2010-04-11 Herbert Xuinet: Remove unused send_check length argument
2010-04-11 Herbert Xutcp: Handle CHECKSUM_PARTIAL for SYNACK packets for...
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-11 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-04-08 Jorge Boncompte... udp: fix for unicast RX path optimization
2010-04-08 Herbert Xunetfilter: only do skb_checksum_help on CHECKSUM_PARTIA...
2010-04-07 Timo Teräsxfrm: cache bundles instead of policies for outgoing...
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Eric Dumazeticmp: Account for ICMP out errors
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
next