index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
skge.c
Age
Commit message (
Expand
)
Author
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-19
ethernet: sky2/skge: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-03-29
net: marvell: Fix an alignment problem
Yangyang Li
2021-03-29
net: marvell: Delete extra spaces
Yangyang Li
2021-03-29
net: marvell: Delete duplicate word in comments
Yangyang Li
2020-09-14
net: skge: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-12
net: skge: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-03-14
net: skge: reject unsupported coalescing params
Jakub Kicinski
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-09-24
skge: fix checksum byte order
Stephen Hemminger
2019-08-10
skge: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-07-24
net: marvell: Use dev_get_drvdata where possible
Chuhong Yuan
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195
Thomas Gleixner
2019-02-01
skge: potential memory corruption in skge_get_regs()
Dan Carpenter
2018-12-03
net: marvell: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
2017-12-13
skge: remove redundunt free_irq under spinlock
Stephen Hemminger
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-08-16
skge: add paren around sizeof arg
stephen hemminger
2017-04-18
skge: Adjust a null pointer check in skge_down()
Markus Elfring
2017-04-18
skge: Use seq_puts() in skge_debug_show()
Markus Elfring
2017-02-05
skge: use napi_complete_done()
Eric Dumazet
2017-01-17
net: marvell: skge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-10-18
skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...
Zach Brown
2016-10-18
ethernet/marvell: use core min/max MTU checking
Jarod Wilson
2014-12-05
skge: Unmask interrupts in case of spurious interrupts
Lino Sanfilippo
2014-09-09
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-06-18
skge: Added FS A8NE-FM to the list of 32bit DMA boards
Mirko Lindner
2014-03-24
skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2013-10-21
net: skge: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-09-24
skge: fix invalid value passed to pci_unmap_sigle
Mikulas Patocka
2013-09-19
skge: fix broken driver
Mikulas Patocka
2013-08-13
skge: dma_sync the whole receive buffer
stephen hemminger
2013-08-04
skge: fix build on 32 bit
Stephen Hemminger
2013-08-04
skge: add dma_mapping check
stephen hemminger
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
[next]