aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_dev.c
AgeCommit message (Expand)Author
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17net: use designated initializersKees Cook
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-08-22dn_dev: Use time_beforeHimangi Saraogi
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-02decnet: Stop using NLA_PUT*().David S. Miller
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-01decnet: Reduce switch/case indentJoe Perches
2011-06-16net: Remove casts of void *Joe Perches
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
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-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder
2009-02-26decnet: fix sparse warnings: context imbalanceHannes Eder
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2008-12-10net: Make staticRoel Kluin
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison
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