aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
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
2008-02-07[DECNET] ROUTE: remove unecessary alignmentEric Dumazet1-1/+1
2008-01-28[NETNS]: FIB rules API cleanup.Denis V. Lunev1-2/+2
2008-01-28[FIB]: Add netns to fib_rules_ops.Denis V. Lunev1-0/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano1-2/+2
2008-01-28[NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev1-2/+2
2008-01-28[DECNET]: Switch to using ctl_paths.Pavel Emelyanov2-55/+20
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network namespacesEric W. Biederman2-4/+4
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy1-0/+1
2008-01-28[DECNET]: Use htons() where appropriate.YOSHIFUJI Hideaki3-3/+3