aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2-2/+4
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison2-2/+2
2008-12-10net: Make staticRoel Kluin2-3/+3
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison8-86/+88
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-3/+3
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-03net: '&' reduxAlexey Dobriyan1-22/+22
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-4/+4
2008-10-15decnet: Fix compiler warning in dn_dev.cDavid S. Miller1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-07-05net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-1/+1
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller1-15/+15
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH1-6/+6
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki5-9/+9
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-02-29[ATALK/DECNET]: Use seq_open_private in appletalk and decnet.Pavel Emelyanov1-19/+2