aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pep.c
Commit message (Expand)AuthorAge
* Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont2011-03-15
* Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2011-03-09
* Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2011-03-09
* Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont2011-03-09
* Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2011-03-09
* Phonet: factor common code to send control messagesRémi Denis-Courmont2011-03-09
* Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont2011-03-09
* phonet: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller2011-02-25
* Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont2011-02-25
* Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont2011-02-25
* Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont2011-02-25
* Phonet: use socket destination in pipe protocolRémi Denis-Courmont2011-02-25
* phonet: remove the unused variable pnChangli Gao2010-10-20
* Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2010-10-13
* Phonet: cleanup pipe enable socket optionRémi Denis-Courmont2010-10-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-04
|\
| * Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi2010-09-29
* | Phonet: restore flow control credits when sending failsRémi Denis-Courmont2010-09-30
* | Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2010-09-28
* | Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont2010-09-16
* | Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont2010-08-31
* | Phonet: restore flow control credits when sending failsRémi Denis-Courmont2010-08-31
|/
* 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