aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27staging: unisys: visorbus: Convert visorchannel_signalinsert() return valDavid Binder1-8/+8
2016-09-27staging: unisys: visorbus: Convert visorchannel_signalremove() return valDavid Binder1-6/+6
2016-09-27staging: unisys: make MODULE_DESCRIPTIONs consistentJon Frisch1-1/+1
2016-09-27staging: unisys: visornic: remove driver version from visornic_main.cJon Frisch1-2/+1
2016-09-27staging: unisys: remove driver version from struct visor_driverJon Frisch1-2/+0
2016-09-21staging: unisys: visornic: remove poll_for_irq prototypeDavid Kershner1-2/+0
2016-09-21staging: unisys: visornic: remove visornic_poll prototypeDavid Kershner1-1/+0
2016-09-21staging: unisys: visornic: remove visornic debugfs protoyptesDavid Kershner1-14/+9
2016-09-21staging: unisys: visornic: remove prototypesDavid Kershner1-24/+17
2016-09-12staging: unisys: visornic_main.c remove unused pound definesErik Arfvidson1-2/+0
2016-08-15staging: unisys: visornic: Correct comment spelling mistakeDavid Binder1-1/+1
2016-06-07staging: unisys: visornic: change return statementsDavid Binder1-9/+7
2016-06-07staging: unisys: visornic: remove extraneous error checkDavid Binder1-3/+1
2016-06-07staging: unisys: visornic: check for error instead of successDavid Binder1-2/+4
2016-06-07staging: unisys: visornic: cleanup error handlingDavid Binder1-3/+3
2016-06-07staging: unisys: visornic: simplify visornic if statementsDavid Binder1-19/+22
2016-05-09staging: unisys: rename misleading var ii with fragErik Arfvidson1-5/+5
2016-05-09staging: unisys: visornic: comment restructuring and removing bad dictionErik Arfvidson1-94/+58
2016-04-28staging: unisys: visornic: convert BUG_ON to dev_err() messageTim Sell1-5/+3
2016-04-11staging: unisys: visornic: prevent double-unlock of priv_lockTim Sell1-15/+25
2016-04-11staging: unisys: visornic: CHECK: Alignment should match open parenthesisTim Sell1-6/+7
2016-03-10staging: unisys: visornic: Remove unnecessary else after returnBhaktipriya Shridhar1-3/+2
2016-03-01staging: unisys: visornic: Remove create_singlethread_workqueue()Amitoj Kaur Chawla1-19/+2
2016-02-11staging: unisys: Remove parentheses around right hand side of assignmentJanani Ravichandran1-2/+2
2016-02-11staging: unisys: fix else statement in visornic_main.cErik Arfvidson1-2/+2
2016-02-11staging: unisys: fix comments in visornic_main.cErik Arfvidson1-5/+11
2016-02-07staging: unisys: visornic: remove useless memsetHugo Camboulive1-1/+0
2016-02-07staging: unisys: Only process up to budget amount of responsesDavid Kershner1-5/+14
2015-11-25staging: unisys: visornic: Removed the blank lineAnjali Menon1-1/+0
2015-10-12staging: unisys: visornic: prevent faults if driver re-loaded during stressTim Sell1-3/+21
2015-10-12Staging: unisys: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke1-2/+2
2015-10-02staging: unisys: get rid of list of devicesDavid Kershner1-13/+0
2015-10-02staging: unisys: get rid of devnum pool and dev numDavid Kershner1-26/+0
2015-10-02staging: unisys: remove devdata->name use netdev->nameDavid Kershner1-3/+0
2015-09-13staging: unisys: visornic: handle error return from device registrationBenjamin Romer1-2/+3
2015-09-13staging: unisys: visornic: Fix receive bytes statisticsDavid Kershner1-4/+4
2015-09-13staging: unisys: unregister netdev when create debugfs failsDavid Kershner1-1/+4
2015-08-14drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS lines to visornicPrarit Bhargava1-0/+9
2015-08-05staging: unisys: visornic: Convert to using napiNeil Horman1-120/+82
2015-07-31staging: unisys: visornic - consolidate+simplify xmit watermark checksTim Sell1-39/+75
2015-07-31staging: unisys: visornic: enable skb->len error-check, remove DEBUG blocksTim Sell1-23/+3
2015-07-31staging: unisys: visornic_resume needs to mirror _serverdown_completeTim Sell1-30/+26
2015-07-31staging: unisys: visornic - correctly reset flag prior to send_enbdis()Tim Sell1-0/+1
2015-07-31staging: unisys: visornic - prevent lock recursion after IO recoveryTim Sell1-2/+3
2015-07-31staging: unisys: avoid format string parsingKees Cook1-1/+1
2015-07-24staging: unisys: visornic - prevent NETDEV WATCHDOG timeouts after IO recoveryTim Sell1-0/+2
2015-07-24staging: unisys: visornic - check visorchannel_signalinsert/remove failuresTim Sell1-7/+14
2015-07-24staging: unisys: visornic - ensure proper net locking in tx reset logicTim Sell1-0/+9
2015-07-24staging: unisys: Process more than one response per checkDavid Kershner1-81/+83
2015-07-22staging: unisys: remove bogus error checkingNeil Horman1-12/+0