Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09coallocate socket_wq with socket itselfAl Viro
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-16net: add documentation to socket.cPedro Tammela
2019-03-08linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-26net: add support for ->poll_mask in proto_opsChristoph Hellwig
2018-04-17tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-25kill kernel_sock_ioctl()Al Viro
2017-11-28->poll() methods should return __poll_tAl Viro
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-16net: Fix a typo in comment about sock flags.Tonghao Zhang
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-06-20random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2016-08-29net: Add read_sock proto_opTom Herbert
2016-07-01tun: switch to use skb array for txJason Wang
2016-06-16net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-02net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro
2016-03-10net: Make sock_alloc exportableTom Herbert
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-08-07net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-11net: unix: allow set_peek_off to failSasha Levin
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-26net: make net_get_random_once irq safeHannes Frederic Sowa
2013-10-22net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa
2013-10-20net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-09-27net.h/skbuff.h: Remove extern from function prototypesJoe Perches
2013-06-05net: do not manually initialize enumeratorsJean Sacren
2013-04-30net: rename random32 to prandomAkinobu Mita
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells