aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi1-0/+99
2010-09-15phonet: Fix build warning.David S. Miller1-1/+2
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont1-0/+96
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont1-0/+1
2010-09-15Phonet: resource routing backendRémi Denis-Courmont1-0/+88
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont1-25/+54
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont1-1/+3
2009-10-14Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont1-0/+21
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont1-1/+0
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-08-17phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-12Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont1-2/+3
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont1-0/+96
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont1-1/+1
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont1-4/+7
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont1-4/+4
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont1-1/+3
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont1-0/+97
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont1-1/+2
2008-09-22Phonet: common socket glueRemi Denis-Courmont1-0/+311