summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-31macvlan: fix error recovery in macvlan_common_newlink()Eric Dumazet1-2/+3
2026-01-31net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP moduleMarek BehĂșn1-0/+2
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
2026-01-30dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo1-0/+4
2026-01-30net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanupZilin Guan1-2/+2
2026-01-30net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanupZilin Guan1-2/+3
2026-01-30net: liquidio: Initialize netdev pointer before queue setupZilin Guan1-17/+17
2026-01-30dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo1-0/+6
2026-01-29net/mlx5e: Skip ESN replay window setup for IPsec crypto offloadJianbo Liu1-1/+2
2026-01-29net/mlx5: Fix vhca_id access call trace use before allocParav Pandit4-11/+21
2026-01-29net/mlx5: fs, Fix inverted cap check in tx flow table root disconnectShay Drory1-1/+2
2026-01-29net: phy: micrel: fix clk warning when removing the driverWei Fang1-4/+13
2026-01-29net/mlx5e: don't assume psp tx skbs are ipv6 csum handlingDaniel Zahka1-6/+11
2026-01-29Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-21/+16
2026-01-28gve: fix probe failure if clock read failsJordan Rhee5-15/+14
2026-01-28net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman1-9/+11
2026-01-28net/mlx5e: TC, delete flows only for existing peersMark Bloch1-6/+13
2026-01-28net/mlx5: Fix Unbinding uplink-netdev in switchdev modeShay Drory5-0/+46
2026-01-28ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-28ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-28ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
2026-01-28ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8
2026-01-27bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov1-5/+5
2026-01-27net: spacemit: Check for netif_carrier_ok() in emac_stats_update()Vivian Wang1-7/+27
2026-01-27rocker: fix memory leak in rocker_world_port_post_fini()Kery Qi1-3/+2
2026-01-26net: dsa: yt921x: Fix MIB overflow wraparound routineDavid Yang1-7/+8
2026-01-26net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi1-1/+1
2026-01-26net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi1-2/+7
2026-01-26net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Zilin Guan1-1/+1
2026-01-26sfc: fix deadlock in RSS config readEdward Cree1-6/+1
2026-01-26Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm...Jakub Kicinski2-3/+3
2026-01-24bonding: annotate data-races around slave->last_rxEric Dumazet2-12/+14
2026-01-23octeon_ep: Fix memory leak in octep_device_setup()Zilin Guan1-1/+1
2026-01-23net: bcmasp: fix early exit leak with fixed phyJustin Chen1-1/+4
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde1-2/+2
2026-01-23net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan1-1/+1
2026-01-22Octeontx2-af: Add proper checks for fwdataHariprasad Kelam2-1/+4
2026-01-22hinic3: Fix netif_queue_set_napi queue_index input parameter errorFan Gong1-9/+13
2026-01-22can: at91_can: Fix memory leak in at91_can_probe()Zilin Guan1-1/+1
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski6-31/+29
2026-01-22net: fec: account for VLAN header in frame length calculationsClemens Gruber1-6/+7
2026-01-22octeontx2-af: Fix error handlingRatheesh Kannoth1-22/+64
2026-01-22net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-XDaniel Golle1-3/+1
2026-01-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+33
2026-01-22net: bcmasp: Fix network filter wake for asp-3.0Justin Chen2-2/+4
2026-01-22bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet1-2/+3