aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pep.c
Commit message (Expand)AuthorAge
* Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont2010-07-09
* Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont2010-05-29
* Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont2010-05-25
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-01
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont2010-01-07
* Phonet: zero-copy GPRS TXRémi Denis-Courmont2010-01-07
* Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2010-01-07
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-10
* net: sk_drops consolidationEric Dumazet2009-10-14
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* Phonet: account for dropped RX packetsRémi Denis-Courmont2009-07-23
* phonet: Use frag list abstraction interfaces.David S. Miller2009-06-09
* Phonet: do not compute unused valueRémi Denis-Courmont2009-02-10
* Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-17
* Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-05
* Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-05
* Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont2008-10-05