aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-07[DECNET]: "addr" module param can't be __initdataAlexey Dobriyan1-1/+1
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-2/+2
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-2/+2
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-10/+10
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-09-11[DECNET]: Fix interface address listing regression.Patrick McHardy1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-07-10[NET]: dev_mcast: unexport dev_mc_uploadPatrick McHardy1-3/+0
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-44/+41
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy1-3/+0
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf1-21/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-02-14[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman1-5/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-51/+51
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy1-5/+9
2007-01-25[DECNET]: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman1-2/+9
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-4/+2
2006-12-02[DECNET] address: Convert to new netlink interfaceThomas Graf1-57/+85
2006-12-02[DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify()Thomas Graf1-4/+4
2006-12-02[DECNET] address: Calculate accurate message size for netlink notificationsThomas Graf1-7/+12
2006-12-02[DECNET]: Use kmemdupArnaldo Carvalho de Melo1-3/+1
2006-09-22[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse1-2/+1
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf1-0/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-7/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-29[DECNET]: Fix refcountPatrick Caulfield1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+5
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse1-17/+17
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-4/+4
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim1-4/+5
2005-05-05[DECNET]: Fix build after C99 netlink initializer change.Rafael J. Wysocki1-1/+1
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf1-12/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1481