summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorLines
2022-07-06r8169: fix accessing unset transport headerHeiner Kallweit-6/+4
2022-07-06net/mlx5e: Fix matchall police parameters validationVlad Buslov-7/+6
2022-07-05net: lan966x: hardcode the number of external portsMichael Walle-6/+3
2022-07-04ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley-0/+9
2022-06-30i40e: Fix VF's MAC Address change on VMNorbert Zulinski-0/+4
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki-0/+103
2022-06-30net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson-0/+6
2022-06-30mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata-1/+13
2022-06-27octeon_ep: use bitwise ANDShreenidhi Shedi-1/+1
2022-06-27epic100: fix use after free on rmmodTong Zhang-2/+2
2022-06-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-7/+89
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng-7/+5
2022-06-22hinic: Replace memcpy() with direct assignmentKees Cook-3/+1
2022-06-22Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-...Jakub Kicinski-1/+1
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko-5/+47
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko-1/+38
2022-06-21ice: Fix switchdev rules book keepingWojciech Drewek-0/+1
2022-06-21ice: ignore protocol field in GTP offloadMarcin Szycik-1/+3
2022-06-19drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.cWentao_Liang-1/+1
2022-06-17igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi-2/+5
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang-0/+1
2022-06-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller-46/+94
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET-1/+0
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski-27/+26
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko-18/+31
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik-1/+32
2022-06-14mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata-1/+1
2022-06-13amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker-2/+2
2022-06-13octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh-1/+2
2022-06-13xilinx: Fix build on x86.David S. Miller-4/+4
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu-3/+18
2022-06-13net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu-24/+40
2022-06-13net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang-4/+10
2022-06-13net: hns3: fix PF rss size initialization bugJie Wang-1/+3
2022-06-13net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang-31/+65
2022-06-13net: hns3: modify the ring param print infoJie Wang-1/+1
2022-06-13net: hns3: don't push link state to VF if unaliveJian Shen-0/+6
2022-06-13net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang-0/+1
2022-06-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-10/+24
2022-06-09Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-45/+74
2022-06-09nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde-24/+24
2022-06-09nfp: avoid unnecessary check warnings in nfp_app_get_vf_configFei Qin-13/+15
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-25/+45
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds-1/+1
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski-1/+1
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov-8/+17
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek-1/+1
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek-0/+5
2022-06-08net: amd-xgbe: fix clang -Wformat warningJustin Stitt-1/+1