summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet
2012-04-24af_netlink: cleanupsEric Dumazet
2012-04-19netlink: dont drop packet but consume itEric Dumazet
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-06netlink: fix races after skb queueingEric Dumazet
2012-04-01genetlink: Stop using NLA_PUT*().David S. Miller
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
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