summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-061-4/+12
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-061-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-11/+22
* genetlink: pass extended ACK report downJohannes Berg2017-04-131-2/+4
* netlink: extended ACK reportingJohannes Berg2017-04-133-10/+65
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-053-8/+33
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-211-0/+41
* net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-5/+3
* netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet2017-01-161-1/+3
* 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
OpenPOWER on IntegriCloud