summaryrefslogtreecommitdiff
path: root/net/phonet/pep.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-14Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi1-187/+113
2010-10-09Phonet: cleanup pipe enable socket optionRémi Denis-Courmont1-42/+30
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-10-01Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-2/+8
2010-09-30Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-09-28Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi1-6/+442
2010-09-16Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont1-1/+26
2010-09-01Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-09-01Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-07-09Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont1-0/+1
2010-05-29Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont1-3/+3
2010-05-26Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont1-0/+2
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-07Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont1-1/+9
2010-01-07Phonet: zero-copy GPRS TXRémi Denis-Courmont1-2/+14
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont1-0/+3
2009-11-30net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-11Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-10-15net: sk_drops consolidationEric Dumazet1-2/+0
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-24Phonet: account for dropped RX packetsRémi Denis-Courmont1-1/+6
2009-06-09phonet: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-02-11Phonet: do not compute unused valueRémi Denis-Courmont1-1/+1
2008-12-18Phonet: use atomic for packet TX windowRémi Denis-Courmont1-17/+21
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont1-11/+150
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont1-18/+47
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont1-0/+908