aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-3/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+7
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs1-1/+2
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-2/+0
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira1-0/+16
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+10
2013-06-11netlink: Add compare function for netlink_tableGao feng1-0/+1
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy1-0/+2
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy1-0/+7
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-151/+1
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-4/+16
2012-09-23netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.David S. Miller1-1/+1
2012-09-21netlink: use <linux/export.h> instead of <linux/module.h>Pablo Neira Ayuso1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-3/+10
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-5/+4
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-1/+2
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman1-0/+1
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso1-0/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-5/+10
2012-06-26netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller1-8/+0
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso1-1/+1
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso1-0/+2
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko1-16/+2
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov1-1/+3
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds1-0/+1
2011-10-21crypto: Add userspace configuration APISteffen Klassert1-0/+1
2011-08-26headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings1-1/+1
2011-08-07net: Make userland include of netlink.h more sane.David S. Miller1-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-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-2/+4
2011-05-20RDMA: Add netlink infrastructureRoland Dreier1-0/+1
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+0
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-3/+0
2010-12-17netlink: fix gcc -Wconversion compilation warningDmitry V. Levin1-1/+1
2010-09-22net: Move "struct net" declaration inside the __KERNEL__ macro guardOllie Wild1-2/+2
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman1-0/+4
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso1-1/+1
2009-11-04net: cleanup include/linuxEric Dumazet1-16/+8
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg1-0/+1
2009-09-14genetlink: fix netns vs. netlink table lockingJohannes Berg1-0/+4
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy1-7/+8
2009-03-24netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso1-0/+1
2009-02-20netlink: add NETLINK_BROADCAST_ERROR socket optionPablo Neira Ayuso1-0/+1
2008-11-20netlink: avoid memset of 0 bytes sparse warningPatrick McHardy1-1/+2