summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-30Merge branch 'bnxt_en-fixes'David S. Miller4-24/+65
2025-04-30bnxt_en: Fix ethtool -d byte order for 32-bit valuesMichael Chan1-6/+32
2025-04-30bnxt_en: Fix out-of-bound memcpy() during ethtool -wShruti Parab1-5/+10
2025-04-30bnxt_en: Fix coredump logic to free allocated bufferShruti Parab1-0/+5
2025-04-30bnxt_en: delay pci_alloc_irq_vectors() in the AER pathKashyap Desai2-6/+12
2025-04-30bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()Kashyap Desai1-6/+1
2025-04-30bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()Somnath Kotur1-0/+1
2025-04-30bnxt_en: Fix ethtool selftest output in one of the failure casesKalesh AP1-1/+1
2025-04-30bnxt_en: Fix error handling path in bnxt_init_chip()Shravya KN1-0/+3
2025-04-30net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60
2025-04-30Merge branch 'fix-felix-dsa-taprio-gates-after-clock-jump'Jakub Kicinski5-7/+454
2025-04-30selftests: net: tc_taprio: new testVladimir Oltean3-0/+432
2025-04-30selftests: net: tsn_lib: add window_size argument to isochron_do()Vladimir Oltean2-0/+6
2025-04-30selftests: net: tsn_lib: create common helper for counting received packetsVladimir Oltean2-6/+12
2025-04-30net: dsa: felix: fix broken taprio gate states after clock jumpVladimir Oltean1-1/+4
2025-04-30net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAMChad Monroe1-5/+9
2025-04-29net: mdio: mux-meson-gxl: set reversed bit when using internal phyDa Xue1-1/+2
2025-04-29net: dlink: Correct endianness handling of led_modeSimon Horman2-2/+2
2025-04-29Merge branch 'intel-net-queue-100GbE'Jakub Kicinski4-53/+37
2025-04-29idpf: fix offloads support for encapsulated packetsMadhu Chittim2-48/+27
2025-04-29ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo1-0/+5
2025-04-29ice: fix Get Tx Topology AQ command error on E830Paul Greenwalt1-5/+5
2025-04-29Merge branch 'net_sched-adapt-qdiscs-for-reentrant-enqueue-cases'Jakub Kicinski5-11/+206
2025-04-29selftests: tc-testing: Add TDC tests that exercise reentrant enqueue behaviourVictor Nogueira1-0/+186
2025-04-29net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-04-29net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-29net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-04-29net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-29pds_core: remove write-after-free of client_idShannon Nelson1-1/+0
2025-04-29Merge tag 'for-net-2025-04-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski11-272/+300
2025-04-29netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enumKory Maincent2-6/+3
2025-04-29net: ethernet: mtk_eth_soc: sync mtk_clks_source_name arrayDaniel Golle1-4/+0
2025-04-28amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offloadVishal Badole4-6/+42
2025-04-26Merge branch 'net-ethernet-mtk-star-emac-fix-several-issues-on-rx-tx-poll'Jakub Kicinski1-6/+7
2025-04-26net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advisedLouis-Alexis Eyraud1-2/+1
2025-04-26net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx pollLouis-Alexis Eyraud1-4/+6
2025-04-26rtase: Modify the condition used to detect overflow in rtase_calc_time_mitiga...Justin Lai1-2/+2
2025-04-26bnxt_en: improve TX timestamping FIFO configurationVadim Fedorenko3-10/+25
2025-04-26octeon_ep_vf: Resolve netdevice usage count issueSathesh B Edara1-1/+3
2025-04-26Revert "rndis_host: Flag RNDIS modems as WWAN devices"Christian Heusel1-14/+2
2025-04-26selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and withou...Vladimir Oltean1-1/+95
2025-04-26net: mscc: ocelot: delete PVID VLAN when readding it as non-PVIDVladimir Oltean1-0/+6
2025-04-26vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdpDaniel Borkmann1-1/+1
2025-04-25Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen1-0/+3
2025-04-25Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX pathsKiran K1-5/+19
2025-04-25Bluetooth: btmtksdio: Do close if SDIO card removed without closeChris Lu1-2/+6
2025-04-25Bluetooth: btmtksdio: Check function enabled before doing closeChris Lu1-0/+4
2025-04-25Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()En-Wei Wu1-28/+73
2025-04-25Bluetooth: btintel_pcie: Avoid redundant buffer allocationKiran K1-21/+12
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz7-109/+88