aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven1-4/+1
2023-08-09net: annotate data-races around sock->opsEric Dumazet1-1/+1
2023-06-24sock: 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-08splice, 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-17net, 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-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-3/+0
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+16
2020-10-02net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+3
2020-07-19net: 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-27net: remove kernel_getsockoptChristoph Hellwig1-2/+0
2019-12-12net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai1-0/+1
2019-07-08coallocate socket_wq with socket itselfAl Viro1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+2
2019-03-15net: add documentation to socket.cPedro Tammela1-0/+6
2019-03-07linux/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-06Merge 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-16tcp: 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-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-01-24kill kernel_sock_ioctl()Al Viro1-1/+0
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+12
2017-06-19random: 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-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2016-08-28net: Add read_sock proto_opTom Herbert1-0/+6
2016-07-01tun: switch to use skb array for txJason Wang1-0/+1
2016-06-15net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld1-1/+2
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2016-05-01net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham1-1/+9
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro1-2/+1
2016-03-09net: Make sock_alloc exportableTom Herbert1-0/+1
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-1/+6
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa1-17/+4
2015-08-06net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld1-0/+8
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-1/+0
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-6/+4
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa1-11/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-3/+0
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-0/+8
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-1/+0
2013-10-21net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa1-0/+1
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+25
2013-09-26net.h/skbuff.h: Remove extern from function prototypesJoe Perches1-45/+37
2013-06-04net: do not manually initialize enumeratorsJean Sacren1-3/+3
2013-04-29net: rename random32 to prandomAkinobu Mita1-2/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-38/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-1/+2
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-0/+1
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+1
2012-05-29net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman1-0/+3
2012-05-15net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches1-0/+23
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller1-6/+0
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+1
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-1/+2
2010-10-01net: Export __sock_createPavel Emelyanov1-0/+2
2010-07-02linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-5/+9
2010-02-03net: CONFIG_COMPAT reduxAlexey Dobriyan1-0/+4
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2009-11-07net: kill proto_ops wrapperArnd Bergmann1-83/+0
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov1-0/+3
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-4/+4
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-0/+1
2009-09-15[PATCH] net: kmemcheck annotation in struct socketEric Dumazet1-0/+5
2009-03-15net: reorder fields of struct socketEric Dumazet1-2/+6
2008-11-19reintroduce accept4Ulrich Drepper1-4/+2
2008-08-26Fix userspace export of <linux/net.h>David Woodhouse1-7/+7
2008-07-25printk ratelimiting rewriteDave Young1-2/+1
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper1-1/+1
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper1-0/+3
2008-07-24flag parameters: pacceptUlrich Drepper1-0/+3
2008-07-24flag parameters: socket and socketpairUlrich Drepper1-1/+8
2008-07-08net: remove padding from struct socket on 64bit & increase objects/cacheRichard Kennedy1-2/+2
2008-03-22[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell1-1/+2
2008-01-28[NET]: Remove the empty net_tablePavel Emelyanov1-1/+0
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-0/+7
2008-01-28[TCP]: Splice receive support.Jens Axboe1-0/+3
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-0/+8
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare1-0/+4
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-1/+2
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-1/+1
2007-02-08[S390]: Add AF_IUCV socket supportJennifer Hunt1-1/+1
2006-12-31[NET]: Don't export linux/random.h outside __KERNEL__.David Woodhouse1-1/+1
2006-12-02[NET]: Annotate net_srandom().Al Viro1-1/+1
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger1-3/+4
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-2/+2
2006-09-22[NET]: drop unused elements from net_proto_familyStephen Hemminger1-5/+0
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+19
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-25Don't include <linux/stringify> from user-visible part of linux/net.hDavid Woodhouse1-1/+1
2006-03-21[NET]: allow 32 bit socket ioctl in 64 bit kernelShaun Pereira1-0/+6
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+4
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2005-11-07[PATCH] kernel-doc: fix some kernel-api warningsRandy Dunlap1-0/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+7
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-0/+3
2005-05-23[NET]: Kill stray reference to sock->passcred.David S. Miller1-1/+0
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl1-1/+1
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-19/+19
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+287