aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-8/+21
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman2-107/+107
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2-7/+4
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso2-17/+14
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-1/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-2/+4
2012-08-24netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+3
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+1
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman1-2/+4
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 nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso1-0/+19
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2-9/+17
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-1/+1
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet1-2/+10
2012-04-24af_netlink: cleanupsEric Dumazet1-30/+31
2012-04-19netlink: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+13
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-01genetlink: Stop using NLA_PUT*().David S. Miller1-15/+20
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso1-0/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2-9/+11
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2-0/+49
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-23netlink: Undo const marker in netlink_is_kernel().David S. Miller1-1/+1
2011-12-22netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger2-18/+14
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-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-3/+2
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+2
2011-06-22netlink: advertise incomplete dumpsJohannes Berg1-0/+2
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter1-2/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2-7/+12
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-07net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+14
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-6/+0
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-3/+0
2011-02-28netlink: handle errors from netlink_dump()Andrey Vagin1-4/+14
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-24netlink: fix netlink_change_ngroups()Eric Dumazet1-41/+24
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+13
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg1-1/+13
2010-08-31netlink: Make NETLINK_USERSOCK work again.David S. Miller1-0/+22