summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-243-69/+21
|\
| * Merge tag 'ixp4xx-cleanup-for-v5.18' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2022-02-253-69/+21
| |\
| | * ARM: ixp4xx: Drop all common codeLinus Walleij2022-02-121-1/+0
| | * net: ixp4xx_eth: Drop platform data supportLinus Walleij2022-02-122-68/+21
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-7/+5
|\ \ \
| * | | nds32: Remove the architectureAlan Kao2022-03-071-7/+5
| |/ /
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-227-21/+7
|\ \ \
| * | | spi: make remove callback a void functionUwe Kleine-König2022-02-097-21/+7
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-221-0/+1
|\ \ \ \
| * | | | crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa2022-02-051-0/+1
| | |_|/ | |/| |
* | | | iavf: Fix hang during reboot/shutdownIvan Vecera2022-03-171-0/+7
* | | | net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean2022-03-171-1/+15
* | | | net: bcmgenet: skip invalid partial checksumsDoug Berger2022-03-171-2/+4
* | | | bnx2x: fix built-in kernel driver load failureManish Chopra2022-03-173-26/+19
* | | | iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski2022-03-151-1/+7
* | | | ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari2022-03-151-1/+1
* | | | ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski2022-03-151-2/+3
* | | | alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche2022-03-121-1/+4
* | | | ice: Fix race condition during interface enslaveIvan Vecera2022-03-112-2/+21
* | | | net: bcmgenet: Don't claim WOL when its not availableJeremy Linton2022-03-101-0/+7
* | | | net: arc_emac: Fix use after free in arc_mdio_probe()Jianglei Nie2022-03-101-2/+3
* | | | Merge tag 'mlx5-fixes-2022-03-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-03-105-18/+17
|\ \ \ \
| * | | | net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay2022-03-092-5/+1
| * | | | net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan2022-03-091-3/+8
| * | | | net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLEDima Chumak2022-03-091-3/+0
| * | | | net/mlx5: Fix a race on command flush flowMoshe Shemesh2022-03-091-7/+8
* | | | | gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-101-0/+1
|/ / / /
* | | | net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base...Miaoqian Lin2022-03-091-0/+1
* | | | net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+4
* | | | net:mcf8390: Use platform_get_irq() to get the interruptMinghao Chi (CGEL ZTE)2022-03-091-5/+5
* | | | net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+3
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-03-0911-101/+76
|\ \ \ \
| * | | | ice: Fix curr_link_speed advertised speedJedrzej Jagielski2022-03-081-1/+1
| * | | | ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET2022-03-081-1/+1
| * | | | ice: Fix error with handling of bonding MTUDave Ertman2022-03-082-15/+15
| * | | | ice: stop disabling VFs due to PF error responsesJacob Keller2022-03-082-21/+0
| * | | | i40e: stop disabling VFs due to PF error responsesJacob Keller2022-03-083-59/+9
| * | | | iavf: Fix adopting new combined settingMichal Maloszewski2022-03-082-4/+10
| * | | | iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski2022-03-081-0/+40
* | | | | ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-091-1/+3
|/ / / /
* | | | qed: return status of qed_iov_get_linkTom Rix2022-03-071-7/+11
* | | | ethernet: sun: Free the coherent when failing in probingZheyu Ma2022-03-071-1/+5
* | | | net: lantiq_xrx200: fix use after free bugAleksander Jan Bajkowski2022-03-071-1/+1
* | | | net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai2022-03-071-0/+7
* | | | net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock2022-03-041-1/+24
* | | | ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski2022-03-031-2/+4
* | | | bnx2: Fix an error messageChristophe JAILLET2022-03-031-1/+1
* | | | sfc: extend the locking on mcdi->seqnoNiels Dossche2022-03-031-1/+1
* | | | e1000e: Correct NVM checksum verification flowSasha Neftin2022-02-281-2/+2
* | | | e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin2022-02-284-0/+32