aboutsummaryrefslogtreecommitdiff
path: root/net/phonet/pn_dev.c
AgeCommit message (Expand)Author
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-06-17net: remove my future former mail addressRémi Denis-Courmont
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman
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-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Lai Jiangshan
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont
2010-08-28phonet: use for_each_set_bitAkinobu Mita
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15phonet: use for_each_set_bit()Akinobu Mita
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-01net: Simplify phonet pernet operations.Eric W. Biederman
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-13Phonet: convert routing table to RCURémi Denis-Courmont
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont
2009-10-14Phonet: routing table backendRémi Denis-Courmont
2009-09-14Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont
2009-09-11Phonet: back-end for autoconfigured addressesRémi Denis-Courmont
2009-07-27phonet: phonet_device_get() fixEric Dumazet
2009-07-26phonet: Fix build.David S. Miller
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont
2008-11-26Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont