aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/net.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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 registeredXin 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/viro/vfsLinus Torvalds1-1/+2