index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
decnet
/
dn_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
decnet: Convert to use flowidn where applicable.
David S. Miller
2011-03-12
1
-3
/
+3
*
net: cleanup unused macros in net directory
Shan Wei
2011-01-19
1
-1
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
net: Move && and || to end of previous line
Joe Perches
2009-11-29
1
-2
/
+3
*
net: use net_eq to compare nets
Octavian Purdila
2009-11-25
1
-1
/
+1
*
netlink: change nlmsg_notify() return value logic
Pablo Neira Ayuso
2009-02-24
1
-1
/
+2
*
decnet: remove private wrappers of endian helpers
Harvey Harrison
2008-11-27
1
-1
/
+1
*
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-26
1
-1
/
+1
*
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
2008-01-28
1
-2
/
+2
*
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
2008-01-28
1
-0
/
+4
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+2
*
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
1
-4
/
+4
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-02-11
1
-119
/
+119
|
\
|
*
[NET] DECNET: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-119
/
+119
*
|
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
1
-3
/
+1
|
/
*
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
2007-02-08
1
-4
/
+7
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[DECNET]: Use kzalloc where applicable
Arnaldo Carvalho de Melo
2006-12-02
1
-4
/
+4
*
[DECNET]: Fix build regressions.
David S. Miller
2006-12-02
1
-2
/
+2
*
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2006-12-02
1
-5
/
+29
*
[DECNET]: Convert DECnet notifications to use rtnl_notify()
Thomas Graf
2006-09-22
1
-14
/
+14
*
[DECNET]: Increase number of possible routing tables to 2^32
Patrick McHardy
2006-09-22
1
-34
/
+91
*
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
2006-09-22
1
-0
/
+1
*
[NET]: Use u32 for routing table IDs
Patrick McHardy
2006-09-22
1
-5
/
+5
*
[DECNET]: Covert rules to use generic code
Steven Whitehouse
2006-09-22
1
-0
/
+1
*
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
2006-07-21
1
-8
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[DECnet]: Endian annotation and fixes for DECnet.
Steven Whitehouse
2006-03-20
1
-6
/
+6
*
[NET]: kfree cleanup
Jesper Juhl
2005-11-08
1
-8
/
+6
*
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
2005-08-29
1
-1
/
+1
*
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
2005-08-29
1
-2
/
+2
*
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
Jamal Hadi Salim
2005-06-18
1
-4
/
+4
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+825