aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14staging: unisys: make visorbus_dev_groups staticMichał Kępień1-1/+1
2015-08-14drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS lines to visornicPrarit Bhargava1-0/+9
2015-08-14Staging: unisys: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-08-05staging: unisys: visornic: Convert to using napiNeil Horman1-120/+82
2015-08-03staging: unisys: visorchannel: Add peek functionNeil Horman2-0/+23
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-31drivers, staging, unisys Add modalias files to visorbus devicesPrarit Bhargava1-3/+42
2015-07-31staging: unisys: add UUID strings to channel_guid.hPrarit Bhargava1-0/+4
2015-07-31drivers, staging, unisys, cleanup channel_guid.hPrarit Bhargava1-15/+5
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
2015-07-22staging: unisys: remove visornic_ioctlNeil Horman1-16/+0
2015-07-22staging: unisys: Remove trans_startNeil Horman1-6/+0
2015-07-22staging: unisys: Fix improper use of NETDEV_TX_BUSYNeil Horman1-6/+11
2015-07-22staging: unisys: Remove some extraneous start/stop queue operationsNeil Horman1-8/+1
2015-07-22staging: unisys: Change enable/disable to wait foreverNeil Horman1-7/+9
2015-07-22staging: unisys: Make serverdown synchronousNeil Horman1-23/+2
2015-07-22staging: unisys: simplify visornic_serverdown_completeNeil Horman1-28/+8
2015-07-22staging: unisys: Guard against task leakageNeil Horman1-2/+7
2015-07-22staging: unisys: Clean up kthread usageNeil Horman1-96/+86
2015-07-22staging: unisys: Linarize skbsNeil Horman1-0/+16
2015-07-22staging: unisys: BUG halt on error in I/O channelNeil Horman1-2/+10
2015-07-22staging: unisys: Check return code properly on visor_copy_fragsinfo_from_skbNeil Horman1-1/+1
2015-07-22staging: unisys: Remove num_visornic_open arrayNeil Horman1-187/+154
2015-07-16staging: unisys: fix copyright statementsBenjamin Romer12-59/+47
2015-07-14staging: unisys: fix random hangs with network stress in visornicTim Sell1-4/+6
2015-07-14staging: unisys: Lock visorchannels associated with devicesDavid Kershner1-4/+5
2015-07-14staging: unisys: Reduce indentChristophe JAILLET1-25/+24
2015-07-14staging: unisys: Use kzalloc instead of kmalloc/memsetChristophe JAILLET1-2/+1
2015-07-14staging: unisys: fix random memory corruption in visorchannel_write()Tim Sell1-1/+2
2015-07-14staging: unisys: correctly NULL-terminate visorbus sysfs attribute arrayTim Sell1-0/+1
2015-07-14staging: unisys: Fix broken build when ARCH=umKen Cox1-1/+1
2015-07-14staging: unisys: Allow visorbus to autoloadDavid Kershner1-0/+3
2015-07-14staging: unisys: visornic: prevent erroneous kfree of devdata pointerTim Sell1-14/+6
2015-07-14staging: unisys: visornic: use preferred interface for setting netdev's parentTim Sell1-1/+1
2015-07-14staging: unisys: visornic: delay start of worker thread until netdev createdTim Sell1-9/+6
2015-07-14staging: unisys: visornic: don't destroy global workqueues until devs destroyedTim Sell1-1/+2
2015-07-14staging: unisys: visornic: correctly clean up device on removalTim Sell1-2/+63
2015-07-14staging: unisys: visornic: correct obvious double-allocation of workqueuesTim Sell1-12/+0
2015-07-14staging: unisys: add error messages to visornicTim Sell1-11/+80
2015-07-14staging: unisys: neglect to NULL rcvbuf pointerTim Sell1-1/+1
2015-07-14staging: unisys: prevent faults in visornic_pauseTim Sell1-0/+1