index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
skge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
net: skge: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-12
net: skge: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-40
/
+36
2020-03-14
net: skge: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-09-24
skge: fix checksum byte order
Stephen Hemminger
1
-1
/
+1
2019-08-10
skge: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-30
/
+9
2019-07-24
net: marvell: Use dev_get_drvdata where possible
Chuhong Yuan
1
-4
/
+2
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
1
-2
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195
Thomas Gleixner
1
-13
/
+1
2019-02-01
skge: potential memory corruption in skge_get_regs()
Dan Carpenter
1
-2
/
+4
2018-12-03
net: marvell: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+1
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2017-12-13
skge: remove redundunt free_irq under spinlock
Stephen Hemminger
1
-1
/
+0
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
1
-1
/
+1
2017-08-16
skge: add paren around sizeof arg
stephen hemminger
1
-1
/
+1
2017-04-18
skge: Adjust a null pointer check in skge_down()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Use seq_puts() in skge_debug_show()
Markus Elfring
1
-1
/
+1
2017-02-05
skge: use napi_complete_done()
Eric Dumazet
1
-5
/
+3
2017-01-17
net: marvell: skge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+37
2016-10-18
skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...
Zach Brown
1
-3
/
+3
2016-10-18
ethernet/marvell: use core min/max MTU checking
Jarod Wilson
1
-3
/
+4
2014-12-05
skge: Unmask interrupts in case of spurious interrupts
Lino Sanfilippo
1
-2
/
+1
2014-09-09
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
1
-3
/
+3
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-06-18
skge: Added FS A8NE-FM to the list of 32bit DMA boards
Mirko Lindner
1
-0
/
+7
2014-03-24
skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-2
/
+2
2013-10-21
net: skge: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-24
skge: fix invalid value passed to pci_unmap_sigle
Mikulas Patocka
1
-3
/
+6
2013-09-19
skge: fix broken driver
Mikulas Patocka
1
-2
/
+3
2013-08-13
skge: dma_sync the whole receive buffer
stephen hemminger
1
-2
/
+4
2013-08-04
skge: fix build on 32 bit
Stephen Hemminger
1
-7
/
+7
2013-08-04
skge: add dma_mapping check
stephen hemminger
1
-6
/
+42
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-1
/
+1
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-3
/
+2
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-1
/
+0
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
skge: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-11-03
drivers/net: use tasklet_kill in device remove/close process
Xiaotian Feng
1
-1
/
+1
2012-10-08
net: gro: selective flush of packets
Eric Dumazet
1
-1
/
+1
2012-10-08
skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard
Graham Gower
1
-0
/
+7
2012-10-07
drivers/net/ethernet/marvell/skge.c: fix error return code
Peter Senna Tschudin
1
-1
/
+3
2012-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-58
/
+13
2012-02-07
Revert "skge: check for PCI dma mapping errors"
stephen hemminger
1
-58
/
+13
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+1
2012-01-23
skge: add byte queue limit support
stephen hemminger
1
-13
/
+24
2012-01-22
skge: check for PCI dma mapping errors
stephen hemminger
1
-13
/
+58
[next]