aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/visornic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-20staging: Remove the drivers for the Unisys s-ParFabio M. De Francesco1-2131/+0
2022-04-04staging: unisys: Remove "struct dentry *eth_debugfs_dir"Fabio M. De Francesco1-17/+0
2021-11-25staging: unisys: visornic: removed a blank line at the end of functionLiu Junqi1-1/+0
2021-11-25staging: unisys: visornic: reindent to avoid '(' at the end of lineLiu Junqi1-3/+2
2021-11-25staging: unisys: visornic: fixed a typo cant -> can'tLiu Junqi1-1/+1
2021-10-20staging: unisys: use eth_hw_addr_set()Jakub Kicinski1-2/+3
2021-03-10staging: unisys: visornic: Fix repeated words in commentsKlemen Košir1-1/+1
2021-03-10staging: unisys: visornic: enhance visornic to use channel_interruptSong Chen1-21/+11
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-25staging: unisys: visornic: Update the description of 'poll_for_irq()'Christophe JAILLET1-1/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-05-23staging: unisys: visornic: Replace GFP_ATOMIC with GFP_KERNELHariprasad Kelam1-2/+2
2019-02-19staging: visornic: use skb_put_zero() instead of open-coded versionJann Horn1-3/+1
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-06-01staging: unisys: visornic: no need to check debugfs return valuesGreg Kroah-Hartman1-17/+6
2018-04-25staging: visornic: fix visornic_xmit()'s return typeLuc Van Oostenryck1-1/+1
2017-12-08drivers: visorbus: move driver out of stagingDavid Kershner1-1/+1
2017-11-28staging: unisys: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-09-28staging: unisys: visornic: clean up parenthesisDavid Kershner1-3/+3
2017-09-28staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar1-1/+2
2017-09-28staging: unisys: only include a file where it is used.David Kershner1-0/+1
2017-08-31staging: unisys: visornic: Remove unnecessary return valuesDavid Binder1-10/+3
2017-08-31staging: unisys: visornic: Fix miscellaneous block comment format issues.David Binder1-8/+6
2017-08-31staging: unisys: visornic: Fix up existing function comments.David Binder1-227/+190
2017-08-31staging: unisys: use the kernel min defineDavid Kershner1-5/+4
2017-08-22staging: unisys: Move VNIC GUID to visornicDavid Kershner1-0/+7
2017-08-22staging: unisys: visornic: visornic_main.c: fix multiline dereference.Sameer Wadgaonkar1-5/+4
2017-08-22staging: unisys: visornic: update the struct visornic_devdata commentsSameer Wadgaonkar1-25/+61
2017-08-22staging: unisys: Switch to use new generic UUID APIAndy Shevchenko1-3/+3
2017-07-18staging: unisys: visornic: fix multi-line function definitionCharles Daniels1-58/+43
2017-07-18staging: unisys: visornic: visornic_main.c: Adjust whitespace usageDavid Binder1-12/+2
2017-07-16staging: unisys: visornic: visornic_main.c: fixed comment formatting issuesSameer Wadgaonkar1-37/+61
2017-05-25staging: unisys: include: renamed structure spar_io_channel_protocol in iochannel.h to match driver namespaceSameer Wadgaonkar1-8/+5
2017-05-25staging: unisys: include: renamed #defines in channel.h to match driver namespaceSameer Wadgaonkar1-5/+5
2017-04-28staging: unisys: visornic: remove keyword inline from functionDavid Kershner1-1/+1
2017-04-08staging: unisys: visornic: Replace symbolic perms with octalThomas Jespersen1-2/+2
2017-03-29staging: unisys: visornic: add error handling for visorchannel_signalinsert/removeDavid Kershner1-40/+97
2017-03-21staging: unisys: visornic: remove inline functionsJon Frisch1-6/+6
2017-03-21staging: unisys: visornic: Move function to appropriate locationDavid Binder1-0/+37
2017-03-06staging: unisys: visornic: visornic_main.c: Remove kernel-doc commentsDavid Binder1-35/+35
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-22/+16
2017-02-02staging: unisys: visornic: prevent hang doing 'modprobe -r visornic'Tim Sell1-4/+1
2017-01-31staging: unisys: visornic: Fix typo in visornic_main.cMasanari Iida1-11/+11
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-10staging: unisys: remove redundant unlocks of visornic_devdata.priv_lockTim Sell1-2/+0
2017-01-10staging: unisys: visornic: Remove errant -EIO returnsDavid Binder1-2/+2