aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netlink.h
AgeCommit message (Expand)Author
2014-01-01netlink: cleanup tap related functionsstephen hemminger
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann
2013-06-11netlink: Add compare function for netlink_tableGao feng
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-07netlink: add reference of module in netlink_dump_startGao feng
2012-09-23netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.David S. Miller
2012-09-21netlink: use <linux/export.h> instead of <linux/module.h>Pablo Neira Ayuso
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-26netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-10-21crypto: Add userspace configuration APISteffen Klassert
2011-08-26headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings
2011-08-07net: Make userland include of netlink.h more sane.David S. Miller
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-22netlink: advertise incomplete dumpsJohannes Berg
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-20RDMA: Add netlink infrastructureRoland Dreier
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2010-12-17netlink: fix gcc -Wconversion compilation warningDmitry V. Levin
2010-09-22net: Move "struct net" declaration inside the __KERNEL__ macro guardOllie Wild
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso
2009-11-04net: cleanup include/linuxEric Dumazet
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg
2009-09-14genetlink: fix netns vs. netlink table lockingJohannes Berg
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy
2009-03-24netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso
2009-02-20netlink: add NETLINK_BROADCAST_ERROR socket optionPablo Neira Ayuso
2008-11-20netlink: avoid memset of 0 bytes sparse warningPatrick McHardy
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev
2008-04-28Audit: collect sessionid in netlink messagesEric Paris
2008-01-31[IPV4] fib_trie: rescan if key is lost during dumpStephen Hemminger
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev
2008-01-28[NETLINK]: Mark attribute construction exception unlikelyPatrick McHardy