summaryrefslogtreecommitdiffstats
path: root/net/phonet/socket.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1Star
* 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/+3Star
|\
| * net/phonet: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2Star
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-28/+2Star
|/
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* 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/+0Star
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0Star
* | 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-101-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/+11Star
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+3Star
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-151-2/+4
* net: remove my future former mail addressRémi Denis-Courmont2012-06-181-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-11-011-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-151-24/+21Star
* Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2011-03-091-62/+40Star
* Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2011-03-091-6/+4Star
* 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-161-1/+2
* Phonet: list subscribed resources via proc_fsRémi Denis-Courmont2010-09-161-0/+96
* Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont2010-09-161-0/+1
* Phonet: resource routing backendRémi Denis-Courmont2010-09-161-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-021-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-301-2/+2
* Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-111-25/+54
* Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont2009-10-151-1/+3
* Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2009-10-151-0/+21
* Phonet: fix mutex imbalanceRémi Denis-Courmont2009-10-011-1/+0Star
* Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont2009-09-251-8/+8
* phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-181-0/+2
* Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont2009-08-131-2/+3
* Phonet: sockets list through proc_fsRémi Denis-Courmont2009-07-241-0/+96