aboutsummaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09netlink: Fix handling of error from netlink_dump().Gravatar Ben Pfaff 1-2/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2014-06-02netlink: Only check file credentials for implicit destinationsGravatar Eric W. Biederman 1-1/+6
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+70
2014-04-24net: Add variants of capable for use on netlink messagesGravatar Eric W. Biederman 1-0/+65
2014-04-24netlink: Rename netlink_capable netlink_allowedGravatar Eric W. Biederman 1-5/+5
2014-04-22netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPGravatar Richard Guy Briggs 1-1/+3
2014-04-22netlink: have netlink per-protocol bind function return an error code.Gravatar Richard Guy Briggs 1-20/+48
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-2/+2
2014-03-10netlink: autosize skb lengthesGravatar Eric Dumazet 1-1/+26
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2014-02-25net: Fix permission check in netlink_connect()Gravatar Mike Pecovnik 1-2/+2
2014-02-17netlink: fix checkpatch errors space and "foo *bar"Gravatar Wang Yufen 1-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...Gravatar David S. Miller 1-0/+4
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeGravatar Thomas Graf 1-0/+4
2014-01-01netlink: cleanup tap related functionsGravatar stephen hemminger 1-17/+1
2013-12-31netlink: specify netlink packet direction for nlmonGravatar Daniel Borkmann 1-0/+2
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksGravatar Daniel Borkmann 1-5/+8
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+0
2013-11-19netlink: fix documentation typo in netlink_set_err()Gravatar Johannes Berg 1-1/+1
2013-09-06net: netlink: filter particular protocols from analyzersGravatar Daniel Borkmann 1-0/+30
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Gravatar Pravin B Shelar 1-55/+42
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecGravatar Daniel Borkmann 1-2/+2
2013-06-27netlink: fix splat in skb_clone with large messagesGravatar Pablo Neira 1-17/+18
2013-06-24net: netlink: virtual tap device managementGravatar Daniel Borkmann 1-0/+107
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2013-06-13netlink: make compare exist all the timeGravatar Gao feng 1-2/+2
2013-06-11netlink: fix error propagation in netlink_mmap()Gravatar Patrick McHardy 1-1/+1
2013-06-11netlink: Add compare function for netlink_tableGravatar Gao feng 1-8/+25
2013-06-07netlink: allow large data transfers from user-spaceGravatar Pablo Neira Ayuso 1-2/+35
2013-06-04net: fix sk_buff head without data areaGravatar Pablo Neira 1-1/+1
2013-05-01netlink: Fix skb ref counting.Gravatar Pravin B Shelar 1-1/+0
2013-04-24netlink: fix compilation after memory mapped patchesGravatar Nicolas Dichtel 1-4/+4
2013-04-23netlink: fix typo in net/netlink/af_netlink.cGravatar Stephen Rothwell 1-1/+1
2013-04-19netlink: add flow control for memory mapped I/OGravatar Patrick McHardy 1-27/+61
2013-04-19netlink: implement memory mapped recvmsg()Gravatar Patrick McHardy 1-3/+141
2013-04-19netlink: implement memory mapped sendmsg()Gravatar Patrick McHardy 1-6/+129
2013-04-19netlink: add mmap'ed netlink helper functionsGravatar Patrick McHardy 1-2/+183
2013-04-19netlink: mmaped netlink: ring setupGravatar Patrick McHardy 1-2/+266
2013-04-19netlink: add netlink_skb_set_owner_r()Gravatar Patrick McHardy 1-3/+17
2013-04-19netlink: don't orphan skb in netlink_trim()Gravatar Patrick McHardy 1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsGravatar Patrick McHardy 1-1/+1
2013-04-19netlink: add symbolic value for congested stateGravatar Patrick McHardy 1-7/+11
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Gravatar Hong zhi guo 1-2/+2
2013-03-21net: prepare netlink code for netlink diagGravatar Andrey Vagin 1-54/+5
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-19/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1