summaryrefslogtreecommitdiffstats
path: root/net/phonet/socket.c
Commit message (Expand)AuthorAgeFilesLines
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-2/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+1
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-8/+0
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-6/+3
|\
| * net/phonet: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-28/+2
|/
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-2/+0
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* sock: struct proto hash function may errorCraig Gallek2016-02-111-2/+4
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-3/+3
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-151-13/+11
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+3
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-2/+4
* net: remove my future former mail addressRémi Denis-Courmont2012-06-171-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-6/+6
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* Phonet: convert bound sockets hash list to RCURémi Denis-Courmont2011-04-141-24/+21
* Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2011-03-091-62/+40
* Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2011-03-091-6/+4
* Phonet: implement per-socket destination/peer addressRémi Denis-Courmont2011-02-251-2/+2
* Phonet: allow multiple listen() and fix small race conditionRémi Denis-Courmont2011-02-251-5/+5
* Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2010-10-131-0/+99
* phonet: Fix build warning.David S. Miller2010-09-151-1/+2
* Phonet: list subscribed resources via proc_fsRémi Denis-Courmont2010-09-151-0/+96
* Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont2010-09-151-0/+1
* Phonet: resource routing backendRémi Denis-Courmont2010-09-151-0/+88
* Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont2010-08-311-1/+3
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-101-25/+54
* Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont2009-10-151-1/+3