aboutsummaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)Author
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
2009-09-01net: make neigh_ops constantStephen Hemminger
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-06-26decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen
2009-05-09decnet: Use data ready call back, rather than hand coding itSteven Whitehouse
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder
2009-02-26decnet: fix sparse warnings: context imbalanceHannes Eder
2009-02-26decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-12-10net: Make staticRoel Kluin
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-21net: remove redundant argument commentsQinghuang Feng
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-15decnet: Fix compiler warning in dn_dev.cDavid S. Miller
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-05net: add fib_rules_ops to flush_cache methodDenis V. Lunev
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH