summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-15net: wan: framer: Simplify API framer_provider_simple_of_xlate() implementationZijun Hu
2024-12-15gve: Convert timeouts to secs_to_jiffies()Easwar Hariharan
2024-12-15octeontx2-af: fix build regression without CONFIG_DCBArnd Bergmann
2024-12-15ionic: remove the unused nb_workBrett Creeley
2024-12-15ethernet: Make OA_TC6 config symbol invisibleGeert Uytterhoeven
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean
2024-12-15net: ena: Fix incorrect indentationShay Agroskin
2024-12-15net: phy: dp83822: Add support for GPIO2 clock outputDimitri Fedrau
2024-12-13net: stmmac: Drop redundant dwxgmac_tc_ops variableFurong Xu
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo
2024-12-12ionic: add support for QSFP_PLUS_CMISShannon Nelson
2024-12-12ionic: add speed defines for 200G and 400GShannon Nelson
2024-12-12ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPPBrett Creeley
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley
2024-12-12ionic: add asic codes to firmware interface fileShannon Nelson
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann
2024-12-11net: dsa: ksz: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: mv88e6xxx: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: qca8k: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: mt753x: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: b53/bcm_sf2: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean
2024-12-11net: fec: use phydev->eee_cfg.tx_lpi_timerRussell King (Oracle)
2024-12-11mlxsw: spectrum_flower: Do not allow mixing sample and mirror actionsIdo Schimmel
2024-12-11net: usb: qmi_wwan: add Telit FE910C04 compositionsDaniele Palmas
2024-12-11net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqsMaxim Levitsky
2024-12-11net: mana: Fix memory leak in mana_gd_setup_irqsMaxim Levitsky
2024-12-11ice: cleanup Rx queue context programming functionsJacob Keller
2024-12-11ice: move prefetch enable to ice_setup_rx_ctxJacob Keller
2024-12-11ice: reduce size of queue context fieldsJacob Keller
2024-12-11ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller
2024-12-11ice: use structures to keep track of queue context sizeJacob Keller
2024-12-11ice: remove int_q_state from ice_tlan_ctxJacob Keller
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean
2024-12-11isdn: Remove unused get_Bprotocol4id()Dr. David Alan Gilbert
2024-12-11cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD disabledBharat Bhushan
2024-12-11gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert
2024-12-11nfp: Convert timeouts to secs_to_jiffies()Easwar Hariharan
2024-12-11Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds