summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-28genetlink: add auto module loadingStephen Hemminger
2011-12-23netlink: Undo const marker in netlink_is_kernel().David S. Miller
2011-12-22netlink: wake up netlink listeners sooner (v2)stephen hemminger
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar
2011-12-03genetlink: Add genl_notify()Pravin B Shelar
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-22netlink: advertise incomplete dumpsJohannes Berg
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-07net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()Lai Jiangshan
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2011-02-28netlink: handle errors from netlink_dump()Andrey Vagin
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-10-24netlink: fix netlink_change_ngroups()Eric Dumazet
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg
2010-08-31netlink: Make NETLINK_USERSOCK work again.David S. Miller
2010-08-18netlink: fix compat recvmsgJohannes Berg
2010-08-15Revert "netlink: netlink_recvmsg() fix"David S. Miller
2010-07-26genetlink: use genl_register_family_with_ops()Changli Gao
2010-07-26genetlink: cleanup code according to CodingStyleChangli Gao
2010-07-26netlink: netlink_recvmsg() fixEric Dumazet
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-03netlink: Export genl_lock() API for use by modulesJames Chapman
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26netlink: use the appropriate namespace pidTom Goff
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso
2010-02-28netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-03netlink: fix for too early rmmodAlexey Dobriyan
2010-01-13genetlink: optimize ctrl_dumpfamily()Samir Bellabes
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-17netlink: remove subscriptions check on notifierJohannes Berg
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov