summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/sunhme.c
AgeCommit message (Expand)Author
2022-09-26sunhme: switch to devresRolf Eike Beer
2022-09-26sunhme: Regularize probe errorsSean Anderson
2022-09-26sunhme: Return an ERR_PTR from quattro_pci_findSean Anderson
2022-09-26sunhme: forward the error code from pci_enable_device()Rolf Eike Beer
2022-09-26sunhme: Remove versionSean Anderson
2022-09-26sunhme: remove unused tx_dump_ring()Rolf Eike Beer
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-13net: sunhme: output link status with a single print.Nick Bowler
2022-03-07ethernet: sun: Free the coherent when failing in probingZheyu Ma
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-23net: sunhme: Remove unused macrosChristophe JAILLET
2021-05-19net: sun: remove leading spaces before tabsHui Tang
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook
2017-04-30net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King
2017-04-07net: sunhme: Use net_device_stats from struct net_deviceTobias Klauser
2017-03-08net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-01sunhme: Add DMA mapping error checks.David S. Miller
2014-10-20net: ethernet: sun: drop owner assignment from platform_driversWolfram Sang
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2013-10-22net: sunhme: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-03net: sunhme: use pci_{get,set}_drvdata()Jingoo Han
2013-09-03net: sunhme: use platform_{get,set}_drvdata()Jingoo Han
2013-08-21net: sunhme: remove unnecessary dev_set_drvdata()Libo Chen
2013-08-20net: sunhme: use platform_{get,set}_drvdata()Libo Chen
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/sun: remove __dev* attributesBill Pemberton
2012-07-10sunhme: remove unnecessary setting of skb->devJon Mason
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-07sunhme: stop using net_device.{base_addr, irq}.Francois Romieu
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2011-12-19sunhme/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-11-08sunhme: Allow usage on SBI based SBus systemsoftedal