summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern
2017-12-11netlink: Add netns check on tapsKevin Cernekee
2017-11-14netlink: remove unnecessary forward declarationJohannes Berg
2017-11-13af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01netlink: Allow ext_ack to carry non-error messagesDavid Ahern
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-18netlink: fix netlink_ack() extack raceJohannes Berg
2017-10-18netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg
2017-10-09netlink: do not set cb_running if dump's start() errsJason A. Donenfeld
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld
2017-09-06netlink: access nlk groups safely in netlink bind and getnameXin Long
2017-09-06netlink: fix an use-after-free issue for nlk groupsXin Long
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
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