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
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-28net: annotate ->poll() instancesAl Viro
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-02-11sock: struct proto hash function may errorCraig Gallek
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-08-16net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-06-18net: remove my future former mail addressRémi Denis-Courmont
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-04-15Phonet: convert bound sockets hash list to RCURémi Denis-Courmont
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont
2011-02-25Phonet: allow multiple listen() and fix small race conditionRémi Denis-Courmont
2010-10-14Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi
2010-09-16phonet: Fix build warning.David S. Miller
2010-09-16Phonet: list subscribed resources via proc_fsRémi Denis-Courmont
2010-09-16Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont
2010-09-16Phonet: resource routing backendRémi Denis-Courmont
2010-09-01Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-30net: Move && and || to end of previous lineJoe Perches
2009-11-11Phonet: put sockets in a hash tableRémi Denis-Courmont
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont
2009-10-15Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont
2009-10-01Phonet: fix mutex imbalanceRémi Denis-Courmont
2009-09-25Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont