summaryrefslogtreecommitdiff
path: root/include/linux/net.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-1/+3
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven1-4/+1
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-1/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-8/+0
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+1
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-10-24net: introduce and use custom sockopt socket flagPaolo Abeni1-0/+1
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov1-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+0
2022-07-18net, lib/once: remove {net_}get_random_once_wait macrowuchi1-2/+0
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-0/+4
2022-04-01fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)1-0/+19
2021-02-24net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-3/+0
2020-12-05net: Remove the err argument from sock_from_fileFlorent Revest1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+16
2020-10-03net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-08-25io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+3
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+3
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-6/+0
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-1/+2
2020-05-29net: remove kernel_setsockoptChristoph Hellwig1-2/+0
2020-05-28net: remove kernel_getsockoptChristoph Hellwig1-2/+0
2019-12-13net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai1-0/+1
2019-07-09coallocate socket_wq with socket itselfAl Viro1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+2
2019-03-16net: add documentation to socket.cPedro Tammela1-0/+6
2019-03-08linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes1-1/+1
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+0
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-05-26net: add support for ->poll_mask in proto_opsChristoph Hellwig1-0/+1
2018-04-17tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-5/+3
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-01-25kill kernel_sock_ioctl()Al Viro1-1/+0
2017-11-28->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-16net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+12
2017-06-20random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld1-0/+2
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran1-1/+1
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran1-0/+3
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2016-08-29net: Add read_sock proto_opTom Herbert1-0/+6
2016-07-01tun: switch to use skb array for txJason Wang1-0/+1