summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2012-12-17netlink: validate addr_len on bindHannes Frederic Sowa
2012-12-17netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-10-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet
2012-10-07netlink: add reference of module in netlink_dump_startGao feng
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24netlink: fix possible spoofing from non-root processesPablo Neira Ayuso
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman
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