aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_hsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-01-22net: caif: remove redundant re-assignment of pointer pfrmColin Ian King1-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-12/+9
2017-09-21drivers: net: caif: use setup_timer() helper.Allen Pais1-9/+6
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-4/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-07-25caif-hsi: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-4/+1
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2013-04-23caif: Update Dmitry's email address.sjur.brandeland@stericsson.com1-1/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com1-2/+2
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+0
2012-06-29caif-hsi: Fix merge issues.Sjur Brændeland1-45/+27
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+47
2012-06-25caif-hsi: Remove use of module parametersSjur Brændeland1-79/+72
2012-06-25caif-hsi: Replace platform device with ops structure.Sjur Brændeland1-58/+51
2012-06-25caif-hsi: Add rtnl supportSjur Brændeland1-89/+137
2012-06-25caif-hsi: Remove uncecessary assignmentsSjur Brændeland1-5/+5
2012-06-25caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland1-47/+47
2012-06-25caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX1-1/+1
2012-06-25caif-hsi: Removed dead codeKim Lilliestierna XX1-7/+4
2012-06-25caif-hsi: Add missing return in error pathSjur Brændeland1-0/+1
2012-06-25caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen1-2/+2
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com1-52/+45
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com1-10/+0
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin1-55/+188
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX1-2/+2
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com1-2/+3
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-06caif-hsi: Set default MTU to 4096Sjur Brændeland1-1/+1
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com1-42/+103
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde1-1/+1
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby1-11/+0
2011-10-19caif-hsi: Added recovery check of CA wake status.Daniel Martensson1-2/+40
2011-10-19caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson1-30/+49
2011-10-19caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin1-5/+23
2011-10-19caif-hsi: HSI-Platform device register and unregisters itselfDaniel Martensson1-12/+4
2011-10-19caif-hsi: Making read and writes asynchronous.Daniel Martensson1-136/+127
2011-10-19caif-hsi: Fix for wakeup condition problemDmitry Tarnyagin1-3/+7
2011-10-19caif-hsi: Fixing a race condition in the caif_hsi codeDmitry Tarnyagin1-7/+18
2011-10-19caif-hsi: HSI Fix uninitialized data in HSI headersjur.brandeland@stericsson.com1-6/+6
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches1-8/+1
2011-07-07net: fix warning of versioncheckShan Wei1-1/+0
2011-06-29caif: Fix recieve/receive typoJoe Perches1-1/+1
2011-06-01caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin1-0/+1220