aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/tlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2021-10-20ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski1-4/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-09net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2020-10-31net: tlan: Replace in_irq() usageSebastian Andrzej Siewior1-41/+57
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-10-09net: tlan: Fix typo abitraryNaoki Hayama1-1/+1
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-3/+1
2020-09-12tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+28
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-30tlan: use generic power managementVaibhav Gupta1-25/+6
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-1/+1
2020-05-01docs: networking: device drivers: convert ti/tlan.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-3/+3
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-1/+3
2018-08-07net: tlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-10-18net/ti/tlan: Convert timers to use timer_setup()Kees Cook1-19/+13
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-13tlan: avoid unused label with PCI=nArnd Bergmann1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-02-04tlan: msecs_to_jiffies convrsionNicholas Mc Guire1-1/+1
2015-02-04tlan: use msecs_to_jiffies for conversionNicholas Mc Guire1-6/+6
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-07tlan: Isolate external PHY when using internal PHYOndrej Zary1-3/+4
2014-07-07tlan: Enable device at resumeOndrej Zary1-1/+3
2014-07-07tlan: Don't disable internal PHY on cards that use it in 10 Mbps modeOndrej Zary1-5/+3
2014-07-07tlan: Add PHY reset timeoutOndrej Zary1-2/+7
2014-07-07tlan: Make autonegotiation fasterOndrej Zary1-1/+1
2014-07-07tlan: Don't scream if no linkOndrej Zary1-9/+0
2014-07-07tlan: Restart autonegotiation on link lossOndrej Zary1-0/+16
2014-07-07tlan: Fix MAC address byte order on OC-2325/OC-2326Ondrej Zary1-2/+9
2014-07-07tlan: Add ethtool supportOndrej Zary1-0/+37
2014-07-07tlan: Enable link monitoringOndrej Zary1-67/+48
2014-07-07tlan: Enable activity LED on Olicom OC-2325 and OC-2326Ondrej Zary1-2/+4
2013-10-23net: tlan: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-05-20ThunderLAN: remove is_eisa flagRolf Eike Beer1-1/+0
2013-04-16tlan: cancel work at remove pathDevendra Naga1-0/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+2
2012-12-03tlan: remove __dev* attributesBill Pemberton1-4/+4
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-25tlan: add cast needed for proper 64 bit operationBenjamin Poirier1-1/+1