summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore
2026-01-25net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi
2026-01-25net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi
2026-01-25ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet
2026-01-25vxlan: vnifilter: fix memcpy with u64_statsDavid Yang
2026-01-25macsec: fix memcpy with u64_statsDavid Yang
2026-01-25net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Zilin Guan
2026-01-25sfc: fix deadlock in RSS config readEdward Cree
2026-01-25Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm...Jakub Kicinski
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski
2026-01-23octeon_ep: Fix memory leak in octep_device_setup()Zilin Guan
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni
2026-01-23geneve: extract hint option at GRO stagePaolo Abeni
2026-01-23geneve: add GRO hint output pathPaolo Abeni
2026-01-23geneve: pass the geneve device ptr to geneve_build_skb()Paolo Abeni
2026-01-23geneve: constify geneve_hlen()Paolo Abeni
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni
2026-01-23vxlan: expose gso partial features for tunnel offloadPaolo Abeni
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni
2026-01-23net: sfc: falcon: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: sfc: siena: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: sfc: efx: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: ionic: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: fbnic: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: mana: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: nfp: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: atlantic: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: benet: convert to use .get_rx_ring_countBreno Leitao
2026-01-23net: bcmasp: fix early exit leak with fixed phyJustin Chen
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde
2026-01-23can: sja1000: sja1000_err(): use error counter for error stateMichael Tretter
2026-01-23can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...Marc Kleine-Budde
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22net: phy: Grammar update for comment in genphy_update_linkSimon Horman
2026-01-22net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MPStefan Eichenberger
2026-01-22net: phy: micrel: add option to keep the preamble before sfd for KSZ9131Stefan Eichenberger
2026-01-22idpf: generalize mailbox APIPavan Kumar Linga
2026-01-22idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga
2026-01-22idpf: generalize send virtchnl message APIPavan Kumar Linga
2026-01-22idpf: remove vport pointer from queue setsJoshua Hay
2026-01-22idpf: add rss_data field to RSS function parametersPavan Kumar Linga
2026-01-22idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga
2026-01-22idpf: move some iterator declarations inside for loopsJoshua Hay
2026-01-22idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga
2026-01-22idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga