summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-09-30net/mlx5e: Fix calculations for ICOSQ sizeMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy
2022-09-30net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlenMaxim Mikityanskiy
2022-09-30net/mlx5e: Keep a separate MKey for striding RQMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Use XSK frame size as striding RQ page sizeMaxim Mikityanskiy
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy
2022-09-30net: stmmac: add a parse for new property 'snps,clk-csr'Jianguo Zhang
2022-09-30net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"Colin Ian King
2022-09-30net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King
2022-09-30ibmveth: Ethtool set queue supportNick Child
2022-09-30ibmveth: Implement multi queue on xmitNick Child
2022-09-30ibmveth: Copy tx skbs into a premapped bufferNick Child
2022-09-30bnx2: Fix spelling mistake "bufferred" -> "buffered"Colin Ian King
2022-09-30net: lan966x: Fix spelling mistake "tarffic" -> "traffic"Colin Ian King
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen
2022-09-30net: tun: Convert to use sysfs_emit() APIsWang Yufen
2022-09-30tsnep: Use page pool for RXGerhard Engleder
2022-09-30tsnep: Add EtherType RX flow classification supportGerhard Engleder
2022-09-30tsnep: Support multiple TX/RX queue pairsGerhard Engleder
2022-09-30tsnep: Move interrupt from device to queueGerhard Engleder
2022-09-30wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recoveryWen Gong
2022-09-30wifi: ath11k: Don't exit on wakeup failureBaochen Qiang
2022-09-30carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-09-29eth: alx: take rtnl_lock on resumeJakub Kicinski
2022-09-29net: phy: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean
2022-09-29net: dsa: hellcreek: Offload per-tc max SDU from tc-taprioKurt Kanzenbach
2022-09-29net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/caseVladimir Oltean
2022-09-29net: dsa: felix: offload per-tc max SDU from tc-taprioVladimir Oltean
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29net: cpmac: Add __init/__exit annotations to module init/exit funcsruanjinjie
2022-09-29ethernet: 8390: remove unnecessary check of memYang Yingliang
2022-09-29nfp: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can
2022-09-29net: ethernet: mtk_eth_soc: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin
2022-09-29wwan_hwsim: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
2022-09-29net: ax88796c: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
2022-09-29ethernet: s2io: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
2022-09-29wifi: rtl8xxxu: Improve rtl8xxxu_queue_selectBitterblue Smith
2022-09-29wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAMBitterblue Smith
2022-09-29wifi: rtl8xxxu: gen2: Enable 40 MHz channel widthBitterblue Smith
2022-09-28net/mlx5e: Use runtime values of striding RQ parameters in datapathMaxim Mikityanskiy
2022-09-28net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_infoMaxim Mikityanskiy
2022-09-28net/mlx5e: Improve the MTU change shortcutMaxim Mikityanskiy
2022-09-28net/mlx5e: xsk: Fix SKB headroom calculation in validationMaxim Mikityanskiy
2022-09-28net/mlx5e: xsk: Remove dead code in validationMaxim Mikityanskiy
2022-09-28net/mlx5e: Simplify stride size calculation for linear RQMaxim Mikityanskiy