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