summaryrefslogtreecommitdiff
path: root/net/netlink
Commit message (Expand)AuthorAge
...
* netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet2017-01-16
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* netlink: use blocking notifierWANG Cong2016-12-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-06
|\
| * netlink: Do not schedule work from sk_destructHerbert Xu2016-12-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \ | |/
| * netlink: Call cb->done from a worker threadHerbert Xu2016-11-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\ \ | |/
| * genetlink: fix a memory leak on error pathWANG Cong2016-11-03
| * netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-03
* | genetlink: fix error return code in genl_register_family()Wei Yongjun2016-11-01
* | genetlink: Fix generic netlink family unregisterpravin shelar2016-10-29
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* | genetlink: use idr to track familiesJohannes Berg2016-10-27
* | genetlink: statically initialize familiesJohannes Berg2016-10-27
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-27
|/
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-06
* netlink: don't forget to release a rhashtable_iter structureAndrey Vagin2016-09-07
* net: make genetlink ctrl ops conststephen hemminger2016-09-01
* netlink: Use rhashtable walk interface in diag dumpHerbert Xu2016-08-19
* net/netlink/af_netlink.h: Remove unused structure.Fabien Siron2016-06-09
* netlink: Fix dump skb leak/double freeHerbert Xu2016-05-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
|\
| * netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-04-10
* | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-05
|/
* netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-22
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-18
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-18
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-18
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-11
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-29
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-13
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-15
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-12
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\
| * netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\ \ | |/
| * netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-18
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\ \ | |/
| * netlink: Replace rhash_portid with boundHerbert Xu2015-09-24
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-20
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-11
* | genetlink: simplify genl_notifyJiri Benc2015-09-24
|/
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-09
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-09
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-30