aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-6/+7
2010-08-16net/decnet: Adjust confusing if indentationJulia Lawall1-4/+4
2010-06-10net-next: remove useless union keywordChangli Gao1-79/+79
2010-05-17net: 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-20net: sk_sleep() helperEric Dumazet1-13/+13
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy10-29/+19
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-1/+1
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-1/+0
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy1-18/+1
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-0/+8
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+8
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt3-12/+28
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-7/+7
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-52/+65
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-10/+12
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+3
2009-11-25net: use net_eq to compare netsOctavian Purdila5-9/+9
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman2-182/+6
2009-11-11decnet: convert dndev_lock to spinlockstephen hemminger1-7/+12
2009-11-11decnet: add RTNL lock when reading address liststephen hemminger1-0/+4
2009-11-10decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+3
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet3-9/+9
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-5/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-01net: make neigh_ops constantStephen Hemminger1-3/+3
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-1/+1
2009-06-26decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet4-21/+24
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-20/+7
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen1-1/+1
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen1-1/+1
2009-05-09decnet: Use data ready call back, rather than hand coding itSteven Whitehouse1-13/+4
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-5/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder3-10/+10
2009-02-26decnet: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-26decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1