summaryrefslogtreecommitdiff
path: root/net/netlink
Commit message (Expand)AuthorAge
* netlink: Add netns check on tapsKevin Cernekee2017-12-11
* netlink: remove unnecessary forward declarationJohannes Berg2017-11-14
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | netlink: Allow ext_ack to carry non-error messagesDavid Ahern2017-11-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\ \ | |/
| * netlink: fix netlink_ack() extack raceJohannes Berg2017-10-18
* | netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg2017-10-18
|/
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-10-09
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-30
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-06
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-06
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* netlink: don't send unknown nsidNicolas Dichtel2017-06-01
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-13
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-13
* genetlink: pass extended ACK report downJohannes Berg2017-04-13
* netlink: extended ACK reportingJohannes Berg2017-04-13
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-05
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-22
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-21
* net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-27
* 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