summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-1/+6
|\
| * netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-021-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-5/+70
|\|
| * net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-241-0/+65
| * netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-04-241-5/+5
* | netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs2014-04-221-1/+3
* | netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2014-04-221-20/+48
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
* netlink: autosize skb lengthesEric Dumazet2014-03-101-1/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-2/+2
|\
| * net: Fix permission check in netlink_connect()Mike Pecovnik2014-02-251-2/+2
* | netlink: fix checkpatch errors space and "foo *bar"Wang Yufen2014-02-171-2/+2
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-061-0/+4
|\
| * netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf2014-01-061-0/+4
* | netlink: cleanup tap related functionsstephen hemminger2014-01-011-17/+1
* | netlink: specify netlink packet direction for nlmonDaniel Borkmann2013-12-311-0/+2
* | netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann2013-12-311-5/+8
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* netlink: fix documentation typo in netlink_set_err()Johannes Berg2013-11-191-1/+1
* net: netlink: filter particular protocols from analyzersDaniel Borkmann2013-09-061-0/+30
* netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2013-08-151-55/+42
* net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann2013-08-021-2/+2
* netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-271-17/+18
* net: netlink: virtual tap device managementDaniel Borkmann2013-06-241-0/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-1/+1
|\
| * netlink: fix error propagation in netlink_mmap()Patrick McHardy2013-06-111-1/+1
* | netlink: make compare exist all the timeGao feng2013-06-131-2/+2
* | netlink: Add compare function for netlink_tableGao feng2013-06-111-8/+25
* | netlink: allow large data transfers from user-spacePablo Neira Ayuso2013-06-071-2/+35
|/
* net: fix sk_buff head without data areaPablo Neira2013-06-041-1/+1
* netlink: Fix skb ref counting.Pravin B Shelar2013-05-011-1/+0
* netlink: fix compilation after memory mapped patchesNicolas Dichtel2013-04-241-4/+4
* netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell2013-04-231-1/+1
* netlink: add flow control for memory mapped I/OPatrick McHardy2013-04-191-27/+61
* netlink: implement memory mapped recvmsg()Patrick McHardy2013-04-191-3/+141
* netlink: implement memory mapped sendmsg()Patrick McHardy2013-04-191-6/+129
* netlink: add mmap'ed netlink helper functionsPatrick McHardy2013-04-191-2/+183
* netlink: mmaped netlink: ring setupPatrick McHardy2013-04-191-2/+266
* netlink: add netlink_skb_set_owner_r()Patrick McHardy2013-04-191-3/+17
* netlink: don't orphan skb in netlink_trim()Patrick McHardy2013-04-191-1/+1
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
* netlink: add symbolic value for congested statePatrick McHardy2013-04-191-7/+11
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
* net: prepare netlink code for netlink diagAndrey Vagin2013-03-211-54/+5
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-19/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1