aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel1-4/+4
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell1-1/+1
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy1-27/+61
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy1-3/+141
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy1-6/+129
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy1-2/+183
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy1-2/+266
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy1-3/+17
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-04-19netlink: add symbolic value for congested statePatrick McHardy1-7/+11
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin1-54/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-19/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-12-17netlink: validate addr_len on bindHannes Frederic Sowa1-0/+3
2012-12-17netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa1-1/+1
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-10-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15
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. Biederman1-86/+86
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-5/+3
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-15/+13
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-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 Ayuso1-6/+10
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-06netlink: fix races after skb queueingEric Dumazet1-11/+13
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 Ayuso1-7/+4
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko1-0/+18
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 hemminger1-17/+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