summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: txgbe: fix eeprom calculation errorJiawen Wu2023-07-121-3/+0
* net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen2023-07-121-0/+3
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-07-123-19/+33
|\
| * igc: Fix inserting of empty frame for launchtimeFlorian Kauer2023-07-101-1/+1
| * igc: Fix launchtime before start of cycleFlorian Kauer2023-07-101-1/+1
| * igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer2023-07-101-2/+22
| * igc: Handle already enabled taprio offload for basetime 0Florian Kauer2023-07-101-1/+1
| * igc: Do not enable taprio offload for invalid argumentsFlorian Kauer2023-07-101-12/+6
| * igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer2023-07-103-5/+5
* | octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2023-07-112-0/+23
* | net: fec: use netdev_err_once() instead of netdev_err()Wei Fang2023-07-111-1/+1
* | net: fec: increase the size of tx ring and update tx_wake_thresholdWei Fang2023-07-112-3/+2
* | net: fec: recycle pages for transmitted XDP framesWei Fang2023-07-112-48/+115
* | net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDPWei Fang2023-07-111-4/+9
|/
* gve: unify driver name usageJunfeng Guo2023-07-103-6/+8
* net: lan743x: select FIXED_PHYSimon Horman2023-07-091-1/+1
* net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki2023-07-081-2/+2
* ionic: remove dead device fail pathShannon Nelson2023-07-071-6/+0
* ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad2023-07-071-5/+0
* octeontx2-af: Move validation of ptp pointer before its usageSai Krishna2023-07-072-11/+10
* octeontx2-af: Promisc enable/disable through mboxRatheesh Kannoth2023-07-072-11/+23
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-07-075-32/+118
|\
| * igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran2023-07-051-3/+22
| * igc: Include the length/type field and VLAN tag in queueMaxSDUTan Tee Min2023-07-051-11/+4
| * igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya2023-07-051-0/+2
| * igc: Fix TX Hang issue when QBV Gate is closedMuhammad Husaini Zulkifli2023-07-053-18/+87
| * igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli2023-07-051-1/+0
| * igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli2023-07-053-0/+4
* | gve: Set default duplex configuration to fullJunfeng Guo2023-07-061-0/+3
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-07-063-19/+27
|\ \
| * | ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala2023-07-053-11/+19
| * | ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala2023-07-051-8/+8
| |/
* | Merge tag 'mlx5-fixes-2023-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-0610-42/+61
|\ \
| * | net/mlx5e: RX, Fix page_pool page fragment tracking for XDPDragos Tatulea2023-07-052-22/+13
| * | net/mlx5: Query hca_cap_2 only when supportedMaher Sanalla2023-07-051-0/+3
| * | net/mlx5e: TC, CT: Offload ct clear only onceYevgeny Kliteynik2023-07-052-3/+12
| * | net/mlx5e: Check for NOT_READY flag state after lockingVlad Buslov2023-07-051-3/+3
| * | net/mlx5: Register a unique thermal zone per deviceSaeed Mahameed2023-07-051-7/+12
| * | net/mlx5e: RX, Fix flush and close release flow of regular rq for legacy rqDragos Tatulea2023-07-051-2/+10
| * | net/mlx5e: fix memory leak in mlx5e_ptp_openZhengchao Shao2023-07-051-2/+4
| * | net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_createZhengchao Shao2023-07-051-3/+3
| * | net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao2023-07-051-0/+1
| |/
* | net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean2023-07-061-2/+5
* | net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2023-07-062-6/+2
* | net: mvneta: fix txq_map in case of txq_number==1Klaus Kudielka2023-07-061-2/+2
* | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-0517-43/+178
|\ \
| * | nfp: clean mc addresses in application firmware when closing portYinjun Zhang2023-07-051-0/+5
| |/
| * octeontx-af: fix hardware timestamp configurationHariprasad Kelam2023-07-041-1/+1
| * mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter2023-07-041-2/+2
| * octeontx2-af: Reset MAC features in FLRHariprasad Kelam2023-07-028-6/+77