summaryrefslogtreecommitdiffstats
path: root/net/phonet/pep.c
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-5/+4
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-5/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-6/+6
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-5/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* net: remove my future former mail addressRémi Denis-Courmont2012-06-171-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-4/+4
* phonet: Check input from user before allocatingSasha Levin2012-04-051-0/+3
* Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma2011-11-181-11/+95
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont2011-03-151-1/+1
* Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2011-03-091-25/+0
* Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2011-03-091-71/+101
* Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont2011-03-091-8/+7
* Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2011-03-091-167/+117
* Phonet: factor common code to send control messagesRémi Denis-Courmont2011-03-091-152/+73
* Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont2011-03-091-14/+11
* phonet: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller2011-02-251-0/+2
* Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont2011-02-251-78/+47
* Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont2011-02-251-35/+14
* Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont2011-02-251-19/+6
* Phonet: use socket destination in pipe protocolRémi Denis-Courmont2011-02-251-25/+16
* 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
OpenPOWER on IntegriCloud