summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov
2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov
2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov
2024-07-01net: phy: fix potential use of NULL pointer in phy_suspend()Russell King (Oracle)
2024-07-01Merge tag 'linux-can-next-for-6.11-20240629' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi
2024-07-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2024-07-01Merge branch 'bnxt_en-ptp' into mainDavid S. Miller
2024-07-01bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi
2024-07-01bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi
2024-07-01bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi
2024-07-01bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi
2024-07-01bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi
2024-07-01bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan
2024-07-01bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan
2024-07-01bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan
2024-07-01bnxt_en: Add new TX timestamp completion definitionsMichael Chan
2024-07-01octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAMNithin Dabilpuram
2024-07-01net: tn40xx: add initial ethtool_ops supportFUJITA Tomonori
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2024-07-01Merge branch 'tcp_metrics-netlink-specs' into mainDavid S. Miller
2024-07-01tcp_metrics: add netlink protocol spec in YAMLJakub Kicinski
2024-07-01tcp_metrics: add UAPI to the header guardJakub Kicinski
2024-07-01net: phy: realtek: Add support for PHY LEDs on RTL8211FMarek Vasut
2024-06-28Merge branch 'ethtool-track-custom-rss-contexts-in-the-core'Jakub Kicinski
2024-06-28sfc: remove get_rxfh_context dead codeEdward Cree
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree
2024-06-28sfc: use new rxfh_context APIEdward Cree
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-28Merge branch 'selftests-drv-net-add-ability-to-schedule-cleanup-with-defer'Jakub Kicinski
2024-06-28selftests: drv-net: rss_ctx: convert to defer()Jakub Kicinski
2024-06-28selftests: drv-net: add ability to schedule cleanup with defer()Jakub Kicinski
2024-06-28selftests: net: ksft: avoid continue when handling resultsJakub Kicinski
2024-06-28enic: add ethtool get_channel supportJon Kohler
2024-06-28Merge branch 'lift-udp_segment-restriction-for-egress-via-device-w-o-csum-off...Jakub Kicinski
2024-06-28selftests/net: Add test coverage for UDP GSO software fallbackJakub Sitnicki
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki
2024-06-28Merge patch series "can: mcp251xfd: workaround for erratum DS80000789E 6 of m...Marc Kleine-Budde
2024-06-28can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde
2024-06-28can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratumMarc Kleine-Budde
2024-06-28can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde
2024-06-28can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde
2024-06-28can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde