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
/
pcnet32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-16
ethernet: amd: use eth_hw_addr_set()
Jakub Kicinski
1
-4
/
+9
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-7
/
+0
2021-04-26
pcnet32: Remove redundant variable prev_link and curr_link
Jiapeng Chong
1
-2
/
+1
2021-04-06
pcnet32: Use pci_resource_len to validate PCI resource
Guenter Roeck
1
-2
/
+3
2020-07-13
pcnet32: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-97
/
+84
2020-06-30
pcnet32: Mark PM functions as __maybe_unused
Nathan Chancellor
1
-2
/
+2
2020-06-23
pcnet32: Convert to generic power management
Vaibhav Gupta
1
-11
/
+11
2020-02-24
net/amd: Remove useless driver version
Leon Romanovsky
1
-7
/
+0
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-2
/
+2
2018-07-27
net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()
Jia-Ju Bai
1
-4
/
+4
2018-05-22
pcnet32: add an error handling path in pcnet32_probe_pci()
Bo Chen
1
-3
/
+7
2017-10-28
drivers/net: amd: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
2017-09-21
drivers: net: pcnet32: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
1
-4
/
+1
2017-02-14
pcnet32: fix BNC/AUI port on AM79C970A
Ondrej Zary
1
-52
/
+125
2017-02-14
pcnet32: factor out pcnet32_clr_suspend()
Ondrej Zary
1
-11
/
+10
2017-02-05
pcnet32: use napi_complete_done()
Eric Dumazet
1
-8
/
+3
2016-11-09
net: amd: pcnet32: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-2
/
+2
2015-11-20
various: fix pci_set_dma_mask return value checking
Christoph Hellwig
1
-2
/
+3
2015-11-10
pcnet32: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig
1
-1
/
+1
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+29
2015-03-20
net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}
Markos Chandras
1
-2
/
+29
2015-03-03
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-01-19
mii: Handle link state changes for forced modes in mii_check_media()
Ben Hutchings
1
-1
/
+1
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-08
drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages
Joe Perches
1
-25
/
+18
2014-08-08
amd: use pci_zalloc_consistent
Joe Perches
1
-10
/
+8
2014-03-24
pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-02-19
pcnet32: add missing check for pci_dma_mapping_error
Don Fry
1
-27
/
+81
2014-02-19
pcnet32: fix reallocation error
Don Fry
1
-9
/
+9
2013-12-26
net: pcnet: slight optimization of addr compare
dingtianhong
1
-1
/
+1
2013-10-18
net: pcnet32: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-08-02
ethernet: Convert mac address uses of 6 to ETH_ALEN
Joe Perches
1
-3
/
+3
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-1
/
+0
2013-02-08
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-32
/
+15
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-2
/
+1
2012-12-03
pcnet32: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-7
/
+7
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-2
/
+0
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
1
-4
/
+6
2011-09-16
pcnet32: constify function table
stephen hemminger
1
-101
/
+101
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
[next]