aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAge
* 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-21
* 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-10
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-10
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-31
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-29
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-29
* 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-22
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-03
* netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-23
|\
| * netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-16
| * netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-14
* | netlink: Use random autobind roverHerbert Xu2015-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
|\|
| * netlink: Remove max_size settingHerbert Xu2015-05-03
* | netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman2015-05-11
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-09
* | netlink: rename private flags and statesNicolas Dichtel2015-05-09
|/
* net: fix crash in build_skb()Eric Dumazet2015-04-25
* rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-25
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-24
* netlink: Use default rhashtable hashfnHerbert Xu2015-03-23
* netlink: Remove netlink_compare_arg.trailerHerbert Xu2015-03-21
* netlink: Move namespace into hash keyHerbert Xu2015-03-20
* netlink: Use rhashtable max_size instead of max_shiftHerbert Xu2015-03-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-03
|\
| * rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-27
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * netlink: fix wrong subscription bitmask to group mapping inPablo Neira2015-01-30