aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO1-0/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-21/+21
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-2/+1
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+7
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-1/+1
2012-04-01genetlink: Stop using NLA_PUT*().David S. Miller1-15/+20
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-2/+7
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko1-0/+31
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-28genetlink: add auto module loadingStephen Hemminger1-0/+9
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger1-1/+1
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar1-0/+8
2011-12-03genetlink: Add genl_notify()Pravin B Shelar1-0/+13
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg1-1/+13
2010-07-26genetlink: use genl_register_family_with_ops()Changli Gao1-5/+1
2010-07-26genetlink: cleanup code according to CodingStyleChangli Gao1-5/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03netlink: Export genl_lock() API for use by modulesJames Chapman1-2/+4
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-01-13genetlink: optimize ctrl_dumpfamily()Samir Bellabes1-3/+1
2009-10-17genetlink: Optimize and one bug fix in genl_generate_id()Krishna Kumar1-16/+8
2009-10-17genetlink: Optimize genl_register_family()Krishna Kumar1-5/+3
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg1-1/+3
2009-09-14genetlink: fix netns vs. netlink table lockingJohannes Berg1-1/+4
2009-09-04netlink: silence compiler warningBrian Haley1-1/+1
2009-07-12genetlink: make netns awareJohannes Berg1-40/+146
2009-05-21genetlink: Introduce genl_register_family_with_ops()Michał Mirosław1-0/+46
2009-01-07genetlink: export genl_unregister_mc_group()Inaky Perez-Gonzalez1-0/+1
2008-06-18netlink: genl: fix circular lockingPatrick McHardy1-9/+6
2008-06-03netlink: Improve returned error codesThomas Graf1-2/+4
2008-02-12[GENETLINK]: Relax dances with genl_lock.Pavel Emelyanov1-4/+2
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-8/+4
2007-10-10[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev1-12/+3
2007-10-10[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu1-1/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+2
2007-07-24[GENETLINK]: Correctly report errors while registering a multicast groupThomas Graf1-1/+1
2007-07-24[GENETLINK]: Fix adjustment of number of multicast groupsThomas Graf1-1/+1
2007-07-24[GENETLINK]: Fix race in genl_unregister_mc_groups()Thomas Graf1-8/+16
2007-07-18[GENETLINK]: Dynamic multicast groups.Johannes Berg1-7/+228
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf1-5/+2
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf1-36/+20