aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink
AgeCommit message (Expand)Author
2017-06-01netlink: don't send unknown nsidNicolas Dichtel
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg
2017-04-13genetlink: pass extended ACK report downJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka
2017-03-21crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-16netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-10netlink: use blocking notifierWANG Cong
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-03genetlink: fix a memory leak on error pathWANG Cong
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun
2016-10-29genetlink: Fix generic netlink family unregisterpravin shelar
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: use idr to track familiesJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2016-09-07netlink: don't forget to release a rhashtable_iter structureAndrey Vagin
2016-09-01net: make genetlink ctrl ops conststephen hemminger
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron
2016-05-16netlink: Fix dump skb leak/double freeHerbert Xu
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-10netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller