aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/tlan.c
AgeCommit message (Expand)Author
2021-10-20ethernet: tlan: 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-07-09net: ti: fix UAF in tlan_remove_onePavel Skripkin
2020-10-31net: tlan: Replace in_irq() usageSebastian Andrzej Siewior
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-09net: tlan: Fix typo abitraryNaoki Hayama
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-12tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30tlan: use generic power managementVaibhav Gupta
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-05-01docs: networking: device drivers: convert ti/tlan.txt to ReSTMauro Carvalho Chehab
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-15ethernet: remove redundant memsetFuqian Huang
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2018-08-07net: tlan: Mark expected switch fall-throughGustavo A. R. Silva
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-18net/ti/tlan: Convert timers to use timer_setup()Kees Cook
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13tlan: avoid unused label with PCI=nArnd Bergmann
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-02-04tlan: msecs_to_jiffies convrsionNicholas Mc Guire
2015-02-04tlan: use msecs_to_jiffies for conversionNicholas Mc Guire
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-07tlan: Isolate external PHY when using internal PHYOndrej Zary
2014-07-07tlan: Enable device at resumeOndrej Zary
2014-07-07tlan: Don't disable internal PHY on cards that use it in 10 Mbps modeOndrej Zary
2014-07-07tlan: Add PHY reset timeoutOndrej Zary
2014-07-07tlan: Make autonegotiation fasterOndrej Zary
2014-07-07tlan: Don't scream if no linkOndrej Zary
2014-07-07tlan: Restart autonegotiation on link lossOndrej Zary
2014-07-07tlan: Fix MAC address byte order on OC-2325/OC-2326Ondrej Zary
2014-07-07tlan: Add ethtool supportOndrej Zary
2014-07-07tlan: Enable link monitoringOndrej Zary
2014-07-07tlan: Enable activity LED on Olicom OC-2325 and OC-2326Ondrej Zary
2013-10-23net: tlan: remove unnecessary pci_set_drvdata()Jingoo Han
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang
2013-05-20ThunderLAN: remove is_eisa flagRolf Eike Beer
2013-04-16tlan: cancel work at remove pathDevendra Naga
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03tlan: remove __dev* attributesBill Pemberton
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-25tlan: add cast needed for proper 64 bit operationBenjamin Poirier
2012-04-14net: Fix spelling typo in netMasanari Iida