Denys Vlasenko
|
9b2c45d479
net: make getname() functions return length rather than use int* parameter
|
7 years ago |
Linus Torvalds
|
b2fe5fa686
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
Al Viro
|
5c59e564e4
kill kernel_sock_ioctl()
|
8 years ago |
Al Viro
|
a3f8683bf7
->poll() methods should return __poll_t
|
8 years ago |
Levin, Alexander (Sasha Levin)
|
4950276672
kmemcheck: remove annotations
|
8 years ago |
David S. Miller
|
463910e2df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Tonghao Zhang
|
b3dc8f772f
net: Fix a typo in comment about sock flags.
|
8 years ago |
Tom Herbert
|
306b13eb3c
proto_ops: Add locked held versions of sendmsg and sendpage
|
8 years ago |
Jason A. Donenfeld
|
da9ba564bd
random: add get_random_{bytes,u32,u64,int,long,once}_wait family
|
8 years ago |
R. Parameswaran
|
57240d0078
l2tp: device MTU setup, tunnel socket needs a lock
|
8 years ago |
R. Parameswaran
|
113c307593
New kernel function to get IP overhead on a socket.
|
8 years ago |
David Howells
|
cdfbabfb2f
net: Work around lockdep limitation in sockets that use sockets
|
8 years ago |
Tom Herbert
|
0294b625ad
net: Add read_sock proto_op
|
9 years ago |
Jason Wang
|
1576d98605
tun: switch to use skb array for tx
|
9 years ago |
Jason A. Donenfeld
|
daddef76c3
net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
|
9 years ago |
David S. Miller
|
cba6532100
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Tim Bingham
|
2c94b53738
net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
|
9 years ago |
Al Viro
|
2da62906b1
[net] drop 'size' argument of sock_recvmsg()
|
10 years ago |
Tom Herbert
|
f4a00aacdb
net: Make sock_alloc exportable
|
9 years ago |
Eric Dumazet
|
ceb5d58b21
net: fix sock_wake_async() rcu protection
|
10 years ago |
Eric Dumazet
|
9cd3e072b0
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
|
10 years ago |
Hannes Frederic Sowa
|
46234253b9
net: move net_get_random_once to lib
|
10 years ago |
Jason A. Donenfeld
|
d92cff89a0
net_dbg_ratelimited: turn into no-op when !DEBUG
|
10 years ago |
Eric W. Biederman
|
eeb1bd5c40
net: Add a struct net parameter to sock_create_kern
|
10 years ago |
Eric W. Biederman
|
140e807da1
tun: Utilize the normal socket network namespace refcounting.
|
10 years ago |
Al Viro
|
d8725c86ae
get rid of the size argument of sock_sendmsg()
|
11 years ago |
Ying Xue
|
1b78414047
net: Remove iocb argument from sendmsg and recvmsg
|
10 years ago |
Hannes Frederic Sowa
|
3d4405226d
net: avoid dependency of net_get_random_once on nop patching
|
11 years ago |
Aruna-Hewapathirane
|
63862b5bef
net: replace macros net_random and net_srandom with direct calls to prandom
|
12 years ago |
Sasha Levin
|
12663bfc97
net: unix: allow set_peek_off to fail
|
12 years ago |