aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries1-1/+1
2023-09-20net: ethernet: xilinx: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2023-08-01net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter1-4/+8
2023-07-27net: Explicitly include correct DT includesRob Herring1-3/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-5/+4
2022-09-21net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian1-1/+0
2022-09-21net: ll_temac: move trailing statements to next linehuangjunxian1-3/+9
2022-09-21net: ll_temac: fix the missing spaces around '='huangjunxian1-11/+11
2022-09-21net: ll_temac: delete unnecessary else branchhuangjunxian1-7/+5
2022-09-21net: ll_temac: axienet: align with open parenthesishuangjunxian1-4/+3
2022-09-21net: ll_temac: Cleanup for function name in a stringHaoyue Xu1-4/+5
2022-09-21net: ll_temac: fix the format of block commentshuangjunxian1-2/+4
2022-09-21net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang1-10/+6
2022-04-06net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing1-1/+1
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang1-0/+2
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix1-1/+1
2022-02-17net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-2/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-4/+10
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-21net: ll_temac: Remove left-over debug messageEsben Haabendal1-3/+1
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5
2021-06-18net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal1-1/+1
2021-06-18net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal1-1/+13
2021-06-18net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal1-1/+5
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+4
2020-12-08net: ll_temac: Fix potential NULL dereference in temac_probe()Zhang Changzhong1-6/+3
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg1-13/+13
2020-07-30net: ll_temac: Use devm_platform_ioremap_resource_byname()Wang Hai1-4/+2
2020-04-30net: ll_temac: Fix return value check in temac_probe()Wei Yongjun1-4/+4
2020-03-17net: ll_temac: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+2
2020-02-29net: ll_temac: Add ethtool support for coalesce parametersEsben Haabendal1-20/+78
2020-02-29net: ll_temac: Make RX/TX ring sizes configurableEsben Haabendal1-26/+70
2020-02-29net: ll_temac: Remove unused start_p variableEsben Haabendal1-2/+1
2020-02-29net: ll_temac: Remove unused tx_bd_next struct fieldEsben Haabendal1-1/+0
2020-02-24net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal1-5/+53
2020-02-24net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal1-31/+81
2020-02-24net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal1-2/+24
2020-02-24net: ll_temac: Fix race condition causing TX hangEsben Haabendal1-3/+16
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-12/+1
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-12/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-23net: ll_temac: Fix compile errorEsben Haabendal1-2/+1
2019-05-23net: ll_temac: Enable multicast supportEsben Haabendal1-2/+1
2019-05-23net: ll_temac: Cleanup multicast filter on changeEsben Haabendal1-2/+5
2019-05-23net: ll_temac: Prepare indirect register access for multicast supportEsben Haabendal1-75/+165
2019-05-23net: ll_temac: Do not make promiscuous mode sticky on multicastEsben Haabendal1-7/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ll_temac: Improve error message on error IRQEsben Haabendal1-2/+8
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05net: ll_temac: Make some functions staticYueHaibing1-8/+8
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter1-2/+2
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal1-5/+10
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal1-12/+28
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal1-11/+25
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal1-39/+50
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal1-18/+69
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal1-3/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal1-62/+125
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal1-31/+17
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser1-5/+6
2016-11-15net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-07-14net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-14net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes1-21/+16
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-06-07net: ll_temac: Remove sparse warningsMichal Simek1-6/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek1-3/+1
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-31net: Xilinx: fix error return codeJulia Lawall1-0/+2
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-10-01net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-08-08ll_temac: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-06-22xilinx: Fix compiler warningManuel Schölling1-1/+1
2014-05-22xilinx: Use time_before_eq()Manuel Schölling1-1/+1
2014-03-12xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-0/+6
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring1-0/+1
2013-10-01ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-6/+6
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-4/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-8/+3
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-7/+3
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+2
2013-01-03ll_temac: fix mac address settingJiri Pirko1-14/+17
2012-12-03net/xilinx: remove __dev* attributesBill Pemberton1-4/+4
2012-07-10ll_temac: remove unnecessary setting of skb->devJon Mason1-1/+0
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-04-04ll_temac: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-20ll_temac: Fix build.David S. Miller1-1/+1
2012-02-17xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-1/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+2
2011-12-21net: ethernet: xilinx: Don't use NO_IRQ in xilinxMichal Simek1-1/+1
2011-12-04ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-11-09net/ll_temac: FIX : Wait for indirect wait to endRicardo Ribalda1-0/+1
2011-11-09net/temac: FIX segfault when process old irqsRicardo Ribalda1-1/+5
2011-11-08ll_temac: Add support for phy_mii_ioctlRicardo Ribalda1-0/+14
2011-11-02net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.cStephen Rothwell1-2/+2
2011-10-20ll_temac: Add support for ethtoolRicardo1-0/+27
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-10ll_temac: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-12xilinx/ll_temac: Move the Xilinx driversJeff Kirsher1-0/+1154