summaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)AuthorFilesLines
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-07-27atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-9/+11
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller2-15/+16
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-17neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-02decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-06-17net: Remove casts of void *Joe Perches1-1/+1
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-7/+8
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-17/+12
2011-05-08net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-03net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-4/+6
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller1-0/+2
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-11/+2
2011-04-18decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-03-13decnet: Convert to use flowidn where applicable.David S. Miller6-170/+177
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-52/+56
2011-03-03xfrm: Return dst directly from xfrm_lookup()David S. Miller1-2/+10
2011-03-02xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+3
2011-02-18net: Add initial_ref arg to dst_alloc().David S. Miller1-2/+2
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller1-5/+13
2011-01-20net: cleanup unused macros in net directoryShan Wei1-1/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-3/+5
2010-12-15net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-2/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller2-8/+18
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-7/+6
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao2-14/+10
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+3
2010-11-12ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-2/+2
2010-11-10net: avoid limits overflowEric Dumazet2-3/+3
2010-11-09decnet: RCU conversion and get rid of dev_base_lockEric Dumazet5-74/+104
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-12net dst: use a percpu_counter to track entriesEric Dumazet1-1/+2
2010-10-06net neigh: RCU conversion of neigh hash tableEric Dumazet1-6/+7
2010-08-17net/decnet: Adjust confusing if indentationJulia Lawall1-4/+4
2010-06-11net-next: remove useless union keywordChangli Gao1-79/+79
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches2-4/+0
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-15/+15
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-13/+13
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy10-29/+19
2010-04-14net: fib_rules: decouple address families from real address familiesPatrick McHardy1-1/+1
2010-04-14net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-1/+0