aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/xilinx (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+3
2025-05-27net: xilinx: axienet: Fix Tx skb circular buffer occupancy check in dmaengine xmitSuraj Gupta1-3/+3
2025-04-21net: axienet: Fix spelling mistake "archecture" -> "architecture"Colin Ian King1-1/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-02-20net: axienet: Set mac_managed_pmNick Hu1-0/+1
2025-02-18net: xilinx: axienet: Implement BQLSean Anderson1-0/+4
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-1/+0
2025-02-10net: xilinx: axienet: Enable adaptive IRQ coalescing with DIMSean Anderson3-9/+82
2025-02-10net: xilinx: axienet: Get coalesce parameters from driver stateSean Anderson2-31/+47
2025-02-10net: xilinx: axienet: Support adjusting coalesce settings while runningSean Anderson2-23/+119
2025-02-10net: xilinx: axienet: Combine CR calculationSean Anderson2-33/+34
2025-01-18net: xilinx: axienet: Report an error for bad coalesce settingsSean Anderson1-8/+19
2025-01-18net: xilinx: axienet: Add some symbolic constants for IRQ delay timerSean Anderson2-5/+5
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)1-1/+1
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-0/+1
2025-01-14net: xilinx: axienet: Fix IRQ coalescing packet count overflowSean Anderson1-0/+6
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-11-03net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine startsSuraj Gupta1-2/+2
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2024-10-15net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai1-0/+2
2024-10-11net: emaclite: Adopt clock supportAbin Joseph1-0/+7
2024-10-11net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph1-10/+4
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-09-19net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-09-19net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-09-10net: xilinx: axienet: Relax partial rx checksum checksSean Anderson1-3/+1
2024-09-10net: xilinx: axienet: Set RXCSUM in featuresSean Anderson1-0/+2
2024-09-10net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksummingSean Anderson1-2/+2
2024-09-10net: xilinx: axienet: Remove unused checksum variablesSean Anderson2-17/+0
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+11
2024-09-04net: xilinx: axienet: Fix race in axienet_stopSean Anderson2-0/+11
2024-08-26net: xilinx: axienet: Support IFF_ALLMULTISean Anderson2-14/+22
2024-08-26net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flagsSean Anderson1-5/+0
2024-08-26net: xilinx: axienet: Don't print if we go into promiscuous modeSean Anderson1-2/+0
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+14
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2-12/+10
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson1-0/+4
2024-08-21net: xilinx: axienet: Add statistics supportSean Anderson2-3/+407
2024-08-21net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson1-1/+1
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2024-08-12net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey1-8/+8
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey1-2/+1
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey1-4/+0
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey1-0/+2
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao1-14/+14
2024-08-01net: Use of_property_read_bool()Rob Herring (Arm)1-1/+1
2024-07-29net: axienet: start napi before enabling Rx/TxAndy Chiu1-1/+1
2024-06-22net: xilinx: axienet: Enable multicast by defaultSean Anderson1-1/+0
2024-06-12net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_errSean Anderson1-3/+3