aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-031-1/+9
|\
| * net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham2016-05-011-1/+9
* | [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-2/+1
|/
* 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/+4
* 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/+0
* 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/+4
* net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-131-11/+4
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-3/+0
* net: unix: allow set_peek_off to failSasha Levin2013-12-101-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-0/+8
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-1/+0
* 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-191-0/+25
* net.h/skbuff.h: Remove extern from function prototypesJoe Perches2013-09-261-45/+37
* net: do not manually initialize enumeratorsJean Sacren2013-06-041-3/+3
* net: rename random32 to prandomAkinobu Mita2013-04-291-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-38/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-1/+2
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-1/+2
|/
* net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-221-0/+1
* tun: fix a crash bug and a memory leakMikulas Patocka2012-07-201-0/+1
* net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman2012-05-291-0/+3