summaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)AuthorLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-17/+12
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan-6/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet-4/+6
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller-0/+2
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller-11/+2
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller-2/+3
2011-04-17decnet: Fix set-but-unused variable.David S. Miller-2/+1
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller-170/+177
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-52/+56
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller-2/+10
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller-2/+3
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller-2/+2
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller-5/+13
2011-01-19net: cleanup unused macros in net directoryShan Wei-1/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina-3/+5
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller-2/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller-8/+18
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller-7/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+2
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg-0/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao-14/+10
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+3
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller-2/+2
2010-11-10net: avoid limits overflowEric Dumazet-3/+3
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet-74/+104
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet-1/+2
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet-6/+7
2010-08-16net/decnet: Adjust confusing if indentationJulia Lawall-4/+4
2010-06-10net-next: remove useless union keywordChangli Gao-79/+79
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches-4/+0
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-15/+15
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet-13/+13
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-29/+19
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy-1/+1
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy-1/+0
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy-18/+1
2010-04-13net: sk_dst_cache RCUificationEric Dumazet-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+8
2010-04-03net: convert multicast list to list_headJiri Pirko-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+8
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt-12/+28
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney-7/+7
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-52/+65
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman-10/+12
2009-11-29net: Move && and || to end of previous lineJoe Perches-2/+3
2009-11-25net: use net_eq to compare netsOctavian Purdila-9/+9