aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-05net: eth: fbnic: Add pma read and write accessMike Marciniszyn (Meta)2-0/+72
2026-05-05net: eth: fbnic: Consolidate register reads for ids and devsMike Marciniszyn (Meta)1-24/+40
2026-05-04net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpersLorenzo Bianconi3-12/+10
2026-05-04net: phy: realtek: replace magic number with register bit macrosAleksander Jan Bajkowski1-1/+6
2026-05-04net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCESErni Sri Satya Vennela1-0/+3
2026-05-04net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIGErni Sri Satya Vennela1-0/+6
2026-05-04net: phy: realtek: Add support for PHY LEDs on RTL8221BChukun Pan1-0/+165
2026-05-02ice: dpll: Fix compilation warningPrzemyslaw Korba1-1/+1
2026-05-02ice: access @pp through netmem_desc instead of pageByungchul Park1-1/+1
2026-05-02ice: mention fw_activate action along with devlink reloadJacob Keller1-1/+1
2026-05-02i40e: only timestamp PTP event packetsJacob Keller2-6/+13
2026-05-02ixgbe: fix unaligned u32 access in ixgbe_update_flash_X550()Aleksandr Loktionov2-1/+2
2026-05-02ixgbe: E610: add EEE supportJedrzej Jagielski5-5/+212
2026-05-02ixgbe: move EEE config validation out of ixgbe_set_eee()Jedrzej Jagielski1-41/+57
2026-05-02ixgbe: E610: update ACI command structs with EEE fieldsJedrzej Jagielski2-7/+11
2026-05-02ixgbe: E610: use new version of 0x601 ACI command bufferJedrzej Jagielski2-7/+25
2026-05-02ixgbe: E610: update EEE supported speedsJedrzej Jagielski2-3/+9
2026-05-02ixgbe: E610: add discovering EEE capabilityJedrzej Jagielski2-0/+4
2026-05-02net: dsa: yt921x: Add port police supportDavid Yang2-1/+373
2026-05-02net: dsa: yt921x: Refactor long register helpersDavid Yang2-69/+129
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang2-2/+4
2026-05-02net/mlx5: Add vhca_id_type support to IPsec alias creationPatrisious Haddad3-0/+12
2026-05-01net/mlx5: use internal dma pools for frag buf allocNimrod Oren1-32/+138
2026-05-01net/mlx5: add frag buf pools create/destroy pathsNimrod Oren1-2/+114
2026-05-01net/mlx5: wire frag buf pools lifecycle hooksNimrod Oren3-0/+20
2026-05-01pppoe: optimize hash with word accessQingfang Deng1-6/+6
2026-05-01net: airoha: configure QoS channel for HW accelerated flowtable trafficLorenzo Bianconi1-1/+9
2026-05-01ne2k: fold drivers/net/Space.c into ne.cArnd Bergmann5-264/+214
2026-05-01net: cs89x0: remove ISA bus probingArnd Bergmann3-653/+6
2026-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski9-48/+62
2026-04-30Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski18-191/+203
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski48-356/+574
2026-04-30Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-225/+437
2026-04-30Merge tag 'ata-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-14/+7
2026-04-30dpll: zl3073x: implement pin operational state reportingIvan Vecera2-38/+79
2026-04-30dpll: add pin operational stateIvan Vecera3-2/+30
2026-04-30sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter1-1/+1
2026-04-30ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
2026-04-30ice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera2-2/+10
2026-04-30ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
2026-04-30ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
2026-04-30ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
2026-04-30ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-04-30iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-04-30iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34
2026-04-30iavf: stop removing VLAN filters from PF on interface downPetr Oros3-66/+12
2026-04-30iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros2-5/+5
2026-04-29bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet5-65/+88
2026-04-29net: airoha: Do not return err in ndo_stop() callbackLorenzo Bianconi1-5/+2