aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/adaptec/starfire.c
AgeCommit message (Expand)Author
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-10-16ethernet: adaptec: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2020-08-24starfire: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-01starfire: use generic power managementVaibhav Gupta
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky
2020-02-24net/adaptec: Clean driver versionsLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-02-14net: adaptec: starfire: replace dev_kfree_skb_irq by dev_consume_skb_irq for ...Yang Wei
2018-07-26net: adaptec: Replace mdelay() with msleep() in starfire_init_one()Jia-Ju Bai
2017-01-29net: adaptec: starfire: add checks for dma mapping errorsAlexey Khoroshilov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-09net: adaptec: starfire: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-12starfire: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2013-10-18net: starfire: remove unnecessary pci_set_drvdata()Jingoo Han
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03starfire: remove __dev* attributesBill Pemberton
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen
2012-04-07starfire: remove deprecated options.Francois Romieu
2012-04-07starfire: stop using net_device.{base_addr, irq}.Francois Romieu
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-09-22starfire: convert to SKB paged frag API.Ian Campbell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-12starfire: Move the Adaptec driverJeff Kirsher