summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski1-9/+16
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen5-38/+46
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-14dpll: allocate pin ids in cycleJiri Pirko1-3/+5
2023-12-14sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2-0/+4
2023-12-14Merge branch 'idpf-add-get-set-for-ethtool-s-header-split-ringparam'Jakub Kicinski7-7/+104
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
2023-12-14ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin2-0/+14
2023-12-14docs: networking: timestamping: mention MSG_EOR flagEric Dumazet1-1/+2
2023-12-14Merge branch 'add-support-for-dp83tg720s-phy'Jakub Kicinski5-55/+277
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 Rempel2-55/+75
2023-12-14Merge branch 'net-sched-optimizations-around-action-binding-and-init'Jakub Kicinski3-29/+51
2023-12-14net/sched: act_api: skip idr replace on bound actionsPedro Tammela3-7/+8
2023-12-14net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2023-12-13Merge branch 'virtio-net-dynamic-coalescing-moderation'David S. Miller2-49/+249
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-13Merge branch 'ionic-pci-errors'David S. Miller6-15/+81
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-13Merge branch 'net-at803x-cleanups'David S. Miller1-349/+426
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 Pirko5-52/+10
2023-12-13Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski6-47/+153
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