summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
Commit message (Expand)AuthorAgeFilesLines
* coallocate socket_wq with socket itselfAl Viro2019-07-091-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* 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-081-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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+1
|\
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-171-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/+3Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+0Star
|\
| * kill kernel_sock_ioctl()Al Viro2018-01-251-1/+0Star
* | ->poll() methods should return __poll_tAl Viro2017-11-271-1/+1
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-1/+1
|\
| * net: Fix a typo in comment about sock flags.Tonghao Zhang2017-08-161-1/+1
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-021-0/+12
|/
* random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld2017-06-201-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-101-1/+1
* net: Add read_sock proto_opTom Herbert2016-08-291-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-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+9
|\
| * net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham2016-05-021-1/+9
* | [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-2/+1Star
|/
* net: Make sock_alloc exportableTom Herbert2016-03-091-0/+1
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-1/+6
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-3/+3
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-17/+4Star
* net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld2015-08-071-0/+8
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-1/+0Star
* get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+4Star
* net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-11/+4Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-3/+0Star
* net: unix: allow set_peek_off to failSasha Levin2013-12-111-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-0/+8
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-261-1/+0Star
* net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa2013-10-211-0/+1
* net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-201-0/+25
* net.h/skbuff.h: Remove extern from function prototypesJoe Perches2013-09-261-45/+37Star
* net: do not manually initialize enumeratorsJean Sacren2013-06-051-3/+3
* net: rename random32 to prandomAkinobu Mita2013-04-301-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-38/+1Star