summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: Convert comma to semicolonChen Ni2024-09-071-2/+2
* net: atlantic: convert comma to semicolonChen Ni2024-09-071-2/+2
* bnx2x: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* cxgb4: Remove setting of RX software timestampGal Pressman2024-09-061-8/+3
* ixgbe: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* igc: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* igb: Remove setting of RX software timestampGal Pressman2024-09-061-7/+1
* ice: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* i40e: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* net: netcp: Remove setting of RX software timestampGal Pressman2024-09-061-6/+1
* net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestampGal Pressman2024-09-061-6/+1
* net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* mlxsw: spectrum: Remove setting of RX software timestampGal Pressman2024-09-062-20/+6
* net: sparx5: Remove setting of RX software timestampGal Pressman2024-09-061-7/+4
* net: lan966x: Remove setting of RX software timestampGal Pressman2024-09-061-7/+4
* lan743x: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2024-09-062-0/+20
* rtase: Add a Makefile in the rtase folderJustin Lai2024-09-061-0/+10
* rtase: Implement ethtool functionJustin Lai2024-09-061-0/+74
* rtase: Implement pci_driver suspend and resume functionJustin Lai2024-09-061-0/+51
* rtase: Implement net_device_opsJustin Lai2024-09-061-0/+235
* rtase: Implement a function to receive packetsJustin Lai2024-09-061-0/+144
* rtase: Implement .ndo_start_xmit functionJustin Lai2024-09-061-0/+283
* rtase: Implement hardware configuration functionJustin Lai2024-09-061-0/+238
* rtase: Implement the interrupt routine and rtase_pollJustin Lai2024-09-061-0/+69
* rtase: Implement the rtase_down functionJustin Lai2024-09-061-0/+150
* rtase: Implement the .ndo_open functionJustin Lai2024-09-061-0/+405
* rtase: Add support for a pci table in this moduleJustin Lai2024-09-062-0/+978
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-0613-215/+199
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-09-056-161/+106
| |\
| | * ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba2024-09-031-2/+5
| | * ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba2024-09-031-9/+0
| | * ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba2024-09-031-6/+6
| | * ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba2024-09-033-7/+7
| | * ice: protect XDP configuration with a mutexLarysa Zaremba2024-09-034-19/+39
| | * ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba2024-09-034-118/+49
| * | net: xilinx: axienet: Fix race in axienet_stopSean Anderson2024-09-052-0/+11
| * | net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti2024-09-041-9/+13
| |/
| * net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECTRoger Quadros2024-09-031-4/+13
| * net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TXRoger Quadros2024-09-031-1/+2
| * net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECTRoger Quadros2024-09-031-28/+34
| * igc: Unlock on error in igc_io_resume()Dan Carpenter2024-09-021-0/+1
| * net: microchip: vcap: Fix use-after-free error in kunit testJens Emil Schulz Østergaard2024-09-021-12/+2
| * ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski2024-08-291-0/+7
| * igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li2024-08-291-0/+10
* | net: stmmac: Batch set RX OWN flag and other flagsTan En De2024-09-052-4/+8
* | net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson2024-09-051-0/+2
* | pds_core: Remove redundant null pointer checksLi Zetao2024-09-051-4/+4
* | ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao2024-09-051-1/+1