Karsten Graul
|
89ab066d42
Revert "net: simplify sock_poll_wait"
|
6 年之前 |
Kyeongdon Kim
|
33c4368ee2
net: fix warning in af_unix
|
6 年之前 |
Jason Baron
|
51f7e95187
af_unix: ensure POLLOUT on remote close() for connected dgram socket
|
7 年之前 |
Christoph Hellwig
|
dd979b4df8
net: simplify sock_poll_wait
|
7 年之前 |
Linus Torvalds
|
a11e1d432b
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
|
7 年之前 |
Linus Torvalds
|
408afb8d78
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 年之前 |
Christoph Hellwig
|
e76cd24d02
net/unix: convert to ->poll_mask
|
7 年之前 |
Christoph Hellwig
|
c350637227
proc: introduce proc_create_net{,_data}
|
7 年之前 |
Cong Wang
|
3848ec5dc8
af_unix: remove redundant lockdep class
|
7 年之前 |
Kirill Tkhai
|
2f635ceeb2
net: Drop pernet_operations::async
|
7 年之前 |
David S. Miller
|
f5c0c6f429
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 年之前 |
Tobias Klauser
|
d4e9a408ef
net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
|
7 年之前 |
Kirill Tkhai
|
167f7ac723
net: Convert unix_net_ops
|
7 年之前 |
Denys Vlasenko
|
9b2c45d479
net: make getname() functions return length rather than use int* parameter
|
7 年之前 |
Linus Torvalds
|
a9a08845e9
vfs: do bulk POLL* -> EPOLL* replacement
|
7 年之前 |
Linus Torvalds
|
b2fe5fa686
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 年之前 |
Alexey Dobriyan
|
96890d6252
net: delete /proc THIS_MODULE references
|
7 年之前 |
Al Viro
|
ade994f4f6
net: annotate ->poll() instances
|
8 年之前 |
Al Viro
|
3ad6f93e98
annotate poll-related wait keys
|
8 年之前 |
Gustavo A. R. Silva
|
110af3acb8
net: af_unix: mark expected switch fall-through
|
7 年之前 |
David S. Miller
|
e2a7c34fb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年之前 |
Matthew Dawson
|
a0917e0bc6
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
|
8 年之前 |
David Herrmann
|
27eac47b00
net/unix: drop obsolete fd-recursion limits
|
8 年之前 |
Linus Torvalds
|
5518b69b76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
8 年之前 |
Reshetova, Elena
|
8c9814b970
net: convert unix_address.refcnt from atomic_t to refcount_t
|
8 年之前 |
Reshetova, Elena
|
41c6d650f6
net: convert sock.sk_refcnt from atomic_t to refcount_t
|
8 年之前 |
Reshetova, Elena
|
14afee4b60
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
|
8 年之前 |
Ingo Molnar
|
ac6424b981
sched/wait: Rename wait_queue_t => wait_queue_entry_t
|
8 年之前 |
Mateusz Jurczyk
|
defbcf2dec
af_unix: Add sockaddr length checks before accessing sa_family in bind and connect handlers
|
8 年之前 |
Kees Cook
|
82fe0d2b44
af_unix: Use designated initializers
|
8 年之前 |