summaryrefslogtreecommitdiff
path: root/net/phonet/pep.c
AgeCommit message (Expand)Author
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-03-15Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont
2011-02-25phonet: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont
2010-10-20phonet: remove the unused variable pnChangli Gao
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi
2010-10-08Phonet: cleanup pipe enable socket optionRémi Denis-Courmont
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-30Phonet: restore flow control credits when sending failsRémi Denis-Courmont
2010-09-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi
2010-09-27Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi
2010-09-15Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont
2010-07-08Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont
2010-05-29Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont
2010-05-25Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-07Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont
2010-01-07Phonet: zero-copy GPRS TXRémi Denis-Courmont
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont
2009-10-14net: sk_drops consolidationEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-23Phonet: account for dropped RX packetsRémi Denis-Courmont
2009-06-09phonet: Use frag list abstraction interfaces.David S. Miller
2009-02-10Phonet: do not compute unused valueRémi Denis-Courmont
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont