aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski4-0/+290
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski4-0/+39
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski3-5/+20
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski1-14/+43
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski3-4/+16
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski1-1/+1
2024-09-06ice: create port representor for SFMichal Swiatkowski6-4/+113
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski1-1/+85
2024-09-06ice: base subfunction aux driverPiotr Raczynski7-1/+215
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski3-0/+47
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski1-2/+3
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski7-2/+341
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski4-29/+35
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski6-6/+35
2024-09-06bnx2x: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06cxgb4: Remove setting of RX software timestampGal Pressman1-8/+3
2024-09-06ixgbe: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06igc: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06igb: Remove setting of RX software timestampGal Pressman1-7/+1
2024-09-06ice: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-06i40e: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06net: netcp: Remove setting of RX software timestampGal Pressman1-6/+1
2024-09-06net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-06net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestampGal Pressman1-6/+1
2024-09-06net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-06mlxsw: spectrum: Remove setting of RX software timestampGal Pressman2-20/+6
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman1-7/+4
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman1-7/+4
2024-09-06lan743x: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2-0/+20
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-05rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-05rtase: Implement net_device_opsJustin Lai1-0/+235
2024-09-05rtase: Implement a function to receive packetsJustin Lai1-0/+144
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai1-0/+283
2024-09-05rtase: Implement hardware configuration functionJustin Lai1-0/+238
2024-09-05rtase: Implement the interrupt routine and rtase_pollJustin Lai1-0/+69
2024-09-05rtase: Implement the rtase_down functionJustin Lai1-0/+150
2024-09-05rtase: Implement the .ndo_open functionJustin Lai1-0/+405
2024-09-05rtase: Add support for a pci table in this moduleJustin Lai2-0/+978
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-215/+199
2024-09-05net: stmmac: Batch set RX OWN flag and other flagsTan En De2-4/+8
2024-09-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-161/+106
2024-09-04net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-09-04net: xilinx: axienet: Fix race in axienet_stopSean Anderson2-0/+11
2024-09-04pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
2024-09-04ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao1-1/+1
2024-09-04net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta2-16/+18