aboutsummaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)Author
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet
2010-08-16net/decnet: Adjust confusing if indentationJulia Lawall
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-11decnet: convert dndev_lock to spinlockstephen hemminger
2009-11-11decnet: add RTNL lock when reading address liststephen hemminger
2009-11-10decnet: use RCU to find network devicesstephen hemminger
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06decnet: netdevice refcount leakEric Dumazet
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich