messages from 2025-03-25 16:10:07 to 2025-03-26 11:23:49 UTC [more...]
[PATCH net-next v2 0/3] Fix late DMA unmap crash for page pool
2025-03-26 11:23 UTC (5+ messages)
` [PATCH net-next v2 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
[PATCH] net: usb: usbnet: restore usb%d name exception for local mac addresses
2025-03-26 11:11 UTC (3+ messages)
[PATCH v3 net] net: mvpp2: Prevent parser TCAM memory corruption
2025-03-26 11:07 UTC (2+ messages)
[PATCH net-next 00/13] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
2025-03-26 10:59 UTC (15+ messages)
` [PATCH net-next 05/13] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next 07/13] net: macb: move HW IP alignment value to macb_config
` [PATCH net-next 08/13] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net-next 10/13] net: macb: Add "mobileye,eyeq5-gem" compatible
[PATCH] net: ipv6: Fix NULL dereference in ipv6_route_check_nh
2025-03-26 10:52 UTC
[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
2025-03-26 10:35 UTC (16+ messages)
` [PATCH v7 1/7] rust: retain pointer mut-ness in `container_of!`
` [PATCH v7 2/7] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v7 3/7] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v7 4/7] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v7 5/7] rust: enable `clippy::as_underscore` lint
` [PATCH v7 6/7] rust: enable `clippy::cast_lossless` lint
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint
[PATCH] mac802154_hwsim: define perm_extended_addr initialization
2025-03-26 10:34 UTC (3+ messages)
[PATCH net-next v9 00/14] xsc: ADD Yunsilicon XSC Ethernet Driver
2025-03-26 10:31 UTC (9+ messages)
` [PATCH net-next v9 11/14] xsc: ndo_open and ndo_stop
` [PATCH net-next v9 12/14] xsc: Add ndo_start_xmit
` [PATCH net-next v9 13/14] xsc: Add eth reception data path
` [PATCH net-next v9 14/14] xsc: add ndo_get_stats64
[PATCH net-next v4 0/8] net: ethtool: Introduce ethnl dump helpers
2025-03-26 10:29 UTC (12+ messages)
` [PATCH net-next v4 2/8] net: ethtool: netlink: Allow per-netdevice DUMP operations
` [PATCH net-next v4 3/8] net: ethtool: netlink: Rename ethnl_default_dump_one
[PATCH net] bonding: use permanent address for MAC swapping if device address is same
2025-03-26 10:22 UTC (3+ messages)
[PATCH net-next v24 09/23] ovpn: implement packet processing
2025-03-26 10:22 UTC (5+ messages)
[PATCH net v2] net: ethernet: microchip: lan743x: Fix memory allocation failure
2025-03-26 10:03 UTC (2+ messages)
[PATCH net-next v6 00/12] Add support for PSE budget evaluation strategy
2025-03-26 10:01 UTC (10+ messages)
` [PATCH net-next v6 06/12] net: pse-pd: Add support for budget evaluation strategies
[PATCH v2] net: usb: usbnet: restore usb%d name exception for local mac addresses
2025-03-26 9:46 UTC (2+ messages)
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-26 9:22 UTC (17+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
[PATCH net-next 00/10][pull request] idpf: add initial PTP support
2025-03-26 8:24 UTC (13+ messages)
` [PATCH net-next 01/10] "
` [PATCH net-next 04/10] idpf: negotiate PTP capabilities and get PTP clock
` [PATCH net-next 08/10] idpf: add Tx timestamp flows
` [PATCH net-next 10/10] idpf: change the method for mailbox workqueue allocation
[PATCH net-next v3 0/3] Fix late DMA unmap crash for page pool
2025-03-26 8:18 UTC (4+ messages)
` [PATCH net-next v3 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v3 2/3] page_pool: Turn dma_sync into a full-width bool field
` [PATCH net-next v3 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH net-next 0/9] net: hold instance lock during NETDEV_UP/REGISTER/UNREGISTER
2025-03-26 7:33 UTC (11+ messages)
` [PATCH net-next 1/9] net: switch to netif_disable_lro in inetdev_init
` [PATCH net-next 2/9] net: hold instance lock during NETDEV_REGISTER/UP/UNREGISTER
` [PATCH net-next 3/9] net: use netif_disable_lro in ipv6_add_dev
` [PATCH net-next 4/9] net: dummy: request ops lock
` [PATCH net-next 5/9] net: release instance lock during NETDEV_UNREGISTER for bond/team
` [PATCH net-next 6/9] docs: net: document netdev notifier expectations
` [PATCH net-next 7/9] net: designate XSK pool pointers in queues as "ops protected"
` [PATCH net-next 8/9] netdev: add "ops compat locking" helpers
` [PATCH net-next 9/9] netdev: don't hold rtnl_lock over nl queue info get when possible
[PATCH linux-next v2] net: atm: use sysfs_emit()/sysfs_emit_at() instead of scnprintf()
2025-03-26 7:22 UTC (2+ messages)
[PATCHv5 net-next 0/2] wireguard: selftests: use nftables for testing
2025-03-26 6:25 UTC (4+ messages)
` [PATCHv5 net-next 1/2] wireguard: selftests: convert iptables to nft
[PATCH] net/mlx5: DR, remove redundant object_range assignment
2025-03-26 6:13 UTC (2+ messages)
[PATCH iwl-next v3 0/4] igb: XDP/ZC follow up
2025-03-26 6:11 UTC (3+ messages)
` [PATCH iwl-next v3 2/4] igb: Link queues to NAPI instances
` [Intel-wired-lan] "
[PATCH] lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization
2025-03-26 5:25 UTC (13+ messages)
linux-next: manual merge of the tip tree with the net-next tree
2025-03-26 5:01 UTC (2+ messages)
linux-next: manual merge of the kspp tree with the net-next tree
2025-03-26 4:54 UTC (2+ messages)
linux-next: build failure after merge of the apparmor tree
2025-03-26 4:01 UTC
[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
2025-03-26 2:52 UTC (16+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v8 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support
[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
2025-03-26 0:41 UTC (6+ messages)
` [PATCH net-next v24 18/23] ovpn: implement peer add/get/dump/delete via netlink
[net-next RFC PATCH v2 0/3] net: phy: Add support for new Aeonsemi PHYs
2025-03-26 0:23 UTC (4+ messages)
` [net-next RFC PATCH v2 1/3] net: phy: permit PHYs to register a second time
` [net-next RFC PATCH v2 2/3] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next RFC PATCH v2 3/3] dt-bindings: net: Document support for Aeonsemi PHYs
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-03-26 0:11 UTC (7+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device
linux-next: duplicate patch in the tty tree
2025-03-25 23:56 UTC (2+ messages)
[PATCH v6 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
2025-03-25 22:52 UTC (2+ messages)
[PATCH net v3 0/2] net: usb: asix: ax88772: Fix potential string cut
2025-03-25 22:50 UTC (2+ messages)
[PATCH RFC net-next v1] page_pool: import Jesper's page_pool benchmark
2025-03-25 22:38 UTC (4+ messages)
[PATCH net 1/4] ieee802154: Restore initial state on failed device_rename() in cfg802154_switch_netns()
2025-03-25 22:00 UTC (2+ messages)
[PATCH v10 net-next 0/5] DUALPI2 patch
2025-03-25 21:54 UTC (2+ messages)
[GIT PULL] bluetooth-next 2025-03-25
2025-03-25 21:40 UTC (2+ messages)
[PATCH net 0/4] Avoid using WARN_ON() on allocation failure in device_rename()
2025-03-25 21:39 UTC (2+ messages)
ethtool read EEPROM
2025-03-25 21:38 UTC (4+ messages)
[net-next PATCH 1/2] net: phy: Add support for new Aeonsemi PHYs
2025-03-25 21:36 UTC (8+ messages)
[PATCH net 1/2] net: libwx: fix Tx descriptor content for some tunnel packets
2025-03-25 21:10 UTC (2+ messages)
[PATCH net-next] net: phylink: force link down on major_config failure
2025-03-25 21:00 UTC (2+ messages)
[PATCH net-next v7 0/7] net: tn40xx: add support for AQR105 based cards
2025-03-25 21:00 UTC (2+ messages)
[PATCH net-next 0/6] Basic XDP Support for DQO RDA Queue Format
2025-03-25 21:00 UTC (2+ messages)
[PATCH net v2] atm: Fix NULL pointer dereference
2025-03-25 21:00 UTC (2+ messages)
[PATCH net v4] selftests/net: big_tcp: return xfail on slow machines
2025-03-25 20:38 UTC (2+ messages)
[PATCH 0/3] Add support for speed in MANA ethtool
2025-03-25 20:38 UTC (16+ messages)
` [PATCH 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH 2/3] net: mana: Implement set_link_ksettings in ethtool for speed
` [EXTERNAL] "
[PATCH net-next v5 0/6] Convert LAN78xx to PHYLINK
2025-03-25 20:06 UTC (10+ messages)
` [PATCH net-next v5 1/6] net: usb: lan78xx: Improve error handling in PHY initialization
` [PATCH net-next v5 2/6] net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC management
` [PATCH net-next v5 5/6] net: usb: lan78xx: Integrate EEE support with phylink LPI API
[PATCH v2 net 0/3] udp: Fix two integer overflows when sk->sk_rcvbuf is close to INT_MAX
2025-03-25 19:58 UTC (4+ messages)
` [PATCH v2 net 1/3] udp: Fix multiple wraparounds of sk->sk_rmem_alloc
` [PATCH v2 net 2/3] udp: Fix memory accounting leak
` [PATCH v2 net 3/3] selftest: net: Check wraparounds for sk->sk_rmem_alloc
[PATCH net v2] net: Fix the devmem sock opts and msgs for parisc
2025-03-25 19:50 UTC (3+ messages)
[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
2025-03-25 19:43 UTC (12+ messages)
[PATCH stable 5.4 v2 0/2] openvswitch port output fixes
2025-03-25 19:22 UTC (3+ messages)
` [PATCH stable 5.4 v2 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.4 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier
[GIT PULL] bluetooth 2025-03-14
2025-03-25 19:31 UTC (2+ messages)
[PATCH stable 5.15 v2 0/2] openvswitch port output fixes
2025-03-25 19:22 UTC (3+ messages)
` [PATCH stable 5.15 v2 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.15 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier
[PATCH stable 5.10 v2 0/2] openvswitch port output fixes
2025-03-25 19:22 UTC (3+ messages)
` [PATCH stable 5.10 v2 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.10 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier
[PATCH net,v2] net: mana: Switch to page pool for jumbo frames
2025-03-25 18:32 UTC (4+ messages)
[PATCH net-next] net: move replay logic to tc_modify_qdisc
2025-03-25 18:01 UTC (2+ messages)
[PATCH v1 net 1/3] udp: Fix multiple wraparounds of sk->sk_rmem_alloc
2025-03-25 17:53 UTC (2+ messages)
[PATCH v3 net-next 0/2] tcp/dccp: remove 16 bytes from icsk
2025-03-25 17:50 UTC (2+ messages)
[PATCH net-next v4 0/3] stmmac: Several PCI-related improvements
2025-03-25 17:50 UTC (2+ messages)
[PATCH net-next v1 1/1] stmmac: intel: interface switching support for RPL-P platform
2025-03-25 17:50 UTC (2+ messages)
[PATCH net v1 1/1] net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3
2025-03-25 17:50 UTC (2+ messages)
[PATCH net-next v4 0/4] Add support to do threaded napi busy poll
2025-03-25 17:47 UTC (4+ messages)
[PATCH net-next v2 0/3] Bug fixes from XDP and perout series
2025-03-25 17:48 UTC (4+ messages)
` [PATCH net-next v2 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request
[PATCH 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-03-25 17:30 UTC (14+ messages)
` [PATCH 2/5] dt-bindings: net: Add MTIP L2 switch description (fec,mtip-switch.yaml)
` [PATCH 4/5] arm: dts: imx287: Provide description for MTIP L2 switch
` [PATCH 5/5] net: mtip: The L2 switch driver for imx287
[PATCH net-next v2 00/11] net: skip taking rtnl_lock for queue GET
2025-03-25 17:30 UTC (5+ messages)
` [PATCH net-next v2 08/11] net: make NETDEV_UNREGISTER and instance lock more consistent
[PATCH net-next] rtase: Add ndo_setup_tc support for CBS offload in traffic control setup
2025-03-25 17:20 UTC (5+ messages)
[RFC PATCH 00/13] Ultra Ethernet driver introduction
2025-03-25 17:02 UTC (6+ messages)
[PATCH net-next] netpoll: optimize struct layout for cache efficiency
2025-03-25 17:00 UTC (4+ messages)
[PATCH net-next] octeontx2-af: mcs: Remove redundant 'flush_workqueue()' calls
2025-03-25 16:40 UTC (2+ messages)
[PATCH net-next v2 0/4] virtio_net: Fixes and improvements
2025-03-25 16:40 UTC (2+ messages)
[PATCH net-next] xsk: Bring back busy polling support in XDP_COPY
2025-03-25 16:37 UTC (3+ messages)
[GIT PULL] bluetooth-next 2025-03-20
2025-03-25 16:24 UTC (4+ messages)
[PATCH net-next v2 0/5] udp_tunnel: GRO optimization follow-up
2025-03-25 16:24 UTC (8+ messages)
` [PATCH net-next v2 3/5] udp_tunnel: fix UaF in GRO accounting
` [PATCH net-next v2 4/5] udp_tunnel: avoid inconsistent local variables usage
` [PATCH net-next v2 5/5] udp_tunnel: prevent GRO lookup optimization for user-space sockets
[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
2025-03-25 16:23 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next v4 0/2] net: phy: sfp: Add single-byte SMBus SFP access
2025-03-25 16:20 UTC (2+ messages)
[PATCH 1/8] xfrm: prevent high SEQ input in non-ESN mode
2025-03-25 16:20 UTC (2+ messages)
[PATCH net] net: mana: Switch to page pool for jumbo frames
2025-03-25 16:19 UTC (3+ messages)
` [EXTERNAL] "
[PATCH net-next v2] tcp: Support skb PAWS drop reason when TIME-WAIT
2025-03-25 16:18 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).