Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
WANG Cong
|
efa172f428
netlink: use blocking notifier
|
8 年之前 |
Herbert Xu
|
ed5d7788a9
netlink: Do not schedule work from sk_destruct
|
8 年之前 |
Herbert Xu
|
707693c8a4
netlink: Call cb->done from a worker thread
|
8 年之前 |
Eric Dumazet
|
d35c99ff77
netlink: do not enter direct reclaim from netlink_dump()
|
8 年之前 |
Herbert Xu
|
92964c79b3
netlink: Fix dump skb leak/double free
|
9 年之前 |
David S. Miller
|
1602f49b58
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年之前 |
Dmitry Ivanov
|
e272602039
netlink: don't send NETLINK_URELEASE for unbound sockets
|
9 年之前 |
Bob Copeland
|
8f6fd83c6c
rhashtable: accept GFP flags in rhashtable_walk_init
|
9 年之前 |
David Decotigny
|
025c68186e
netlink: add support for NIC driver ioctls
|
9 年之前 |
Florian Westphal
|
c5b0db3263
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
|
9 年之前 |
Florian Westphal
|
d1b4c689d4
netlink: remove mmapped netlink support
|
9 年之前 |
Ken-ichirou MATSUZAWA
|
aa3a022094
netlink: not trim skb for mmaped socket when dump
|
9 年之前 |
Tom Herbert
|
fc9e50f5a5
netlink: add a start callback for starting a netlink dump
|
9 年之前 |
Mel Gorman
|
d0164adc89
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
|
9 年之前 |
David Herrmann
|
47191d65b6
netlink: fix locking around NETLINK_LIST_MEMBERSHIPS
|
9 年之前 |
Arad, Ronen
|
db65a3aaf2
netlink: Trim skb to alloc size to avoid MSG_TRUNC
|
9 年之前 |
Herbert Xu
|
da314c9923
netlink: Replace rhash_portid with bound
|
10 年之前 |
Herbert Xu
|
1f770c0a09
netlink: Fix autobind race condition that leads to zero port ID
|
10 年之前 |
Daniel Borkmann
|
1853c94964
netlink, mmap: transform mmap skb into full skb on taps
|
10 年之前 |
Daniel Borkmann
|
6bb0fef489
netlink, mmap: fix edge-case leakages in nf queue zero-copy
|
10 年之前 |
Daniel Borkmann
|
a66e36568e
netlink, mmap: don't walk rx ring on poll if receive queue non-empty
|
10 年之前 |
Ken-ichirou MATSUZAWA
|
0ef707700f
netlink: rx mmap: fix POLLIN condition
|
10 年之前 |
Ken-ichirou MATSUZAWA
|
7084a31589
netlink: mmap: fix lookup frame position
|
10 年之前 |
Christophe Ricard
|
0a6a3a23ea
netlink: add NETLINK_CAP_ACK socket option
|
10 年之前 |
Ken-ichirou MATSUZAWA
|
c953e23936
netlink: mmap: fix tx type check
|
10 年之前 |
Daniel Borkmann
|
4e7c133068
netlink: make sure -EBUSY won't escape from netlink_insert
|
10 年之前 |
Florian Westphal
|
0470eb99b4
netlink: don't hold mutex in rcu callback when releasing mmapd ring
|
10 年之前 |
Markus Elfring
|
92b80eb33c
netlink: Delete an unnecessary check before the function call "module_put"
|
10 年之前 |
David Herrmann
|
b42be38b27
netlink: add API to retrieve all group memberships
|
10 年之前 |