summaryrefslogtreecommitdiff
path: root/net/phonet/pep.c
Commit message (Expand)AuthorAge
* net: phonet: mark phonet_protocol as constLin Zhang2017-10-07
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: remove my future former mail addressRémi Denis-Courmont2012-06-17
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* phonet: Check input from user before allocatingSasha Levin2012-04-05
* Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma2011-11-18
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31
* 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-27
* | Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont2010-09-15
* | 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-08
* 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