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