summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-01-25sfc: fix deadlock in RSS config readEdward Cree-6/+1
2026-01-25Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm...Jakub Kicinski-3/+3
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet-12/+14
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski-5/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski-3/+3
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski-1/+5
2026-01-23octeon_ep: Fix memory leak in octep_device_setup()Zilin Guan-1/+1
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni-7/+176
2026-01-23geneve: extract hint option at GRO stagePaolo Abeni-5/+183
2026-01-23geneve: add GRO hint output pathPaolo Abeni-4/+120
2026-01-23geneve: pass the geneve device ptr to geneve_build_skb()Paolo Abeni-12/+8
2026-01-23geneve: constify geneve_hlen()Paolo Abeni-5/+5
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni-4/+25
2026-01-23vxlan: expose gso partial features for tunnel offloadPaolo Abeni-3/+13
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni-1/+10
2026-01-23net: sfc: falcon: convert to use .get_rx_ring_countBreno Leitao-4/+8
2026-01-23net: sfc: siena: convert to use .get_rx_ring_countBreno Leitao-4/+9
2026-01-23net: sfc: efx: convert to use .get_rx_ring_countBreno Leitao-4/+10
2026-01-23net: ionic: convert to use .get_rx_ring_countBreno Leitao-15/+3
2026-01-23net: fbnic: convert to use .get_rx_ring_countBreno Leitao-4/+8
2026-01-23net: mana: convert to use .get_rx_ring_countBreno Leitao-10/+3
2026-01-23net: nfp: convert to use .get_rx_ring_countBreno Leitao-3/+8
2026-01-23net: atlantic: convert to use .get_rx_ring_countBreno Leitao-6/+12
2026-01-23net: benet: convert to use .get_rx_ring_countBreno Leitao-23/+14
2026-01-23net: bcmasp: fix early exit leak with fixed phyJustin Chen-1/+4
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde-2/+2
2026-01-23can: sja1000: sja1000_err(): use error counter for error stateMichael Tretter-26/+7
2026-01-23can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...Marc Kleine-Budde-7/+6
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-232/+416
2026-01-22net: phy: Grammar update for comment in genphy_update_linkSimon Horman-1/+1
2026-01-22net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MPStefan Eichenberger-2/+12
2026-01-22net: phy: micrel: add option to keep the preamble before sfd for KSZ9131Stefan Eichenberger-1/+13
2026-01-22idpf: generalize mailbox APIPavan Kumar Linga-24/+29
2026-01-22idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga-159/+178
2026-01-22idpf: generalize send virtchnl message APIPavan Kumar Linga-164/+206
2026-01-22idpf: remove vport pointer from queue setsJoshua Hay-67/+81
2026-01-22idpf: add rss_data field to RSS function parametersPavan Kumar Linga-49/+59
2026-01-22idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga-17/+15
2026-01-22idpf: move some iterator declarations inside for loopsJoshua Hay-75/+57
2026-01-22idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga-428/+528
2026-01-22idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga-160/+201
2026-01-22idpf: introduce local idpf structure to store virtchnl queue chunksPavan Kumar Linga-101/+161
2026-01-22Octeontx2-af: Add proper checks for fwdataHariprasad Kelam-1/+4
2026-01-22hinic3: Fix netif_queue_set_napi queue_index input parameter errorFan Gong-9/+13
2026-01-22can: at91_can: Fix memory leak in at91_can_probe()Zilin Guan-1/+1
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-31/+29
2026-01-22net: atp: drop ancient parallel-port Ethernet driverEthan Nelson-Moore-1164/+1
2026-01-22net: fec: account for VLAN header in frame length calculationsClemens Gruber-6/+7
2026-01-22xen/netfront: Use u64_stats_t with u64_stats_sync properlyDavid Yang-12/+12