summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-183-8/+20
* net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean2022-05-181-0/+4
* net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean2022-05-181-2/+3
* net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean2022-05-181-1/+0
* net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean2022-05-181-0/+4
* iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck2022-05-181-1/+1
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-121-1/+1
* bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan2022-05-121-0/+4
* bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-121-5/+4
* hinic: fix bug of wq out of bound accessQiao Ma2022-05-121-2/+5
* net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-121-3/+12
* net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang2022-05-121-1/+4
* net: mdio: Fix ENOMEM return value in BCM6368 mux bus controllerNiels Dossche2022-05-121-1/+1
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-05-121-0/+1
* net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-05-121-0/+1
* net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang2022-05-121-0/+1
* net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich2022-05-121-1/+2
* net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2022-05-122-8/+14
* net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov2022-05-121-1/+1
* net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2022-05-122-11/+20
* net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh2022-05-121-17/+17
* net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh2022-05-121-9/+19
* net/mlx5: Fix matching on inner TTCMark Bloch2022-05-122-1/+3
* net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang2022-05-121-2/+2
* net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey2022-05-121-0/+4
* net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov2022-05-121-0/+11
* net/mlx5e: Fix wrong source vport matching on tunnel ruleAriel Levkovich2022-05-121-1/+1
* net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin2022-05-121-6/+25
* net/mlx5e: Fix trust state reset in reloadMoshe Tal2022-05-121-0/+10
* can: grcan: only use the NAPI poll budget for RXAndreas Larsson2022-05-121-15/+7
* can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson2022-05-121-5/+11
* can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom2022-05-121-2/+4
* can: grcan: grcan_close(): fix deadlockDuoming Zhou2022-05-121-0/+2
* net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2022-05-122-1/+2
* pci_irq_vector() can't be used in atomic context any longer. This conflicts w...Thomas Gleixner2022-05-121-8/+8
* net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen2022-05-091-5/+7
* drivers: net: hippi: Fix deadlock in rr_close()Duoming Zhou2022-05-091-0/+2
* bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar2022-05-091-4/+9
* Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2022-05-092-100/+35
* net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-05-091-4/+0
* ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-05-091-1/+2
* net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang2022-05-091-1/+1
* bnx2x: fix napi API usage sequenceManish Chopra2022-05-091-4/+5
* net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl2022-05-091-3/+0
* ice: wait 5 s for EMP reset after firmware flashPetr Oros2022-05-091-0/+3
* net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi2022-05-091-2/+3
* net: phy: marvell10g: fix return value on errorBaruch Siach2022-05-091-1/+1
* net: bcmgenet: hide status block before TX timestampingJonathan Lemon2022-05-091-0/+7
* net: lan966x: fix a couple off by one bugsDan Carpenter2022-05-091-2/+2
* net: hns3: add return value for mailbox handling in PFJian Shen2022-05-091-10/+12