Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / decnet /
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-02-05 Jesper Juhldecnet: remove unused variable from dn_output()
2012-02-01 David S. Millerdecnet: Add missing neigh->ha locking to dn_neigh_outpu...
2012-01-15 Linus TorvaldsMerge branch 'for-linus' of git://selinuxproject.org...
2012-01-12 Eric Dumazetnet: reintroduce missing rcu_assign_pointer() calls
2012-01-05 Eric Parissecurity: remove the security_netlink_recv hook as...
2011-12-28 David S. Milleripv6: Use universal hash for NDISC.
2011-12-05 David Millernet: Rename dst_get_neighbour{, _raw} to dst_get_neighb...
2011-12-02 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-11-26 Eric Dumazetdecnet: proper socket refcounting
2011-11-26 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-11-26 Steffen Klassertnet: Move mtu handling down to the protocol depended...
2011-11-26 Steffen Klassertnet: Rename the dst_opt default_mtu method to mtu
2011-11-14 Eric Dumazetneigh: new unresolved queue limits
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-07-18 David S. Millernet: Add ->neigh_lookup() operation to dst_ops
2011-07-18 David S. Millernet: Abstract dst->neighbour accesses behind helpers.
2011-07-18 David S. Millerneigh: Pass neighbour entry to output ops.
2011-07-17 David S. Millerneigh: Kill ndisc_ops->queue_xmit
2011-07-17 David S. Millerneigh: Kill neigh_ops->hh_output
2011-07-01 Joe Perchesdecnet: Reduce switch/case indent
2011-06-17 Joe Perchesnet: Remove casts of void *
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-10 Greg Rosertnetlink: Compute and store minimum ifinfo dump size
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-08 Lai Jiangshannet,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree...
2011-05-02 Eric Dumazetnet: dont hold rtnl mutex during netlink dump callbacks
2011-04-29 David S. Millernet: Use non-zero allocations in dst_alloc().
2011-04-29 David S. Millernet: Make dst_alloc() take more explicit initializations.
2011-04-18 David S. Millerdecnet: Don't leak entries when rebuilding zone.
2011-04-17 David S. Millerdecnet: Fix set-but-unused variable.
2011-03-12 David S. Millerdecnet: Convert to use flowidn where applicable.
2011-03-12 David S. Millernet: Put flowi_* prefix on AF independent members of...
2011-03-02 David S. Millerxfrm: Return dst directly from xfrm_lookup()
2011-03-01 David S. Millerxfrm: Kill XFRM_LOOKUP_WAIT flag.
2011-02-17 David S. Millernet: Add initial_ref arg to dst_alloc().
2011-01-27 David S. Millernet: Implement read-only protection and COW'ing of...
2011-01-20 Shan Weinet: cleanup unused macros in net directory
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-14 David S. Millernet: Abstract default MTU metric calculation behind...
2010-12-13 David S. Millernet: Abstract default ADVMSS behind an accessor.
2010-12-09 David S. Millernet: Abstract away all dst_entry metrics accesses.
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-06 Jeff Mahoney- Fixed corrupted -rc4 patch.
2010-11-28 Dan RosenbergDECnet: don't leak uninitialized stack byte
2010-11-17 Changli Gaonet: use the macros defined for the members of flowi
2010-11-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-11-12 David S. Milleripv4: Make rt->fl.iif tests lest obscure.
2010-11-10 Eric Dumazetnet: avoid limits overflow
2010-11-08 Eric Dumazetdecnet: RCU conversion and get rid of dev_base_lock
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-11 Eric Dumazetnet dst: use a percpu_counter to track entries
2010-10-05 Eric Dumazetnet neigh: RCU conversion of neigh hash table
2010-08-17 Julia Lawallnet/decnet: Adjust confusing if indentation
2010-06-11 Changli Gaonet-next: remove useless union keyword
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-10 Patrick McHardyMerge branch 'master' of /repos/git/net-next-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-20 Eric Dumazetnet: sk_sleep() helper
2010-04-20 Patrick McHardyMerge branch 'master' of /repos/git/net-next-2.6
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 Patrick McHardynet: fib_rules: consolidate IPv4 and DECnet ->default_p...
2010-04-13 Eric Dumazetnet: sk_dst_cache RCUification
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-25 Jan Engelhardtnetfilter: decnet: use NFPROTO values for NF_HOOK invoc...
2010-02-25 Paul E. McKenneynet: Add checking to rcu_dereference() primitives
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-03 Eric W. Biedermannet: Allow fib_rule_unregister to batch
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-12 stephen hemmingerdecnet: convert dndev_lock to spinlock
2009-11-12 stephen hemmingerdecnet: add RTNL lock when reading address list
2009-11-11 stephen hemmingerdecnet: use RCU to find network devices
2009-11-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-06 Eric Dumazetdecnet: netdevice refcount leak
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-04 Eric Dumazetdecnet: avoid touching device refcount in dn_dev_by_index()
2009-11-04 Eric Dumazetnet: Introduce for_each_netdev_rcu() iterator
2009-10-21 Krishna Kumarnet: Fix for dst_negative_advice
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-02 Jan Beulich- Update Xen patches to 2.6.31-rc8 and c/s 931.
2009-09-02 Stephen Hemmingernet: make neigh_ops constant
2009-07-06 Florian Westphalnet: remove NET_RX_BAD and NET_RX_CN* defines
2009-06-26 Jesper Dangaard... decnet: Use rcu_barrier() on module unload.
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-28 David S. Millerdecnet: Use SKB queue and list helpers instead of doing...
next