| Commit message (Expand) | Author | Age | Files | Lines |
* | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov | 2022-10-22 | 1 | -0/+1 |
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-08-07 | 1 | -2/+0 |
|\ |
|
| * | net, lib/once: remove {net_}get_random_once_wait macro | wuchi | 2022-07-17 | 1 | -2/+0 |
* | | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 2022-06-20 | 1 | -0/+4 |
|/ |
|
* | fs, net: Move read_descriptor_t to net.h | Matthew Wilcox (Oracle) | 2022-04-01 | 1 | -0/+19 |
* | net: remove cmsg restriction from io_uring based send/recvmsg calls | Jens Axboe | 2021-02-23 | 1 | -3/+0 |
* | net: Remove the err argument from sock_from_file | Florent Revest | 2020-12-04 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-05 | 1 | -0/+16 |
|\ |
|
| * | net: introduce helper sendpage_ok() in include/linux/net.h | Coly Li | 2020-10-02 | 1 | -0/+16 |
* | | io_uring: allow tcp ancillary data for __sys_recvmsg_sock() | Luke Hsiao | 2020-08-24 | 1 | -0/+3 |
|/ |
|
* | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-24 | 1 | -1/+3 |
* | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 2020-07-19 | 1 | -6/+0 |
* | dynamic_debug: add an option to enable dynamic debug for modules only | Orson Zhai | 2020-06-08 | 1 | -1/+2 |
* | net: remove kernel_setsockopt | Christoph Hellwig | 2020-05-29 | 1 | -2/+0 |
* | net: remove kernel_getsockopt | Christoph Hellwig | 2020-05-27 | 1 | -2/+0 |
* | net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd] | Kirill Tkhai | 2019-12-12 | 1 | -0/+1 |
* | coallocate socket_wq with socket itself | Al Viro | 2019-07-08 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 2019-04-19 | 1 | -0/+2 |
* | net: add documentation to socket.c | Pedro Tammela | 2019-03-15 | 1 | -0/+6 |
* | linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited | Rasmus Villemoes | 2019-03-07 | 1 | -1/+1 |
* | net: remove bogus RCU annotations on socket.wq | Christoph Hellwig | 2018-07-31 | 1 | -1/+1 |
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-06 | 1 | -0/+1 |
|\ |
|
| * | tcp: fix SO_RCVLOWAT and RCVBUF autotuning | Eric Dumazet | 2018-04-16 | 1 | -0/+1 |
* | | net: add support for ->poll_mask in proto_ops | Christoph Hellwig | 2018-05-26 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -0/+1 |
|\ |
|
| * | sock_diag: request _diag module only when the family or proto has been regist... | Xin Long | 2018-03-12 | 1 | -0/+1 |
* | | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 2018-02-12 | 1 | -5/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 1 | -1/+0 |
|\ |
|
| * | kill kernel_sock_ioctl() | Al Viro | 2018-01-24 | 1 | -1/+0 |
* | | ->poll() methods should return __poll_t | Al Viro | 2017-11-27 | 1 | -1/+1 |
|/ |
|
* | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-15 | 1 | -3/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-15 | 1 | -1/+1 |
|\ |
|
| * | net: Fix a typo in comment about sock flags. | Tonghao Zhang | 2017-08-15 | 1 | -1/+1 |
* | | proto_ops: Add locked held versions of sendmsg and sendpage | Tom Herbert | 2017-08-01 | 1 | -0/+12 |
|/ |
|
* | random: add get_random_{bytes,u32,u64,int,long,once}_wait family | Jason A. Donenfeld | 2017-06-19 | 1 | -0/+2 |
* | l2tp: device MTU setup, tunnel socket needs a lock | R. Parameswaran | 2017-04-17 | 1 | -1/+1 |
* | New kernel function to get IP overhead on a socket. | R. Parameswaran | 2017-04-06 | 1 | -0/+3 |
* | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-09 | 1 | -1/+1 |
* | net: Add read_sock proto_op | Tom Herbert | 2016-08-28 | 1 | -0/+6 |
* | tun: switch to use skb array for tx | Jason Wang | 2016-07-01 | 1 | -0/+1 |
* | net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG | Jason A. Donenfeld | 2016-06-15 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -1/+9 |
|\ |
|
| * | net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case | Tim Bingham | 2016-05-01 | 1 | -1/+9 |
* | | [net] drop 'size' argument of sock_recvmsg() | Al Viro | 2016-03-28 | 1 | -2/+1 |
|/ |
|
* | net: Make sock_alloc exportable | Tom Herbert | 2016-03-09 | 1 | -0/+1 |
* | net: fix sock_wake_async() rcu protection | Eric Dumazet | 2015-12-01 | 1 | -1/+6 |
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -3/+3 |
* | net: move net_get_random_once to lib | Hannes Frederic Sowa | 2015-10-08 | 1 | -17/+4 |