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
/
amd
/
amd8111e.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-16
net: amd: Switch and case should be at the same indent
Guofeng Yue
1
-18
/
+17
2022-09-16
net: amd: Correct spelling errors
Guofeng Yue
1
-3
/
+3
2022-09-16
net: amd: Unified the comparison between pointers and NULL to the same writing
Guofeng Yue
1
-2
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-07-20
net: amd8111e: remove repeated dev->features assignement
Jian Shen
1
-3
/
+0
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2021-10-16
ethernet: amd: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-19
net: amd: remove leading spaces before tabs
Hui Tang
1
-2
/
+2
2021-03-31
net: amd8111e: fix inappropriate spaces
Yixing Liu
1
-185
/
+177
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-13
amd8111e: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-37
/
+44
2020-06-30
amd8111e: Mark PM functions as __maybe_unused
Nathan Chancellor
1
-2
/
+2
2020-06-23
amd8111e: Convert to generic power management
Vaibhav Gupta
1
-19
/
+11
2020-02-24
net/amd: Remove useless driver version
Leon Romanovsky
1
-4
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-14
/
+1
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-01-28
net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irq
Yang Wei
1
-1
/
+1
2019-01-24
net: amd8111e: clean up two minor indentation issues
Colin Ian King
1
-2
/
+2
2018-04-25
net: amd8111e: remove redundant duplicated if statement
Colin Ian King
1
-10
/
+6
2018-03-04
net: amd8111e: remove redundant assignment to 'tx_index'
Colin Ian King
1
-1
/
+1
2017-10-18
net: amd8111e: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-09-21
drivers: net: amd8111e: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-02-05
amd8111e: add GRO support
Eric Dumazet
1
-92
/
+72
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-09
net: amd8111e: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-3
/
+2
2016-09-12
ethernet: amd: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-2
/
+2
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-07-14
ethernet: amd: fix 'foo* bar'
Varka Bhadram
1
-36
/
+40
2014-07-14
ethernet: amd: fix pci device ids
Varka Bhadram
1
-9
/
+11
2014-07-14
ethernet: amd: fix comment styles
Varka Bhadram
1
-95
/
+86
2014-07-14
ethernet: amd: dynamic debug fixes
Varka Bhadram
1
-32
/
+26
2014-07-14
ethernet: amd: use devm_ioremap()
Varka Bhadram
1
-5
/
+2
2014-07-14
ethernet: amd: move amd111e_remove_one after probe
Varka Bhadram
1
-12
/
+13
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-14
amd8111e: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-06
ethernet: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+1
2013-10-18
net: amd8111e: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-06-19
amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)
Yijing Wang
1
-3
/
+3
2013-05-22
net/ethernet/amd/amd8111e: Use module_pci_driver to register driver
Peter Hüwe
1
-12
/
+1
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-2
/
+2
2012-12-03
net/amd: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-10-07
drivers/net/ethernet/amd/amd8111e.c: fix error return code
Peter Senna Tschudin
1
-0
/
+2
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
[next]