summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki9-8/+137
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo14-82/+402
2023-12-14ice: refactor the FD and RSS flow ID generationAhmed Zaki8-81/+55
2023-12-14ice: refactor RSS configurationQi Zhang5-169/+238
2023-12-14ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki11-262/+181
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki44-651/+714
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-2/+2
2023-12-14cxgb3: Avoid potential string truncation in descKees Cook2-6/+5
2023-12-14amd-xgbe: Avoid potential string truncation in nameKees Cook1-1/+1
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
2023-12-14net: phy: Add support for the DP83TG720S Ethernet PHYOleksij Rempel3-0/+202
2023-12-14net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-55/+74
2023-12-13virtio-net: support rx netdimHeng Qi2-14/+163
2023-12-13virtio-net: extract virtqueue coalescig cmd for reuseHeng Qi1-42/+64
2023-12-13virtio-net: separate rx/tx coalescing moderation cmdsHeng Qi1-3/+28
2023-12-13virtio-net: returns whether napi is completeHeng Qi1-1/+5
2023-12-13ionic: fill out pci error handlersShannon Nelson1-0/+25
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson2-0/+4
2023-12-13ionic: use timer_shutdown_syncShannon Nelson1-1/+1
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson2-5/+23
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson1-1/+3
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson3-7/+20
2023-12-13ionic: keep filters across FLRShannon Nelson1-0/+2
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson3-1/+3
2023-12-13net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu3-1/+140
2023-12-13net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi1-45/+50
2023-12-13net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi1-19/+41
2023-12-13net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi1-133/+133
2023-12-13net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi1-8/+8
2023-12-13net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi1-6/+24
2023-12-13net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi1-17/+25
2023-12-13net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi1-20/+25
2023-12-13net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi1-20/+19
2023-12-13net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi1-24/+31
2023-12-13net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi1-31/+37
2023-12-13net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi1-22/+22
2023-12-13net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi1-10/+17
2023-12-13net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi1-3/+3
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2-35/+0
2023-12-13bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi1-3/+3
2023-12-13bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2-20/+11
2023-12-13bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2-3/+19
2023-12-13bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli1-0/+1
2023-12-13bnxt_en: Configure UDP tunnel TPAMichael Chan2-0/+34
2023-12-13bnxt_en: Add support for VXLAN GPEMichael Chan2-5/+40
2023-12-13bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan1-2/+2
2023-12-13bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier1-2/+12
2023-12-13bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2-2/+12
2023-12-13bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan1-1/+4