summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netlink: use blocking notifierWANG Cong2016-12-101-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-17/+15
|\
| * netlink: Do not schedule work from sk_destructHerbert Xu2016-12-051-17/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-4/+25
|\ \ | |/
| * netlink: Call cb->done from a worker threadHerbert Xu2016-11-292-4/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-4/+2
|\ \ | |/
| * genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
| * netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1
* | genetlink: fix error return code in genl_register_family()Wei Yongjun2016-11-011-1/+3
* | genetlink: Fix generic netlink family unregisterpravin shelar2016-10-291-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: use idr to track familiesJohannes Berg2016-10-271-165/+106
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-15/+20
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-15/+22
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-0/+19
|/
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-061-3/+4
* netlink: don't forget to release a rhashtable_iter structureAndrey Vagin2016-09-071-1/+0
* net: make genetlink ctrl ops conststephen hemminger2016-09-011-2/+2
* netlink: Use rhashtable walk interface in diag dumpHerbert Xu2016-08-191-30/+73
* net/netlink/af_netlink.h: Remove unused structure.Fabien Siron2016-06-091-14/+0
* netlink: Fix dump skb leak/double freeHerbert Xu2016-05-161-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+1
|\
| * netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-04-101-1/+1
* | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
|/
* netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-221-1/+9
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-16/+4
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-21/+0
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-184-808/+9
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-0/+4
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-291-1/+2
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-132-0/+20
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-152-0/+20
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-121-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+2
|\
| * netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-12/+22
|\ \ | |/
| * netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-181-12/+22
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-262-14/+59
|\ \ | |/
| * netlink: Replace rhash_portid with boundHerbert Xu2015-09-242-12/+29
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-202-5/+8
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-112-7/+32
* | genetlink: simplify genl_notifyJiri Benc2015-09-241-6/+6
|/
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-6/+12
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-091-5/+12
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-301-12/+16
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-281-2/+2
OpenPOWER on IntegriCloud