aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-5/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-6/+6
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-5/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma1-11/+95
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-03-15Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont1-1/+1
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont1-25/+0
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont1-71/+101
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont1-8/+7
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont1-167/+117
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont1-14/+11
2011-02-25phonet: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller1-0/+2
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont1-78/+47
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont1-35/+14
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont1-19/+6
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont1-25/+16
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi1-187/+113
2010-10-08Phonet: 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/net-2.6David S. Miller1-1/+2
2010-09-30Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-2/+8
2010-09-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-09-27Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi1-6/+442
2010-09-15Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont1-1/+26
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-07-08Phonet: 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-25Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont1-0/+2
2010-05-01net: 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 implicit slab.h inclusion from percpu.hTejun 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-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-10-14net: sk_drops consolidationEric Dumazet1-2/+0
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-23Phonet: account for dropped RX packetsRémi Denis-Courmont1-1/+6