aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pn_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-8/+13
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-6/+6
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+4
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg1-15/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+11
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-4/+4
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-2/+2
2012-04-01phonet: Stop using NLA_PUT*().David S. Miller1-3/+5
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+7
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-1/+3
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
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont1-3/+3
2009-11-04Phonet: remove tautologiesRémi Denis-Courmont1-4/+2
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont1-0/+130
2009-09-11Phonet: fix netlink address dump error handlingRémi Denis-Courmont1-1/+1
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont1-2/+2
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-2/+3
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia1-6/+5
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia1-4/+9
2008-12-03Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-09-30Phonet: Netlink factorization and cleanupRémi Denis-Courmont1-56/+35
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont1-0/+186