summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dec/tulip/uli526x.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-04net/dec: Delete driver versionsLeon Romanovsky1-13/+0
2019-12-10net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2017-10-18net: tulip: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: uli526x: use setup_timer() helper.Allen Pais1-3/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-01-03net: dec: uli526x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+24
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-06-04drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm1-1/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-12-10uli526x: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-03-25uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2014-01-04net: tulip: delete useless tests on netdev_privJulia Lawall1-6/+0
2013-10-22net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2012-12-03tulip: remove __dev* attributesBill Pemberton1-6/+6
2012-04-07uli526x: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu1-195/+202
2012-04-07uli526x: fix regions leak in driver probe error path.Francois Romieu1-28/+20
2012-02-09netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-9/+12
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+4
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher1-0/+1850