summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/visornic_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-22/+16
|\
| * staging: unisys: visornic: prevent hang doing 'modprobe -r visornic'Tim Sell2017-02-021-4/+1
| * staging: unisys: visornic: Fix typo in visornic_main.cMasanari Iida2017-01-311-11/+11
| * staging: unisys: remove redundant unlocks of visornic_devdata.priv_lockTim Sell2017-01-101-2/+0
| * staging: unisys: visornic: Remove errant -EIO returnsDavid Binder2017-01-101-2/+2
| * staging: unisys: visornic: Reorder logic in visornic_enable_with_timeout()David Binder2017-01-101-1/+2
| * staging: unisys: visorbus: Remove duplicate invocation of init_rcv_bufs()David Binder2017-01-101-2/+0
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
|/
* Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-1/+1
|\
| * staging: unisys: fix spelling mistake of "outstanding"Colin Ian King2016-11-291-1/+1
* | net: use core MTU range checking in virt driversJarod Wilson2016-10-201-2/+2
|/
* staging: unisys: visorbus: Convert visorchannel_signalinsert() return valDavid Binder2016-09-271-8/+8
* staging: unisys: visorbus: Convert visorchannel_signalremove() return valDavid Binder2016-09-271-6/+6
* staging: unisys: make MODULE_DESCRIPTIONs consistentJon Frisch2016-09-271-1/+1
* staging: unisys: visornic: remove driver version from visornic_main.cJon Frisch2016-09-271-2/+1
* staging: unisys: remove driver version from struct visor_driverJon Frisch2016-09-271-2/+0
* staging: unisys: visornic: remove poll_for_irq prototypeDavid Kershner2016-09-211-2/+0
* staging: unisys: visornic: remove visornic_poll prototypeDavid Kershner2016-09-211-1/+0
* staging: unisys: visornic: remove visornic debugfs protoyptesDavid Kershner2016-09-211-14/+9
* staging: unisys: visornic: remove prototypesDavid Kershner2016-09-211-24/+17
* staging: unisys: visornic_main.c remove unused pound definesErik Arfvidson2016-09-121-2/+0
* staging: unisys: visornic: Correct comment spelling mistakeDavid Binder2016-08-151-1/+1
* staging: unisys: visornic: change return statementsDavid Binder2016-06-071-9/+7
* staging: unisys: visornic: remove extraneous error checkDavid Binder2016-06-071-3/+1
* staging: unisys: visornic: check for error instead of successDavid Binder2016-06-071-2/+4
* staging: unisys: visornic: cleanup error handlingDavid Binder2016-06-071-3/+3
* staging: unisys: visornic: simplify visornic if statementsDavid Binder2016-06-071-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/+58
* staging: unisys: visornic: convert BUG_ON to dev_err() messageTim Sell2016-04-281-5/+3
* staging: unisys: visornic: prevent double-unlock of priv_lockTim Sell2016-04-111-15/+25
* staging: unisys: visornic: CHECK: Alignment should match open parenthesisTim Sell2016-04-111-6/+7
* staging: unisys: visornic: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-101-3/+2
* staging: unisys: visornic: Remove create_singlethread_workqueue()Amitoj Kaur Chawla2016-03-011-19/+2
* staging: unisys: Remove parentheses around right hand side of assignmentJanani Ravichandran2016-02-111-2/+2
* staging: unisys: fix else statement in visornic_main.cErik Arfvidson2016-02-111-2/+2
* staging: unisys: fix comments in visornic_main.cErik Arfvidson2016-02-111-5/+11
* staging: unisys: visornic: remove useless memsetHugo Camboulive2016-02-071-1/+0
* staging: unisys: Only process up to budget amount of responsesDavid Kershner2016-02-071-5/+14
* staging: unisys: visornic: Removed the blank lineAnjali Menon2015-11-251-1/+0
* staging: unisys: visornic: prevent faults if driver re-loaded during stressTim Sell2015-10-121-3/+21
* Staging: unisys: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke2015-10-121-2/+2
* staging: unisys: get rid of list of devicesDavid Kershner2015-10-021-13/+0
* staging: unisys: get rid of devnum pool and dev numDavid Kershner2015-10-021-26/+0
* staging: unisys: remove devdata->name use netdev->nameDavid Kershner2015-10-021-3/+0
* 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-141-0/+9
* staging: unisys: visornic: Convert to using napiNeil Horman2015-08-051-120/+82
OpenPOWER on IntegriCloud