summaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h
Commit message (Expand)AuthorAgeFilesLines
* netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
* netlink: remove unused NETLINK SKB flagsJohannes Berg2017-11-141-3/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-0/+10
* net: ipv4: Add extack messages for route add failuresDavid Ahern2017-05-221-0/+5
* xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-031-11/+8
* netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski2017-05-011-0/+8
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-0/+7
* netlink: extended ACK reportingJohannes Berg2017-04-131-1/+25
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-10/+0
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-151-0/+2
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-2/+11
* netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-0/+2
* netlink: Fix portid type in netlink_notifyRichard Weinberger2015-04-131-1/+1
* netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-3/+4
|\
| * netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-021-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+7
|\|
| * net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-241-0/+7
* | netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2014-04-221-1/+2
|/
* netlink: cleanup tap related functionsstephen hemminger2014-01-011-2/+0
* netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-271-0/+16
* net: netlink: virtual tap device managementDaniel Borkmann2013-06-241-0/+10
* netlink: Add compare function for netlink_tableGao feng2013-06-111-0/+1
* netlink: implement memory mapped recvmsg()Patrick McHardy2013-04-191-0/+2
* netlink: add mmap'ed netlink helper functionsPatrick McHardy2013-04-191-0/+7
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-151/+1
* netlink: add reference of module in netlink_dump_startGao feng2012-10-071-4/+16
* netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.David S. Miller2012-09-231-1/+1
* netlink: use <linux/export.h> instead of <linux/module.h>Pablo Neira Ayuso2012-09-211-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-7/+7
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-3/+10
* netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-5/+4
* scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2012-09-071-1/+2
* netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman2012-08-141-0/+1
* netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso2012-06-291-0/+1
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-5/+10
* netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller2012-06-261-8/+0
* netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-081-1/+1
* netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso2012-02-261-0/+2
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-301-16/+2
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+3
* Merge git://github.com/herbertx/cryptoLinus Torvalds2011-11-011-0/+1
|\
| * crypto: Add userspace configuration APISteffen Klassert2011-10-211-0/+1
* | headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings2011-08-261-1/+1
* | net: Make userland include of netlink.h more sane.David S. Miller2011-08-071-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-241-0/+2
|\
| * netlink: advertise incomplete dumpsJohannes Berg2011-06-221-0/+2