summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/pcnet32.c
AgeCommit message (Expand)Author
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-16ethernet: amd: use eth_hw_addr_set()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong
2021-04-06pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck
2020-07-13pcnet32: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-30pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor
2020-06-23pcnet32: Convert to generic power managementVaibhav Gupta
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2018-07-27net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()Jia-Ju Bai
2018-05-22pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: pcnet32: use setup_timer() helper.Allen Pais
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-02-14pcnet32: fix BNC/AUI port on AM79C970AOndrej Zary
2017-02-14pcnet32: factor out pcnet32_clr_suspend()Ondrej Zary
2017-02-05pcnet32: use napi_complete_done()Eric Dumazet
2016-11-09net: amd: pcnet32: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig
2015-11-10pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messagesJoe Perches
2014-08-08amd: use pci_zalloc_consistentJoe Perches
2014-03-24pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-02-19pcnet32: add missing check for pci_dma_mapping_errorDon Fry
2014-02-19pcnet32: fix reallocation errorDon Fry
2013-12-26net: pcnet: slight optimization of addr comparedingtianhong
2013-10-18net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-03pcnet32: remove __dev* attributesBill Pemberton
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-09-16pcnet32: constify function tablestephen hemminger