aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netlink.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-15netlink: extack: avoid parenthesized string constant warningGravatar Johannes Berg 1-2/+2
2017-11-14netlink: remove unused NETLINK SKB flagsGravatar Johannes Berg 1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-30net: add extack arg to lwtunnel build stateGravatar David Ahern 1-0/+10
2017-05-22net: ipv4: Add extack messages for route add failuresGravatar David Ahern 1-0/+5
2017-05-03xdp: use common helper for netlink extended ack reportingGravatar Daniel Borkmann 1-11/+8
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageGravatar Jakub Kicinski 1-0/+8
2017-04-13netlink: allow sending extended ACK with cookie on successGravatar Johannes Berg 1-0/+7
2017-04-13netlink: extended ACK reportingGravatar Johannes Berg 1-1/+25
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Gravatar Florian Westphal 1-10/+0
2015-12-15netlink: add a start callback for starting a netlink dumpGravatar Tom Herbert 1-0/+2
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyGravatar Daniel Borkmann 1-2/+11
2015-05-09netlink: allow to listen "all" netnsGravatar Nicolas Dichtel 1-0/+2
2015-04-13netlink: Fix portid type in netlink_notifyGravatar Richard Weinberger 1-1/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindGravatar Johannes Berg 1-2/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+4
2014-06-02netlink: Only check file credentials for implicit destinationsGravatar Eric W. Biederman 1-3/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+7
2014-04-24net: Add variants of capable for use on netlink messagesGravatar Eric W. Biederman 1-0/+7
2014-04-22netlink: have netlink per-protocol bind function return an error code.Gravatar Richard Guy Briggs 1-1/+2
2014-01-01netlink: cleanup tap related functionsGravatar stephen hemminger 1-2/+0
2013-06-27netlink: fix splat in skb_clone with large messagesGravatar Pablo Neira 1-0/+16
2013-06-24net: netlink: virtual tap device managementGravatar Daniel Borkmann 1-0/+10
2013-06-11netlink: Add compare function for netlink_tableGravatar Gao feng 1-0/+1
2013-04-19netlink: implement memory mapped recvmsg()Gravatar Patrick McHardy 1-0/+2
2013-04-19netlink: add mmap'ed netlink helper functionsGravatar Patrick McHardy 1-0/+7
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsGravatar Patrick McHardy 1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-151/+1
2012-10-07netlink: add reference of module in netlink_dump_startGravatar Gao feng 1-4/+16
2012-09-23netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.Gravatar David S. Miller 1-1/+1
2012-09-21netlink: use <linux/export.h> instead of <linux/module.h>Gravatar Pablo Neira Ayuso 1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-7/+7
2012-09-08netlink: hide struct module parameter in netlink_kernel_createGravatar Pablo Neira Ayuso 1-3/+10
2012-09-08netlink: kill netlink_set_nonrootGravatar Pablo Neira Ayuso 1-5/+4
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Gravatar Eric W. Biederman 1-1/+2
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBGravatar Eric W. Biederman 1-0/+1
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingGravatar Pablo Neira Ayuso 1-0/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createGravatar Pablo Neira Ayuso 1-5/+10
2012-06-26netlink: Delete NLMSG_PUT and NLMSG_NEW.Gravatar David S. Miller 1-8/+0
2012-05-08netfilter: remove ip_queue supportGravatar Pablo Neira Ayuso 1-1/+1
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackGravatar Pablo Neira Ayuso 1-0/+2
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Gravatar Pablo Neira Ayuso 1-3/+7
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Gravatar Denys Vlasenko 1-16/+2
2011-12-06inet_diag: Partly rename inet_ to sock_Gravatar Pavel Emelyanov 1-1/+3
2011-11-01Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 1-0/+1
2011-10-21crypto: Add userspace configuration APIGravatar Steffen Klassert 1-0/+1
2011-08-26headers, net: Use __kernel_sa_family_t in more definitions shared with userlandGravatar Ben Hutchings 1-1/+1
2011-08-07net: Make userland include of netlink.h more sane.Gravatar David S. Miller 1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+2
2011-06-22netlink: advertise incomplete dumpsGravatar Johannes Berg 1-0/+2