summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-1/+1
|\
| * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* | net: axienet: set mdio clock according to bus-frequencyAndy Chiu2022-11-211-21/+49
* | net: axienet: Unexport and remove unused mdio functionsAndy Chiu2022-11-212-14/+1
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu2022-11-071-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+1
|\|
| * net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian2022-09-213-4/+3
* net: ll_temac: move trailing statements to next linehuangjunxian2022-09-211-3/+9
* net: ll_temac: fix the missing spaces around '='huangjunxian2022-09-211-11/+11
* net: ll_temac: delete unnecessary else branchhuangjunxian2022-09-211-7/+5
* net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-213-6/+5
* net: ll_temac: Cleanup for function name in a stringHaoyue Xu2022-09-211-4/+5
* net: ll_temac: fix the format of block commentshuangjunxian2022-09-213-90/+103
* net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-10/+6
* net: axienet: Switch to 64-bit RX/TX statisticsRobert Hancock2022-08-312-4/+45
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* net: axienet: Modify function descriptionDeming Wang2022-06-271-1/+1
* net: axienet: add missing error return code in axienet_probe()Yang Yingliang2022-06-161-0/+1
* xilinx: Fix build on x86.David S. Miller2022-06-131-4/+4
* net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu2022-06-131-3/+18
* net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu2022-06-132-24/+40
* net: axienet: Use NAPI for TX completion pathRobert Hancock2022-05-132-85/+111
* net: axienet: Be more careful about updating tx_bd_tailRobert Hancock2022-05-131-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-18/+12
|\
| * net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-031-3/+12
| * net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-031-15/+0
* | net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham2022-04-151-16/+2
* | net: emaclite: Update copyright text to correct formatMichal Simek2022-04-151-1/+1
* | net: emaclite: Fix coding styleRadhey Shyam Pandey2022-04-151-20/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-072-17/+18
|\|
| * net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
| * net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
| * net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
* | net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing2022-04-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+3
|\
| * ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-081-1/+3
* | net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock2022-03-091-1/+1
* | net: axienet: add coalesce timer ethtool configurationRobert Hancock2022-03-052-14/+47
* | net: axienet: reduce default RX interrupt threshold to 1Robert Hancock2022-03-051-1/+1
* | net: axienet: implement NAPI and GRO receiveRobert Hancock2022-03-052-28/+59
* | net: axienet: don't set IRQ timer when IRQ delay not usedRobert Hancock2022-03-051-4/+14
* | net: axienet: Clean up DMA start/stop and error handlingRobert Hancock2022-03-051-175/+105
* | net: axienet: Clean up device used for DMA callsRobert Hancock2022-03-051-16/+16
* | net: axienet: fix RX ring refill allocation failure handlingRobert Hancock2022-03-051-30/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+2
|\|
| * net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang2022-02-181-0/+2