summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-06-11nfp: flower: support to offload pedit of IPv6 flowinto fieldsYinjun Zhang2-5/+3
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen4-21/+3
2022-06-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski12-13/+136
2022-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-82/+113
2022-06-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-74/+65
2022-06-10Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski9-45/+74
2022-06-10nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde2-24/+24
2022-06-10nfp: avoid unnecessary check warnings in nfp_app_get_vf_configFei Qin1-13/+15
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-83/+71
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-25/+45
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall3-3/+3
2022-06-09ixgbe: Fix typos in commentsJiaqing Zhao2-2/+2
2022-06-09ixgb: Fix typos in commentsJiaqing Zhao1-2/+2
2022-06-09e1000: Fix typos in commentsJiaqing Zhao1-2/+2
2022-06-09igb: Remove duplicate definesKai-Heng Feng2-4/+0
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds1-1/+1
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne3-0/+127
2022-06-09net: macb: change return type for gem_ptp_set_one_step_sync()Claudiu Beznea1-5/+2
2022-06-09net: amd-xgbe: fix clang -Wformat warningJustin Stitt1-1/+1
2022-06-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-4/+4
2022-06-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski7-27/+321
2022-06-09net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin1-1/+5
2022-06-09net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin1-2/+19
2022-06-08net/mlx5: fs, fail conflicting actionsMark Bloch1-3/+32
2022-06-08net/mlx5: Rearm the FW tracer after each tracer eventFeras Daoud1-2/+5
2022-06-08net/mlx5: E-Switch, pair only capable devicesMark Bloch4-22/+16
2022-06-08net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rulesPaul Blakey1-15/+16
2022-06-08Revert "net/mlx5e: Allow relaxed ordering over VFs"Saeed Mahameed2-3/+5
2022-06-08au1000_eth: stop using virt_to_bus()Arnd Bergmann2-13/+13
2022-06-08nfp: Remove kernel.h when not neededChristophe JAILLET1-1/+0
2022-06-08ice: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2022-06-08ice: remove u16 arithmetic in ice_gnssKarol Kolacinski1-5/+6
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski2-40/+7
2022-06-08ice: don't set VF VLAN caps in switchdevMichal Swiatkowski1-27/+50
2022-06-08net: ethernet: mtk_eth_soc: enable rx cksum offload for MTK_NETSYS_V2Lorenzo Bianconi1-2/+9
2022-06-08net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz1-2/+2
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz1-2/+2
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski3-21/+174
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski4-6/+147
2022-06-07stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET1-3/+1
2022-06-07net: altera: Replace kernel.h with the necessary inclusionsChristophe JAILLET1-2/+3
2022-06-07net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin1-0/+1
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds6-57/+25
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds39-362/+315
2022-06-02stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong1-0/+2
2022-06-02net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2-4/+4
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin4-139/+115
2022-06-02nfp: remove padding in nfp_nfdk_tx_descFei Qin3-9/+17
2022-06-02Merge tag 'mlx5-fixes-2022-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-38/+113