index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amd
/
amd8111e.c
Age
Commit message (
Expand
)
Author
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-13
amd8111e: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-06-30
amd8111e: Mark PM functions as __maybe_unused
Nathan Chancellor
2020-06-23
amd8111e: Convert to generic power management
Vaibhav Gupta
2020-02-24
net/amd: Remove useless driver version
Leon Romanovsky
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-28
net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irq
Yang Wei
2019-01-24
net: amd8111e: clean up two minor indentation issues
Colin Ian King
2018-04-25
net: amd8111e: remove redundant duplicated if statement
Colin Ian King
2018-03-04
net: amd8111e: remove redundant assignment to 'tx_index'
Colin Ian King
2017-10-18
net: amd8111e: Convert timers to use timer_setup()
Kees Cook
2017-09-21
drivers: net: amd8111e: use setup_timer() helper.
Allen Pais
2017-02-05
amd8111e: add GRO support
Eric Dumazet
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-09
net: amd8111e: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
2016-09-12
ethernet: amd: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2014-07-14
ethernet: amd: fix 'foo* bar'
Varka Bhadram
2014-07-14
ethernet: amd: fix pci device ids
Varka Bhadram
2014-07-14
ethernet: amd: fix comment styles
Varka Bhadram
2014-07-14
ethernet: amd: dynamic debug fixes
Varka Bhadram
2014-07-14
ethernet: amd: use devm_ioremap()
Varka Bhadram
2014-07-14
ethernet: amd: move amd111e_remove_one after probe
Varka Bhadram
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-03-14
amd8111e: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-06
ethernet: Fix FSF address in file headers
Jeff Kirsher
2013-10-18
net: amd8111e: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-06-19
amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)
Yijing Wang
2013-05-22
net/ethernet/amd/amd8111e: Use module_pci_driver to register driver
Peter Hüwe
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2012-12-03
net/amd: remove __dev* attributes
Bill Pemberton
2012-10-07
drivers/net/ethernet/amd/amd8111e.c: fix error return code
Peter Senna Tschudin
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2011-11-16
amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN
Joe Perches
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-10
amd: Move AMD (Lance) chipset drivers
Jeff Kirsher