summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flowFelix Fietkau2023-03-301-0/+1
* net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau2023-03-302-4/+7
* net: ethernet: mtk_eth_soc: fix flow block refcounting logicFelix Fietkau2023-03-301-1/+2
* net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)2023-03-301-0/+2
* net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz2023-03-301-2/+7
* xen/netback: use same error messages for same errorsJuergen Gross2023-03-301-4/+2
* bnxt_en: Add missing 200G link speed reportingMichael Chan2023-03-292-0/+3
* bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP2023-03-291-4/+4
* bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP2023-03-291-0/+1
* i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2023-03-292-6/+7
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-295-8/+102
|\
| * ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel2023-03-281-3/+5
| * ice: add profile conflict check for AVF FDIRJunfeng Guo2023-03-281-0/+73
| * ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley2023-03-281-4/+22
| * ice: fix W=1 headers mismatchJesse Brandeburg2023-03-282-1/+2
* | Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-03-291-2/+1
|\ \
| * | ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli2023-03-161-2/+1
* | | bnx2x: use the right build_skb() helperJakub Kicinski2023-03-291-2/+14
* | | net: ipa: compute DMA pool size properlyAlex Elder2023-03-291-1/+1
* | | net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar2023-03-291-0/+7
* | | net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau2023-03-281-2/+0
| |/ |/|
* | xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross2023-03-281-4/+0
* | xen/netback: don't do grant copy across page boundaryJuergen Gross2023-03-282-3/+24
* | smsc911x: avoid PHY being resumed when interface is not upWolfram Sang2023-03-281-2/+5
* | net: mvpp2: parser fix PPPoESven Auhagen2023-03-281-48/+34
* | net: mvpp2: parser fix QinQSven Auhagen2023-03-281-2/+2
* | net: mvpp2: classifier flow fix fragmentation flagsSven Auhagen2023-03-281-12/+18
* | net: stmmac: don't reject VLANs when IFF_PROMISC is setVladimir Oltean2023-03-272-59/+3
* | net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas2023-03-271-0/+14
* | net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementOleksij Rempel2023-03-271-0/+1
* | net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)2023-03-271-1/+1
* | net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)2023-03-271-2/+2
* | net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)2023-03-271-1/+1
* | net/net_failover: fix txq exceeding warningFaicker Mo2023-03-271-6/+2
* | r8169: fix RTL8168H and RTL8107E rx crc errorChunHao Lin2023-03-251-0/+3
* | net: dsa: microchip: ksz8: fix MDB configuration with non-zero VIDOleksij Rempel2023-03-251-1/+1
* | net: dsa: microchip: ksz8863_smi: fix bulk accessOleksij Rempel2023-03-251-9/+0
* | net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...Oleksij Rempel2023-03-251-1/+1
* | net: dsa: microchip: ksz8: fix offset for the timestamp filedOleksij Rempel2023-03-251-1/+1
* | net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entriesOleksij Rempel2023-03-251-3/+3
* | net: dsa: microchip: ksz8: fix ksz8_fdb_dump()Oleksij Rempel2023-03-251-6/+5
* | vmxnet3: use gro callback when UPT is enabledRonak Doshi2023-03-241-1/+3
* | net: dsa: realtek: fix out-of-bounds accessAhmad Fatoum2023-03-241-1/+4
* | net: phy: dp83869: fix default value for tx-/rx-internal-delayJosua Mayer2023-03-241-4/+2
* | sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2023-03-242-22/+33
* | net: wangxun: Fix vector length of interrupt causeJiawen Wu2023-03-243-3/+4
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-233-6/+6
|\ \
| * | xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-223-6/+6
* | | Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-2310-51/+96
|\ \ \
| * | | wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg2023-03-224-34/+39