aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+2
2023-12-19netlink: introduce typedef for filter functionJiri Pirko1-2/+4
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing1-0/+1
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni1-0/+1
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni1-0/+5
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski1-0/+1
2023-03-27netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-09netlink: remove unused 'compare' functionFlorian Westphal1-1/+0
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky1-0/+10
2023-01-24netlink: fix spelling mistake in dump size assertJakub Kicinski1-1/+1
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski1-0/+4
2022-10-19netlink: add support for formatted extack messagesEdward Cree1-2/+27
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski1-0/+11
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski1-0/+13
2022-01-27netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski1-9/+0
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-4/+0
2021-04-19netlink: simplify nl_set_extack_cookie_u64(), nl_set_extack_cookie_u32()Alexey Dobriyan1-8/+4
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+6
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu1-1/+1
2020-10-09netlink: export policy in extended ACKJohannes Berg1-10/+20
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2020-03-23netlink: check for null extack in cookie helpersMichal Kubecek1-0/+4
2020-03-16netlink: add nl_set_extack_cookie_u32()Michal Kubecek1-0/+9
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-2/+2
2019-07-01netlink: use 48 byte ctx instead of 6 signed longs for callbackJason A. Donenfeld1-1/+8
2019-01-19net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski1-0/+1
2018-12-20linux/netlink.h: drop unnecessary extern prefixStephen Hemminger1-24/+24
2018-11-09netlink: add nl_set_extack_cookie_u64()Johannes Berg1-0/+9
2018-10-16netlink: Add answer_flags to netlink_callbackDavid Ahern1-0/+1
2018-10-08netlink: Add new socket option to enable strict checking on dumpsDavid Ahern1-0/+1
2018-10-08netlink: Pass extack to dump handlersDavid Ahern1-0/+1
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal1-1/+0
2018-01-15netlink: extack: avoid parenthesized string constant warningJohannes Berg1-2/+2
2017-11-14netlink: remove unused NETLINK SKB flagsJohannes Berg1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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/linvil...John 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
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev1-1/+1
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-0/+1
2008-01-31[IPV4] fib_trie: rescan if key is lost during dumpStephen Hemminger1-1/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-0/+1
2008-01-28[NETLINK]: Mark attribute construction exception unlikelyPatrick McHardy1-1/+1
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy1-1/+1
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-1/+1
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev1-1/+1
2007-10-10[NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf1-0/+14
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-1/+5
2007-07-18[NETLIKN]: Allow removing multicast groups.Johannes Berg1-0/+1
2007-07-18[NETLINK]: allocate group bitmaps dynamicallyJohannes Berg1-0/+1
2007-05-05[NETLINK]: Remove references to process IDHerbert Xu1-2/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+4
2007-04-25[NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}Arnaldo Carvalho de Melo1-12/+0
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-0/+5
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[NETLINK]: Limit NLMSG_GOODSIZE to 8K.David S. Miller1-2/+9
2007-02-12[PATCH] eCryptfs: Public key transport mechanismMichael Halcrow1-0/+1
2006-12-02[NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf1-1/+0
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-0/+1
2006-09-02[SCSI] SCSI and FC Transport: add netlink support for posting of transport ev...James Smart1-0/+2
2006-06-22[PATCH] w1: netlink: Mark netlink group 1 as unused.Evgeniy Polyakov1-1/+1
2006-05-01[PATCH] Reworked patch for labels on user space messagesSteve Grubb1-0/+1
2006-03-20[NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...Patrick McHardy1-0/+1
2006-02-09[NETLINK]: Fix a severe bugAlexey Kuznetsov1-1/+2
2005-11-10[NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf1-1/+23
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-14[NETLINK]: Reserve a slot for NETLINK_GENERIC.David S. Miller1-0/+1
2005-09-11[NET]: Add netlink connector.Evgeniy Polyakov1-0/+1
2005-08-29[NETLINK]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+1
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Add set/getsockopt options to support more than 32 groupsPatrick McHardy1-0/+9
2005-08-29[NETLINK]: Use group numbers instead of bitmasks internallyPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Remove unused groups member from struct netlink_skb_parmsPatrick McHardy1-1/+0
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo1-1/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-08-08[NETLINK]: Allocate and kill some netlink numbers.David S. Miller1-3/+1
2005-07-24[W1]: Do not use NFLOG netlink number.David S. Miller1-1/+1
2005-07-11[NETLINK]: Reserve NETLINK_NETFILTER.David S. Miller1-0/+1
2005-06-28[NETLINK]: Clear padding in netlink messagesPatrick McHardy1-0/+1
2005-06-21[NETLINK]: netlink_callback structure needs 5 args not 4Alexey Kuznetsov1-1/+1
2005-06-20[NETLINK]: fib_lookup() via netlinkRobert Olsson1-0/+1
2005-06-18[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf1-7/+10
2005-06-18[NETLINK]: New message building macrosThomas Graf1-2/+15
2005-04-29Add audit uid to netlink credentialsSerge Hallyn1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+188