summaryrefslogtreecommitdiffstats
path: root/net/phonet/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2009-10-141-0/+21
* Phonet: fix mutex imbalanceRémi Denis-Courmont2009-09-301-1/+0
* Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont2009-09-241-8/+8
* phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-171-0/+2
* Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont2009-08-121-2/+3
* Phonet: sockets list through proc_fsRémi Denis-Courmont2009-07-231-0/+96
* Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-171-1/+1
* Phonet: basic net namespace supportRémi Denis-Courmont2008-12-031-4/+7
* Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-051-4/+4
* Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-051-1/+3
* Phonet: connected sockets glueRémi Denis-Courmont2008-10-051-0/+97
* Phonet: proc interface for port rangeRemi Denis-Courmont2008-09-221-1/+2
* Phonet: common socket glueRemi Denis-Courmont2008-09-221-0/+311
OpenPOWER on IntegriCloud