aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/caif_socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09put iov_iter into msghdrAl Viro1-1/+1
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-2/+2
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-07-02net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick1-2/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-4/+0
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-04-07caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-03-07CAIF: fix indentation for function argumentsSilviu-Mihai Popescu1-11/+11
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-1/+1
2012-06-25caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland1-0/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-13caif: set traffic class for caif packetsDmitry Tarnyagin1-2/+14
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2012-02-04caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com1-112/+1
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin1-4/+6
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com1-8/+5
2011-05-15caif: remove unesesarry exportssjur.brandeland@stericsson.com1-2/+2
2011-05-15caif: Bugfix debugfs directory name must be unique.sjur.brandeland@stericsson.com1-12/+22
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-3/+5
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com1-3/+3
2011-05-15caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com1-2/+17
2011-04-11caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland1-32/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-10caif: don't set connection request param size before copying dataDan Rosenberg1-1/+1
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos1-30/+15
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+13
2010-10-05caif: fix two caif_connect() bugsEric Dumazet1-6/+15
2010-10-05caif: remove duplicated includeNicolas Kaiser1-1/+0
2010-09-21caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland1-6/+2
2010-09-06net/caif: Use pr_fmtJoe Perches1-10/+9
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-18/+36
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-4/+0
2010-05-31caif: remove unneeded null check in caif_connect()Dan Carpenter1-2/+1
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland1-5/+5
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland1-7/+6
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-967/+828
2010-04-26net: use sk_sleep()Eric Dumazet1-15/+15
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-03-30net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391