summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/visornic_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: unisys: visornic: change return statementsDavid Binder2016-06-081-9/+7Star
* staging: unisys: visornic: remove extraneous error checkDavid Binder2016-06-081-3/+1Star
* staging: unisys: visornic: check for error instead of successDavid Binder2016-06-081-2/+4
* staging: unisys: visornic: cleanup error handlingDavid Binder2016-06-081-3/+3
* staging: unisys: visornic: simplify visornic if statementsDavid Binder2016-06-081-19/+22
* staging: unisys: rename misleading var ii with fragErik Arfvidson2016-05-091-5/+5
* staging: unisys: visornic: comment restructuring and removing bad dictionErik Arfvidson2016-05-091-94/+58Star
* staging: unisys: visornic: convert BUG_ON to dev_err() messageTim Sell2016-04-291-5/+3Star
* staging: unisys: visornic: prevent double-unlock of priv_lockTim Sell2016-04-121-15/+25
* staging: unisys: visornic: CHECK: Alignment should match open parenthesisTim Sell2016-04-121-6/+7
* 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