aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Romer1-4/+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
2015-07-14staging: unisys: visornic: correct visornic_pauseTim Sell1-4/+10
2015-06-16staging: unisys: Add s-Par visornic ethernet driverDavid Kershner3-0/+2165