summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-10-091-6/+7
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-071-4/+12
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-071-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: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-11/+22
* netlink: extended ACK reportingJohannes Berg2017-04-131-9/+62
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-051-8/+0Star
* 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/+3Star
* 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
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-061-17/+15Star
* netlink: Call cb->done from a worker threadHerbert Xu2016-11-301-4/+23
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-071-3/+4
* netlink: Fix dump skb leak/double freeHerbert Xu2016-05-171-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-1/+1
|\
| * netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-04-111-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/+4Star
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-181-745/+9Star
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-301-1/+2
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-161-0/+4
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-191-12/+22
* netlink: Replace rhash_portid with boundHerbert Xu2015-09-241-11/+28
* netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-211-5/+7
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-111-7/+23
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-101-6/+12
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-101-5/+12
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-311-12/+16
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-291-2/+2
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-291-3/+24
* netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-241-1/+1
* netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-221-32/+47
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-211-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+2
|\
| * netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-161-0/+1
| * netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-141-1/+1
* | netlink: Use random autobind roverHerbert Xu2015-05-181-6/+10