summaryrefslogtreecommitdiffstats
path: root/net/phonet/pep.c
Commit message (Expand)AuthorAgeFilesLines
* phonet: remove the unused variable pnChangli Gao2010-10-201-1/+0
* Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2010-10-131-187/+113
* Phonet: cleanup pipe enable socket optionRémi Denis-Courmont2010-10-081-42/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-1/+2
|\
| * Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi2010-09-291-1/+2
* | Phonet: restore flow control credits when sending failsRémi Denis-Courmont2010-09-301-2/+8
* | Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2010-09-271-6/+442
* | Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont2010-09-151-1/+26
* | Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont2010-08-311-1/+1
* | Phonet: restore flow control credits when sending failsRémi Denis-Courmont2010-08-311-1/+5
|/
* Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont2010-07-081-0/+1
* Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont2010-05-291-3/+3
* Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont2010-05-251-0/+2
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont2010-01-071-1/+9
* Phonet: zero-copy GPRS TXRémi Denis-Courmont2010-01-071-2/+14
* Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2010-01-071-0/+3
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-101-17/+12
* net: sk_drops consolidationEric Dumazet2009-10-141-2/+0
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Phonet: account for dropped RX packetsRémi Denis-Courmont2009-07-231-1/+6
* phonet: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* Phonet: do not compute unused valueRémi Denis-Courmont2009-02-101-1/+1
* Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-171-17/+21
* Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-051-11/+150
* Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-051-18/+47
* Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont2008-10-051-0/+908
OpenPOWER on IntegriCloud