summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data-races around sock->opsEric Dumazet2023-08-091-1/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-8/+0
* scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+1
* splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-1/+2
|\
| * net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-221-0/+1
* | net: introduce and use custom sockopt socket flagPaolo Abeni2022-10-241-0/+1
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-2/+0
|\
| * net, lib/once: remove {net_}get_random_once_wait macrowuchi2022-07-171-2/+0
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-0/+4
|/
* fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)2022-04-011-0/+19
* net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-3/+0
* net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-0/+16
|\
| * net: introduce helper sendpage_ok() in include/linux/net.hColy Li2020-10-021-0/+16
* | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+3
|/
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+3
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-6/+0
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-1/+2
* net: remove kernel_setsockoptChristoph Hellwig2020-05-291-2/+0
* net: remove kernel_getsockoptChristoph Hellwig2020-05-271-2/+0
* net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai2019-12-121-0/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-081-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+2
* net: add documentation to socket.cPedro Tammela2019-03-151-0/+6
* linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes2019-03-071-1/+1
* net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-311-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+1
|\
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1
* | net: add support for ->poll_mask in proto_opsChristoph Hellwig2018-05-261-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-5/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+0
|\
| * kill kernel_sock_ioctl()Al Viro2018-01-241-1/+0
* | ->poll() methods should return __poll_tAl Viro2017-11-271-1/+1
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-1/+1
|\
| * net: Fix a typo in comment about sock flags.Tonghao Zhang2017-08-151-1/+1
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+12
|/
* random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld2017-06-191-0/+2
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2017-04-171-1/+1
* New kernel function to get IP overhead on a socket.R. Parameswaran2017-04-061-0/+3
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* net: Add read_sock proto_opTom Herbert2016-08-281-0/+6
* tun: switch to use skb array for txJason Wang2016-07-011-0/+1
* net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld2016-06-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+9
|\