Martin Schiller
|
06137619f0
net/x25: fix null_x25_address handling
|
6 년 전 |
Martin Schiller
|
d449ba3d58
net/x25: fix called/calling length calculation in x25_parse_address_block
|
6 년 전 |
Linus Torvalds
|
a11e1d432b
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
|
7 년 전 |
Christoph Hellwig
|
db5051ead6
net: convert datagram_poll users tp ->poll_mask
|
7 년 전 |
Denys Vlasenko
|
9b2c45d479
net: make getname() functions return length rather than use int* parameter
|
7 년 전 |
Kees Cook
|
841b86f328
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
|
8 년 전 |
Kees Cook
|
99767f278c
net/core: Convert sk_timer users to use timer_setup()
|
8 년 전 |
Kees Cook
|
9f12a77e46
net/core: Collapse redundant sk_timer callback data assignments
|
8 년 전 |
Julia Lawall
|
e9e6c2329a
X25: constify null_x25_address
|
8 년 전 |
linzhang
|
64df6d525f
net: x25: fix one potential use-after-free issue
|
8 년 전 |
David Howells
|
cdfbabfb2f
net: Work around lockdep limitation in sockets that use sockets
|
8 년 전 |
Ingo Molnar
|
3f07c01441
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
|
8 년 전 |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 년 전 |
Colin Ian King
|
05f1b12f71
net: x25: remove null checks on arrays calling_ae and called_ae
|
9 년 전 |
Eric W. Biederman
|
11aa9c28b4
net: Pass kern from net_proto_family.create to sk_alloc
|
10 년 전 |
Ying Xue
|
1b78414047
net: Remove iocb argument from sendmsg and recvmsg
|
10 년 전 |
Al Viro
|
6ce8e9ce59
new helper: memcpy_from_msg()
|
11 년 전 |
David S. Miller
|
51f3d02b98
net: Add and use skb_copy_datagram_msg() helper.
|
11 년 전 |
David S. Miller
|
676d23690f
net: Fix use after free by removing length arg from sk_data_ready callbacks.
|
11 년 전 |
Steffen Hurrle
|
342dfc306f
net: add build-time checks for msg->msg_name size
|
11 년 전 |
wangweidong
|
b73e9e3cf0
x25: convert printks to pr_<level>
|
11 년 전 |
Hannes Frederic Sowa
|
f3d3342602
net: rework recvmsg handler msg_name and msg_namelen logic
|
12 년 전 |
Dave Jones
|
4ccb93ce74
x25: Fix broken locking in ioctl error paths.
|
12 년 전 |
Jiri Pirko
|
351638e7de
net: pass info struct via netdevice notifier
|
12 년 전 |
Sasha Levin
|
b67bfe0d42
hlist: drop the node parameter from iterators
|
12 년 전 |
Igor Maravić
|
29c3626238
net:x25: use IS_ENABLED
|
13 년 전 |
Dave Jones
|
501e89d3ae
x25: Fix NULL dereference in x25_recvmsg
|
14 년 전 |
Matthew Daley
|
7f81e25bef
x25: Prevent skb overreads when checking call user data
|
14 년 전 |
Matthew Daley
|
cb101ed2c3
x25: Handle undersized/fragmented skbs
|
14 년 전 |
Matthew Daley
|
c7fd0d48bd
x25: Validate incoming call user data lengths
|
14 년 전 |