index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
net.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+0
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2018-05-26
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
1
-0
/
+1
2018-04-17
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
1
-0
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-0
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-5
/
+3
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+0
2018-01-25
kill kernel_sock_ioctl()
Al Viro
1
-1
/
+0
2017-11-28
->poll() methods should return __poll_t
Al Viro
1
-1
/
+1
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-3
/
+0
2017-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-16
net: Fix a typo in comment about sock flags.
Tonghao Zhang
1
-1
/
+1
2017-08-02
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
1
-0
/
+12
2017-06-20
random: add get_random_{bytes,u32,u64,int,long,once}_wait family
Jason A. Donenfeld
1
-0
/
+2
2017-04-17
l2tp: device MTU setup, tunnel socket needs a lock
R. Parameswaran
1
-1
/
+1
2017-04-06
New kernel function to get IP overhead on a socket.
R. Parameswaran
1
-0
/
+3
2017-03-10
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2016-08-29
net: Add read_sock proto_op
Tom Herbert
1
-0
/
+6
2016-07-01
tun: switch to use skb array for tx
Jason Wang
1
-0
/
+1
2016-06-16
net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
Jason A. Donenfeld
1
-1
/
+2
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+9
2016-05-02
net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
Tim Bingham
1
-1
/
+9
2016-03-28
[net] drop 'size' argument of sock_recvmsg()
Al Viro
1
-2
/
+1
2016-03-10
net: Make sock_alloc exportable
Tom Herbert
1
-0
/
+1
2015-12-01
net: fix sock_wake_async() rcu protection
Eric Dumazet
1
-1
/
+6
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-3
/
+3
2015-10-08
net: move net_get_random_once to lib
Hannes Frederic Sowa
1
-17
/
+4
2015-08-07
net_dbg_ratelimited: turn into no-op when !DEBUG
Jason A. Donenfeld
1
-0
/
+8
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-1
/
+1
2015-05-11
tun: Utilize the normal socket network namespace refcounting.
Eric W. Biederman
1
-1
/
+0
2015-04-11
get rid of the size argument of sock_sendmsg()
Al Viro
1
-1
/
+1
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-6
/
+4
2014-05-14
net: avoid dependency of net_get_random_once on nop patching
Hannes Frederic Sowa
1
-11
/
+4
2014-01-15
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-3
/
+0
2013-12-11
net: unix: allow set_peek_off to fail
Sasha Levin
1
-1
/
+1
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-0
/
+8
2013-10-26
net: make net_get_random_once irq safe
Hannes Frederic Sowa
1
-1
/
+0
2013-10-22
net: fix build warnings because of net_get_random_once merge
Hannes Frederic Sowa
1
-0
/
+1
2013-10-20
net: introduce new macro net_get_random_once
Hannes Frederic Sowa
1
-0
/
+25
2013-09-27
net.h/skbuff.h: Remove extern from function prototypes
Joe Perches
1
-45
/
+37
2013-06-05
net: do not manually initialize enumerators
Jean Sacren
1
-3
/
+3
2013-04-30
net: rename random32 to prandom
Akinobu Mita
1
-2
/
+2
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-38
/
+1
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+2
2012-09-27
unexport sock_map_fd(), switch to sock_alloc_file()
Al Viro
1
-1
/
+2
2012-07-22
net: netprio_cgroup: rework update socket logic
John Fastabend
1
-0
/
+1
2012-07-20
tun: fix a crash bug and a memory leak
Mikulas Patocka
1
-0
/
+1
2012-05-30
net: add MODULE_ALIAS_NET_PF_PROTO_NAME
Neil Horman
1
-0
/
+3
2012-05-15
net: Add net_ratelimited_function and net_<level>_ratelimited macros
Joe Perches
1
-0
/
+23
[next]