summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAge
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-13
* 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: allow sending extended ACK with cookie on successJohannes Berg2017-04-13
* netlink: extended ACK reportingJohannes Berg2017-04-13
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-05
* 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
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-05
* netlink: Call cb->done from a worker threadHerbert Xu2016-11-29
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-06
* 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
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-18
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-29
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-15
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-22
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-18
* 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
* 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
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-28
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-28
* netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-23
* netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-10
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-21
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-03