aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pn_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-2/+4
2017-11-14phonet: exit_net cleanup check addedVasily Averin1-0/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2014-10-06net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-5/+1
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-5/+1
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont1-0/+2
2010-08-28phonet: use for_each_set_bitAkinobu Mita1-2/+1
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko1-4/+11
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko1-8/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15phonet: use for_each_set_bit()Akinobu Mita1-2/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2009-12-01net: Simplify phonet pernet operations.Eric W. Biederman1-10/+6
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont1-22/+41
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-13Phonet: convert routing table to RCURémi Denis-Courmont1-25/+34
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont1-0/+31
2009-10-14Phonet: routing table backendRémi Denis-Courmont1-6/+94
2009-09-14Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont1-1/+8
2009-09-11Phonet: back-end for autoconfigured addressesRémi Denis-Courmont1-1/+25
2009-07-27phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-07-26phonet: Fix build.David S. Miller1-0/+1
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont1-0/+7
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont1-21/+31
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia1-33/+75
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia1-6/+1
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia1-2/+6
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia1-1/+3
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont1-2/+4
2008-11-26Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont1-0/+208