summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu2024-04-053-0/+56
* net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-053-2/+7
* net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-053-0/+3
* net: xgbe: remove extraneous #ifdef checksArnd Bergmann2024-04-051-8/+0
* 3c515: remove unused 'mtu' variableArnd Bergmann2024-04-051-3/+0
* net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-053-24/+12
* net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu2024-04-051-2/+34
* net/mlx5e: Extract checking of FEC support for a link modeCosmin Ratiu2024-04-051-5/+11
* bnxt_en: Fix PTP firmware timeout parameterMichael Chan2024-04-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0428-190/+428
|\
| * Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0427-189/+427
| |\
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-044-18/+16
| | |\
| | | * idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
| | | * ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
| | | * ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
| | * | net: ravb: Always update error countersPaul Barker2024-04-041-8/+9
| | * | net: ravb: Always process TX descriptor ringPaul Barker2024-04-041-2/+5
| | * | Revert "tg3: Remove residual error handling in tg3_suspend"Paolo Abeni2024-04-041-4/+26
| | * | tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
| | * | net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang2024-04-031-1/+1
| | * | net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-032-16/+62
| | * | net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen2024-04-031-3/+5
| | * | net: fec: Set mac_managed_pm during probeWei Fang2024-04-031-2/+9
| | |/
| | * net: bcmgenet: Reset RBUF on first openPhil Elwell2024-04-031-4/+12
| | * octeontx2-af: Add array index checkAleksandr Mishin2024-04-031-0/+2
| | * r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-021-0/+9
| | * i40e: Fix VF MAC filter removalIvan Vecera2024-04-011-5/+6
| | * r8169: skip DASH fw status checks when DASH is disabledAtlas Yu2024-03-291-4/+27
| | * octeontx2-pf: check negative error code in otx2_open()Su Hui2024-03-291-1/+1
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-03-296-41/+93
| | |\
| | | * i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov2024-03-261-18/+16
| | | * i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov2024-03-261-2/+5
| | | * i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-03-265-21/+72
| | * | mlxbf_gige: stop interface during shutdownDavid Thompson2024-03-291-2/+8
| | * | octeontx2-af: Fix issue with loading coalesced KPU profilesHariprasad Kelam2024-03-291-1/+1
| | * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-03-285-81/+161
| | |\ \
| | | * | e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-03-272-19/+18
| | | * | e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits2024-03-274-69/+150
| * | | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
* | | | | bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy2024-04-041-0/+3
* | | | | bnxt_en: Update firmware interface to 1.10.3.39Pavan Chebbi2024-04-041-47/+137
* | | | | bnxt_en: Add XDP Metadata supportSomnath Kotur2024-04-042-5/+41
* | | | | bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur2024-04-043-16/+16
* | | | | bnxt_en: Allocate page pool per numa nodeSomnath Kotur2024-04-041-4/+11
* | | | | bnxt_en: Enable XPS by default on driver loadSomnath Kotur2024-04-041-1/+45
* | | | | bnxt_en: Add delay to handle Downstream Port Containment (DPC) AERVikas Gupta2024-04-041-0/+4
* | | | | net: ethernet: mtk_eth_soc: Reuse value using READ_ONCE instead of re-rereadi...linke li2024-04-041-1/+1
* | | | | tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
* | | | | mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen2024-04-031-13/+28