aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-0/+10
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern1-0/+5
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann1-11/+8
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski1-0/+8
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg1-0/+7
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+25
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal1-10/+0
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-2/+11
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-0/+2
2015-04-13netlink: Fix portid type in netlink_notifyRichard Weinberger1-1/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-2/+2
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