summaryrefslogtreecommitdiffstats
path: root/include/net/phonet/pn_dev.h
AgeCommit message (Expand)AuthorLines
2024-10-24phonet: Convert phonet_routes.lock to spinlock_t.Kuniyuki Iwashima-1/+0
2024-10-24phonet: Pass net and ifindex to rtm_phonet_notify().Kuniyuki Iwashima-1/+1
2024-10-24phonet: Convert phonet_device_list.lock to spinlock_t.Kuniyuki Iwashima-1/+2
2024-10-24phonet: Pass net and ifindex to phonet_address_notify().Kuniyuki Iwashima-1/+1
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-14/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-2/+2
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet-1/+1
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont-0/+1
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko-0/+1
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont-1/+1
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont-0/+1
2009-10-14Phonet: routing table backendRémi Denis-Courmont-0/+5
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont-0/+2
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont-0/+1
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia-1/+1
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia-1/+1
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia-1/+2
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont-1/+1
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont-0/+50