aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_dev.c
Commit message (Expand)AuthorAge
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* dn_dev: Use time_beforeHimangi Saraogi2014-08-22
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-10
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* net decnet: Convert to use register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-10
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | decnet: Stop using NLA_PUT*().David S. Miller2012-04-02
|/
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* decnet: Reduce switch/case indentJoe Perches2011-07-01
* net: Remove casts of void *Joe Perches2011-06-16
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\
| * net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-02
* | net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan2011-05-08
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-08
|/
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\
| * net: use net_eq to compare netsOctavian Purdila2009-11-25
| * decnet: convert dndev_lock to spinlockstephen hemminger2009-11-11
| * decnet: add RTNL lock when reading address liststephen hemminger2009-11-11
| * decnet: use RCU to find network devicesstephen hemminger2009-11-11
| * decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet2009-11-04
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder2009-02-27
* decnet: fix sparse warnings: context imbalanceHannes Eder2009-02-27
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-25
* net: Make staticRoel Kluin2008-12-10
* decnet: remove private wrappers of endian helpersHarvey Harrison2008-11-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-17
|\
| * net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-16
|\|
| * decnet: Fix compiler warning in dn_dev.cDavid S. Miller2008-10-15
* | sysctl: simplify ->strategyAlexey Dobriyan2008-10-16
|/
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [DECNET]: Switch to using ctl_paths.Pavel Emelyanov2008-01-28