summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-07-13net: txgbe: fix eeprom calculation errorJiawen Wu1-3/+0
2023-07-13net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen1-0/+3
2023-07-12Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-19/+33
2023-07-11octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2-0/+23
2023-07-11net: fec: use netdev_err_once() instead of netdev_err()Wei Fang1-1/+1
2023-07-11net: fec: increase the size of tx ring and update tx_wake_thresholdWei Fang2-3/+2
2023-07-11net: fec: recycle pages for transmitted XDP framesWei Fang2-48/+115
2023-07-11net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDPWei Fang1-4/+9
2023-07-10igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-10igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-10igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer1-2/+22
2023-07-10igc: Handle already enabled taprio offload for basetime 0Florian Kauer1-1/+1
2023-07-10igc: Do not enable taprio offload for invalid argumentsFlorian Kauer1-12/+6
2023-07-10igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer3-5/+5
2023-07-10gve: unify driver name usageJunfeng Guo3-6/+8
2023-07-09net: lan743x: select FIXED_PHYSimon Horman1-1/+1
2023-07-08net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-07-07ionic: remove dead device fail pathShannon Nelson1-6/+0
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-07-07octeontx2-af: Move validation of ptp pointer before its usageSai Krishna2-11/+10
2023-07-07octeontx2-af: Promisc enable/disable through mboxRatheesh Kannoth2-11/+23
2023-07-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-32/+118
2023-07-07gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-07-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-19/+27
2023-07-07Merge tag 'mlx5-fixes-2023-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski10-42/+61
2023-07-07net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean1-2/+5
2023-07-07net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2-6/+2
2023-07-06net: mvneta: fix txq_map in case of txq_number==1Klaus Kudielka1-2/+2
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds17-43/+178
2023-07-05igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran1-3/+22
2023-07-05igc: Include the length/type field and VLAN tag in queueMaxSDUTan Tee Min1-11/+4
2023-07-05igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-07-05nfp: clean mc addresses in application firmware when closing portYinjun Zhang1-0/+5
2023-07-05net/mlx5e: RX, Fix page_pool page fragment tracking for XDPDragos Tatulea2-22/+13
2023-07-05net/mlx5: Query hca_cap_2 only when supportedMaher Sanalla1-0/+3
2023-07-05net/mlx5e: TC, CT: Offload ct clear only onceYevgeny Kliteynik2-3/+12
2023-07-05net/mlx5e: Check for NOT_READY flag state after lockingVlad Buslov1-3/+3
2023-07-05net/mlx5: Register a unique thermal zone per deviceSaeed Mahameed1-7/+12
2023-07-05net/mlx5e: RX, Fix flush and close release flow of regular rq for legacy rqDragos Tatulea1-2/+10
2023-07-05net/mlx5e: fix memory leak in mlx5e_ptp_openZhengchao Shao1-2/+4
2023-07-05net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_createZhengchao Shao1-3/+3
2023-07-05net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao1-0/+1
2023-07-05igc: Fix TX Hang issue when QBV Gate is closedMuhammad Husaini Zulkifli3-18/+87
2023-07-05igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-05igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli3-0/+4
2023-07-05ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala3-11/+19
2023-07-05ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala1-8/+8
2023-07-04octeontx-af: fix hardware timestamp configurationHariprasad Kelam1-1/+1
2023-07-04mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2023-07-02octeontx2-af: Reset MAC features in FLRHariprasad Kelam8-6/+77