summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* page_pool: transition to reference count management after page drainingLiang Chen2023-12-141-2/+2
* cxgb3: Avoid potential string truncation in descKees Cook2023-12-142-6/+5
* amd-xgbe: Avoid potential string truncation in nameKees Cook2023-12-141-1/+1
* idpf: add get/set for Ethtool's header split ringparamMichal Kubiak2023-12-145-7/+90
* net: phy: Add support for the DP83TG720S Ethernet PHYOleksij Rempel2023-12-143-0/+202
* net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel2023-12-141-55/+74
* virtio-net: support rx netdimHeng Qi2023-12-132-14/+163
* virtio-net: extract virtqueue coalescig cmd for reuseHeng Qi2023-12-131-42/+64
* virtio-net: separate rx/tx coalescing moderation cmdsHeng Qi2023-12-131-3/+28
* virtio-net: returns whether napi is completeHeng Qi2023-12-131-1/+5
* ionic: fill out pci error handlersShannon Nelson2023-12-131-0/+25
* ionic: lif debugfs refresh on resetShannon Nelson2023-12-132-0/+4
* ionic: use timer_shutdown_syncShannon Nelson2023-12-131-1/+1
* ionic: no fw read when PCI reset failedShannon Nelson2023-12-132-5/+23
* ionic: prevent pci disable of already disabled deviceShannon Nelson2023-12-131-1/+3
* ionic: bypass firmware cmds when stuck in resetShannon Nelson2023-12-133-7/+20
* ionic: keep filters across FLRShannon Nelson2023-12-131-0/+2
* ionic: pass opcode to devcmd_waitShannon Nelson2023-12-133-1/+3
* net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu2023-12-133-1/+140
* net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi2023-12-131-45/+50
* net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi2023-12-131-19/+41
* net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi2023-12-131-133/+133
* net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi2023-12-131-8/+8
* net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi2023-12-131-6/+24
* net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi2023-12-131-17/+25
* net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi2023-12-131-20/+25
* net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi2023-12-131-20/+19
* net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi2023-12-131-24/+31
* net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi2023-12-131-31/+37
* net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi2023-12-131-22/+22
* net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi2023-12-131-10/+17
* net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi2023-12-131-3/+3
* dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-132-35/+0
* bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi2023-12-131-3/+3
* bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2023-12-132-20/+11
* bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2023-12-132-3/+19
* bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli2023-12-131-0/+1
* bnxt_en: Configure UDP tunnel TPAMichael Chan2023-12-132-0/+34
* bnxt_en: Add support for VXLAN GPEMichael Chan2023-12-132-5/+40
* bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan2023-12-131-2/+2
* bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier2023-12-131-2/+12
* bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2023-12-132-2/+12
* bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan2023-12-131-1/+4
* bnxt_en: Fix TX ring indexing logicMichael Chan2023-12-132-2/+2
* bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur2023-12-131-3/+3
* bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan2023-12-131-5/+11
* net: mdio-gpio: replace deprecated strncpy with strscpyJustin Stitt2023-12-131-2/+2
* Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Jakub Kicinski2023-12-138-0/+2073
|\
| * net: wan: framer: Add support for the Lantiq PEF2256 framerHerve Codina2023-12-125-0/+1156
| * net: wan: Add framer framework supportHerve Codina2023-12-125-0/+917