summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic
Commit message (Expand)AuthorAgeFilesLines
* staging: unisys: visornic: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-3/+2Star
* staging: unisys: visornic: Remove create_singlethread_workqueue()Amitoj Kaur Chawla2016-03-021-19/+2Star
* staging: unisys: Remove parentheses around right hand side of assignmentJanani Ravichandran2016-02-121-2/+2
* staging: unisys: fix else statement in visornic_main.cErik Arfvidson2016-02-121-2/+2
* staging: unisys: fix comments in visornic_main.cErik Arfvidson2016-02-121-5/+11
* staging: unisys: visornic: remove useless memsetHugo Camboulive2016-02-081-1/+0Star
* staging: unisys: Only process up to budget amount of responsesDavid Kershner2016-02-081-5/+14
* staging: unisys: visornic: Removed the blank lineAnjali Menon2015-11-251-1/+0Star
* staging: unisys: visornic: prevent faults if driver re-loaded during stressTim Sell2015-10-131-3/+21
* Staging: unisys: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke2015-10-131-2/+2
* staging: unisys: get rid of list of devicesDavid Kershner2015-10-021-13/+0Star
* staging: unisys: get rid of devnum pool and dev numDavid Kershner2015-10-021-26/+0Star
* staging: unisys: remove devdata->name use netdev->nameDavid Kershner2015-10-021-3/+0Star
* staging: unisys: visornic: handle error return from device registrationBenjamin Romer2015-09-131-2/+3
* staging: unisys: visornic: Fix receive bytes statisticsDavid Kershner2015-09-131-4/+4
* staging: unisys: unregister netdev when create debugfs failsDavid Kershner2015-09-131-1/+4
* drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS ...Prarit Bhargava2015-08-151-0/+9
* staging: unisys: visornic: Convert to using napiNeil Horman2015-08-051-120/+82Star
* staging: unisys: visornic - consolidate+simplify xmit watermark checksTim Sell2015-08-011-39/+75
* staging: unisys: visornic: enable skb->len error-check, remove DEBUG blocksTim Sell2015-08-011-23/+3Star
* staging: unisys: visornic_resume needs to mirror _serverdown_completeTim Sell2015-08-011-30/+26Star
* staging: unisys: visornic - correctly reset flag prior to send_enbdis()Tim Sell2015-08-011-0/+1
* staging: unisys: visornic - prevent lock recursion after IO recoveryTim Sell2015-08-011-2/+3
* staging: unisys: avoid format string parsingKees Cook2015-08-011-1/+1
* staging: unisys: visornic - prevent NETDEV WATCHDOG timeouts after IO recoveryTim Sell2015-07-241-0/+2
* staging: unisys: visornic - check visorchannel_signalinsert/remove failuresTim Sell2015-07-241-7/+14
* staging: unisys: visornic - ensure proper net locking in tx reset logicTim Sell2015-07-241-0/+9
* staging: unisys: Process more than one response per checkDavid Kershner2015-07-241-81/+83
* staging: unisys: remove bogus error checkingNeil Horman2015-07-231-12/+0Star
* staging: unisys: remove visornic_ioctlNeil Horman2015-07-231-16/+0Star
* staging: unisys: Remove trans_startNeil Horman2015-07-231-6/+0Star
* staging: unisys: Fix improper use of NETDEV_TX_BUSYNeil Horman2015-07-231-6/+11
* staging: unisys: Remove some extraneous start/stop queue operationsNeil Horman2015-07-231-8/+1Star
* staging: unisys: Change enable/disable to wait foreverNeil Horman2015-07-231-7/+9
* staging: unisys: Make serverdown synchronousNeil Horman2015-07-231-23/+2Star
* staging: unisys: simplify visornic_serverdown_completeNeil Horman2015-07-231-28/+8Star
* staging: unisys: Guard against task leakageNeil Horman2015-07-231-2/+7
* staging: unisys: Clean up kthread usageNeil Horman2015-07-231-96/+86Star
* staging: unisys: Linarize skbsNeil Horman2015-07-231-0/+16
* staging: unisys: BUG halt on error in I/O channelNeil Horman2015-07-231-2/+10
* staging: unisys: Check return code properly on visor_copy_fragsinfo_from_skbNeil Horman2015-07-231-1/+1
* staging: unisys: Remove num_visornic_open arrayNeil Horman2015-07-231-187/+154Star
* staging: unisys: fix copyright statementsBenjamin Romer2015-07-161-4/+3Star
* staging: unisys: visornic: prevent erroneous kfree of devdata pointerTim Sell2015-07-151-14/+6Star
* staging: unisys: visornic: use preferred interface for setting netdev's parentTim Sell2015-07-151-1/+1
* staging: unisys: visornic: delay start of worker thread until netdev createdTim Sell2015-07-151-9/+6Star
* staging: unisys: visornic: don't destroy global workqueues until devs destroyedTim Sell2015-07-151-1/+2
* staging: unisys: visornic: correctly clean up device on removalTim Sell2015-07-151-2/+63
* staging: unisys: visornic: correct obvious double-allocation of workqueuesTim Sell2015-07-151-12/+0Star
* staging: unisys: add error messages to visornicTim Sell2015-07-151-11/+80