Age | Commit message (Expand) | Author | Files | Lines |
2023-08-10 | net: annotate data-races around sock->ops | Eric Dumazet | 1 | -1/+1 |
2023-06-25 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -8/+0 |
2023-06-12 | scm: add SO_PASSPIDFD and SCM_PIDFD | Alexander Mikhalitsyn | 1 | -0/+1 |
2023-06-09 | splice, net: Add a splice_eof op to file-ops and socket-ops | David Howells | 1 | -0/+1 |
2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2022-10-24 | net: introduce and use custom sockopt socket flag | Paolo Abeni | 1 | -0/+1 |
2022-10-22 | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov | 1 | -0/+1 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+0 |
2022-07-18 | net, lib/once: remove {net_}get_random_once_wait macro | wuchi | 1 | -2/+0 |
2022-06-20 | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 1 | -0/+4 |
2022-04-01 | fs, net: Move read_descriptor_t to net.h | Matthew Wilcox (Oracle) | 1 | -0/+19 |
2021-02-24 | net: remove cmsg restriction from io_uring based send/recvmsg calls | Jens Axboe | 1 | -3/+0 |
2020-12-05 | net: Remove the err argument from sock_from_file | Florent Revest | 1 | -1/+1 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+16 |
2020-10-03 | net: introduce helper sendpage_ok() in include/linux/net.h | Coly Li | 1 | -0/+16 |
2020-08-25 | io_uring: allow tcp ancillary data for __sys_recvmsg_sock() | Luke Hsiao | 1 | -0/+3 |
2020-07-25 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -1/+3 |
2020-07-20 | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 1 | -6/+0 |
2020-06-08 | dynamic_debug: add an option to enable dynamic debug for modules only | Orson Zhai | 1 | -1/+2 |
2020-05-29 | net: remove kernel_setsockopt | Christoph Hellwig | 1 | -2/+0 |
2020-05-28 | net: remove kernel_getsockopt | Christoph Hellwig | 1 | -2/+0 |
2019-12-13 | net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd] | Kirill Tkhai | 1 | -0/+1 |
2019-07-09 | coallocate socket_wq with socket itself | Al Viro | 1 | -2/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-20 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+2 |
2019-03-16 | net: add documentation to socket.c | Pedro Tammela | 1 | -0/+6 |
2019-03-08 | linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited | Rasmus Villemoes | 1 | -1/+1 |
2018-07-31 | net: remove bogus RCU annotations on socket.wq | Christoph Hellwig | 1 | -1/+1 |
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 |