aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic
AgeCommit message (Expand)Author
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-25staging: unisys: visornic: Update the description of 'poll_for_irq()'Christophe JAILLET
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-23staging: unisys: visornic: Replace GFP_ATOMIC with GFP_KERNELHariprasad Kelam
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman
2019-03-20Staging: unisys: visornic: Replace '--help--' with 'help' in KconfigWentao Cai
2019-02-19staging: visornic: use skb_put_zero() instead of open-coded versionJann Horn
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-06-01staging: unisys: visornic: no need to check debugfs return valuesGreg Kroah-Hartman
2018-04-25staging: visornic: fix visornic_xmit()'s return typeLuc Van Oostenryck
2017-12-08drivers: visorbus: move driver out of stagingDavid Kershner
2017-11-28staging: unisys: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-28staging: unisys: visornic: clean up parenthesisDavid Kershner
2017-09-28staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar
2017-09-28staging: unisys: only include a file where it is used.David Kershner
2017-08-31staging: unisys: visornic: Remove unnecessary return valuesDavid Binder
2017-08-31staging: unisys: visornic: Fix miscellaneous block comment format issues.David Binder
2017-08-31staging: unisys: visornic: Fix up existing function comments.David Binder
2017-08-31staging: unisys: use the kernel min defineDavid Kershner
2017-08-22staging: unisys: Move VNIC GUID to visornicDavid Kershner
2017-08-22staging: unisys: visornic: visornic_main.c: fix multiline dereference.Sameer Wadgaonkar
2017-08-22staging: unisys: visornic: update the struct visornic_devdata commentsSameer Wadgaonkar
2017-08-22staging: unisys: Switch to use new generic UUID APIAndy Shevchenko
2017-07-18staging: unisys: visornic: fix multi-line function definitionCharles Daniels
2017-07-18staging: unisys: visornic: visornic_main.c: Adjust whitespace usageDavid Binder
2017-07-16staging: unisys: visornic: visornic_main.c: fixed comment formatting issuesSameer Wadgaonkar
2017-05-25staging: unisys: include: renamed structure spar_io_channel_protocol in iocha...Sameer Wadgaonkar
2017-05-25staging: unisys: include: renamed #defines in channel.h to match driver names...Sameer Wadgaonkar
2017-04-28staging: unisys: visornic: remove keyword inline from functionDavid Kershner
2017-04-08staging: unisys: visornic: Replace symbolic perms with octalThomas Jespersen
2017-03-29staging: unisys: visornic: add error handling for visorchannel_signalinsert/r...David Kershner
2017-03-21staging: unisys: visornic: remove inline functionsJon Frisch
2017-03-21staging: unisys: visornic: Move function to appropriate locationDavid Binder
2017-03-06staging: unisys: visornic: visornic_main.c: Remove kernel-doc commentsDavid Binder
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-02staging: unisys: visornic: prevent hang doing 'modprobe -r visornic'Tim Sell
2017-01-31staging: unisys: visornic: Fix typo in visornic_main.cMasanari Iida
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-10staging: unisys: remove redundant unlocks of visornic_devdata.priv_lockTim Sell
2017-01-10staging: unisys: visornic: Remove errant -EIO returnsDavid Binder
2017-01-10staging: unisys: visornic: Reorder logic in visornic_enable_with_timeout()David Binder
2017-01-10staging: unisys: visorbus: Remove duplicate invocation of init_rcv_bufs()David Binder
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-11-29staging: unisys: fix spelling mistake of "outstanding"Colin Ian King