index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
decnet
/
dn_table.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-27
net: fix two coding style issues
Michal Kubecek
1
-1
/
+2
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-1
/
+1
2017-11-11
net: decnet: dn_table: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-1
/
+2
2015-01-05
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
1
-1
/
+3
2013-04-07
decnet: remove duplicated include from dn_table.c
Wei Yongjun
1
-1
/
+0
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-22
decnet: Parse netlink attributes on our own
Thomas Graf
1
-19
/
+23
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-8
/
+5
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-6
/
+6
2012-06-27
decnet: Do not use RTA_PUT() macros
Thomas Graf
1
-28
/
+41
2012-06-26
decnet: dn_table: Move away from NLMSG_NEW().
David S. Miller
1
-5
/
+6
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-2
/
+2
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-01
decnet: Reduce switch/case indent
Joe Perches
1
-11
/
+12
2011-04-17
decnet: Don't leak entries when rebuilding zone.
David S. Miller
1
-2
/
+3
2011-04-17
decnet: Fix set-but-unused variable.
David S. Miller
1
-2
/
+1
2011-03-12
decnet: Convert to use flowidn where applicable.
David S. Miller
1
-3
/
+3
2011-01-19
net: cleanup unused macros in net directory
Shan Wei
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2009-11-29
net: Move && and || to end of previous line
Joe Perches
1
-2
/
+3
2009-11-25
net: use net_eq to compare nets
Octavian Purdila
1
-1
/
+1
2009-02-24
netlink: change nlmsg_notify() return value logic
Pablo Neira Ayuso
1
-1
/
+2
2008-11-27
decnet: remove private wrappers of endian helpers
Harvey Harrison
1
-1
/
+1
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-01-28
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
1
-2
/
+2
2008-01-28
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
1
-0
/
+4
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-4
/
+4
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-119
/
+119
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-3
/
+1
2007-02-10
[NET] DECNET: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-119
/
+119
2007-02-08
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
1
-4
/
+7
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-12-02
[DECNET]: Use kzalloc where applicable
Arnaldo Carvalho de Melo
1
-4
/
+4
2006-12-02
[DECNET]: Fix build regressions.
David S. Miller
1
-2
/
+2
2006-12-02
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
1
-5
/
+29
2006-09-22
[DECNET]: Convert DECnet notifications to use rtnl_notify()
Thomas Graf
1
-14
/
+14
2006-09-22
[DECNET]: Increase number of possible routing tables to 2^32
Patrick McHardy
1
-34
/
+91
2006-09-22
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
1
-0
/
+1
2006-09-22
[NET]: Use u32 for routing table IDs
Patrick McHardy
1
-5
/
+5
2006-09-22
[DECNET]: Covert rules to use generic code
Steven Whitehouse
1
-0
/
+1
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-8
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[DECnet]: Endian annotation and fixes for DECnet.
Steven Whitehouse
1
-6
/
+6
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
1
-8
/
+6
[next]