summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-10-11net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang
2024-10-11netdevsim: copy addresses for both in and out pathsHangbin Liu
2024-10-11netdevsim: print human readable IP addressHangbin Liu
2024-10-11net: dsa: mv88e6xxx: Fix uninitialised err valueAryan Srivastava
2024-10-11net: sparx5: fix source port register when mirroringDaniel Machon
2024-10-11net: emaclite: Adopt clock supportAbin Joseph
2024-10-11net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph
2024-10-11net: phy: aquantia: poll status registerAryan Srivastava
2024-10-11wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo
2024-10-11wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo
2024-10-11wifi: ath12k: cleanup unneeded labelsKalle Valo
2024-10-11wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo
2024-10-11wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo
2024-10-11wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo
2024-10-11wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support Ring and SFM statsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support Self-Generated Transmit statsDinesh Karthikeyan
2024-10-11eth: remove the DLink/Sundance (ST201) driverJakub Kicinski
2024-10-10tg3: Link queues to NAPIsJoe Damato
2024-10-10tg3: Link IRQs to NAPI instancesJoe Damato
2024-10-10r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit
2024-10-10r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu
2024-10-10testing: net-drv: add basic shaper testPaolo Abeni
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10net: phy: Validate PHY LED OPs presence before registeringChristian Marangi
2024-10-10net/mlx5: Add support check for TSAR types in QoS schedulingCarolina Jubran
2024-10-10net/mlx5: Unify QoS element type checks across NIC and E-SwitchCarolina Jubran
2024-10-10net/mlx5: qos: Refactor locking to a qos domain mutexCosmin Ratiu
2024-10-10net/mlx5: qos: Store rate groups in a qos domainCosmin Ratiu
2024-10-10net/mlx5: qos: Rename rate group 'list' as 'parent_entry'Cosmin Ratiu
2024-10-10net/mlx5: qos: Add an explicit 'dev' to vport trace callsCosmin Ratiu
2024-10-10net/mlx5: qos: Store the eswitch in a mlx5_esw_rate_groupCosmin Ratiu
2024-10-10net/mlx5: qos: Drop 'esw' param from vport qos functionsCosmin Ratiu
2024-10-10net/mlx5: qos: Always create group0Cosmin Ratiu
2024-10-10net/mlx5: qos: Maintain rate group vport members in a listCosmin Ratiu
2024-10-10net/mlx5: qos: Refactor and document bw_share calculationCosmin Ratiu
2024-10-10net/mlx5: qos: Consistently name vport vars as 'vport'Cosmin Ratiu
2024-10-10net/mlx5: qos: Rename vport 'tsar' into 'sched_elem'.Cosmin Ratiu
2024-10-10net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.hCosmin Ratiu
2024-10-10eth: fbnic: add ethtool timestamping statisticsVadim Fedorenko