summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/tlan.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: ti: fix UAF in tlan_remove_onePavel Skripkin2021-07-091-2/+1
* net: tlan: Replace in_irq() usageSebastian Andrzej Siewior2020-10-311-41/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+1
|\
| * net: tlan: Fix typo abitraryNaoki Hayama2020-10-091-1/+1
* | drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-3/+1
* | tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-121-33/+28
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* tlan: use generic power managementVaibhav Gupta2020-07-301-25/+6
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-1/+1
* docs: networking: device drivers: convert ti/tlan.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-3/+3
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0
* net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-1/+3
* net: tlan: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-3/+3
* net/ti/tlan: Convert timers to use timer_setup()Kees Cook2017-10-181-19/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-141-1/+1
|\
| * tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: tlan: don't set unused function argumentArnd Bergmann2016-06-161-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* tlan: msecs_to_jiffies convrsionNicholas Mc Guire2015-02-041-1/+1
* tlan: use msecs_to_jiffies for conversionNicholas Mc Guire2015-02-041-6/+6
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* tlan: Isolate external PHY when using internal PHYOndrej Zary2014-07-071-3/+4
* tlan: Enable device at resumeOndrej Zary2014-07-071-1/+3
* tlan: Don't disable internal PHY on cards that use it in 10 Mbps modeOndrej Zary2014-07-071-5/+3
* tlan: Add PHY reset timeoutOndrej Zary2014-07-071-2/+7
* tlan: Make autonegotiation fasterOndrej Zary2014-07-071-1/+1
* tlan: Don't scream if no linkOndrej Zary2014-07-071-9/+0
* tlan: Restart autonegotiation on link lossOndrej Zary2014-07-071-0/+16
* tlan: Fix MAC address byte order on OC-2325/OC-2326Ondrej Zary2014-07-071-2/+9
* tlan: Add ethtool supportOndrej Zary2014-07-071-0/+37
* tlan: Enable link monitoringOndrej Zary2014-07-071-67/+48
* tlan: Enable activity LED on Olicom OC-2325 and OC-2326Ondrej Zary2014-07-071-2/+4
* net: tlan: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-1/+1
* ThunderLAN: remove is_eisa flagRolf Eike Beer2013-05-201-1/+0
* tlan: cancel work at remove pathDevendra Naga2013-04-161-0/+1
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2
* tlan: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-1/+1
|\
| * tlan: add cast needed for proper 64 bit operationBenjamin Poirier2012-04-251-1/+1