messages from 2026-07-31 15:45:12 to 2026-07-31 18:55:34 UTC [more...]
[PATCH net] net/mlx5e: strip runt Ethernet padding in HW-GRO (SHAMPO)
2026-07-31 18:54 UTC
[RFC PATCH net-next] net: gro: coalesce padded small IPv4 TCP segments
2026-07-31 18:54 UTC
[PATCH] net: tulip: xircom_cb: drop runt frames before skb copy
2026-07-31 18:33 UTC
[PATCH net v1] net: ravb: fix use-after-free in ravb_get_ts_info
2026-07-31 18:25 UTC (2+ messages)
[PATCH v3 net-next 0/3] dpll: add SiTime SiT9531x DPLL clock driver
2026-07-31 18:09 UTC (4+ messages)
` [PATCH v3 net-next 1/3] dt-bindings: vendor-prefixes: add SiTime Corporation
` [PATCH v3 net-next 2/3] dt-bindings: dpll: add SiTime SiT9531x clock generator
` [PATCH v3 net-next 3/3] dpll: add SiTime SiT9531x DPLL clock driver
[PATCH net-next 1/2] bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()
2026-07-31 17:51 UTC (2+ messages)
` [PATCH net-next 2/2] selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockopt
[PATCH net] net: x25: shut down T20 timer before freeing neighbour
2026-07-31 17:39 UTC
[PATCH net-next v3 00/13] ax88179_178a: Add support for AX88179A-based chips
2026-07-31 17:39 UTC (20+ messages)
` [PATCH net-next v3 02/13] ax88179_178a: Add HW support for AX179A-based chips
` [PATCH net-next v3 03/13] ax88179_178a: Use MMD accessor functions for AX88179A
` [PATCH net-next v3 06/13] ax88179_178a: EEE setup for AX88179A-based chips
` [PATCH net-next v3 07/13] ax88179_178a: Obtain speed and duplex from Interrupt URB
` [PATCH net-next v3 13/13] ax88796b: Add support for AX88772D, AX88179A and AX88279
[PATCH v4 net] net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race
2026-07-31 17:37 UTC (2+ messages)
[syzbot] [usb?] KASAN: slab-use-after-free Read in cxacru_poll_status
2026-07-31 17:16 UTC
[syzbot] [usb?] WARNING in cxacru_cm/usb_submit_urb (3)
2026-07-31 17:14 UTC
[PATCH 0/2] Remove the sgi-gru and sgi-xp drivers
2026-07-31 17:09 UTC (3+ messages)
` [PATCH 2/2] misc: sgi-gru: Remove SGI GRU driver
[PATCH net] net: thunderbolt: Tear down DMA paths before stopping the rings
2026-07-31 17:04 UTC
[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-07-31 16:57 UTC (5+ messages)
[PATCH net] net/mlx5e: Move representor vnic reporter to eswitch devlink port
2026-07-31 16:57 UTC (2+ messages)
[PATCH net v3 0/1] xsk: account uncharged AF_XDP ring allocations to memcg
2026-07-31 16:46 UTC (2+ messages)
` [PATCH net v3 1/1] xsk: account "
[PATCH v1 net-next 0/3] geneve: Support per-netns device unregistration
2026-07-31 16:45 UTC (4+ messages)
` [PATCH v1 net-next 1/3] geneve: Unlink geneve->sock[46].hlist[46].hlist in __geneve_sock_release()
` [PATCH v1 net-next 2/3] geneve: Protect geneve_net and geneve_sock with per-netns mutex
` [PATCH v1 net-next 3/3] geneve: Support per-netns netdev unregistration
[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
2026-07-31 16:40 UTC (4+ messages)
` [PATCH v2 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
[RESEND PATCH v2 0/4] nvme-tcp: NIC topology aware I/O queue scaling and queue info export
2026-07-31 16:41 UTC (4+ messages)
` [RESEND PATCH v2 2/4] nvme-tcp: limit I/O queue count based on NIC queue count
[net-next, v2 0/3] bnge: add more functionality
2026-07-31 16:37 UTC (4+ messages)
` [net-next, v2 1/3] bnge: refactor rx mode helpers to accept explicit address lists
` [net-next, v2 2/3] bnge: add ndo_set_rx_mode_async support
` [net-next, v2 3/3] bnge: send hwrm for interface down/up transitions
[PATCH net-next v6 00/16] net: macb: implement context swapping
2026-07-31 16:34 UTC (17+ messages)
` [PATCH net-next v6 01/16] net: macb: drop "consistent" from alloc/free function names
` [PATCH net-next v6 02/16] net: macb: unify device pointer naming convention
` [PATCH net-next v6 03/16] net: macb: unify variable naming convention in at91ether functions
` [PATCH net-next v6 04/16] net: macb: unify queue index variable naming convention and types
` [PATCH net-next v6 05/16] net: macb: enforce reverse christmas tree (RCT) convention
` [PATCH net-next v6 06/16] net: macb: allocate tieoff descriptor once across device lifetime
` [PATCH net-next v6 07/16] net: macb: introduce macb_context struct for buffer management
` [PATCH net-next v6 08/16] net: macb: avoid macb_init_rx_buffer_size() modifying state
` [PATCH net-next v6 09/16] net: macb: make `struct macb` subset reachable from macb_context struct
` [PATCH net-next v6 10/16] net: macb: change caps helpers signatures
` [PATCH net-next v6 11/16] net: macb: change function signatures to take contexts
` [PATCH net-next v6 12/16] net: macb: introduce macb_context_alloc() helper
` [PATCH net-next v6 13/16] net: macb: move printk() calls out of bp->lock critical section
` [PATCH net-next v6 14/16] net: macb: read ISR inside "
` [PATCH net-next v6 15/16] net: macb: use context swapping in .set_ringparam()
` [PATCH net-next v6 16/16] net: macb: use context swapping in .ndo_change_mtu()
[PATCH net] net/sched: keep tcf block alive during offload unbind
2026-07-31 16:33 UTC (2+ messages)
[PATCH] net/sched: sch_qfq: prevent aggregate self-replacement
2026-07-31 16:32 UTC (2+ messages)
[PATCH RFC/RFT 0/2] net: stmmac: Add support for Allwinner A733 GMAC210
2026-07-31 16:30 UTC (3+ messages)
` [PATCH RFC/RFT 1/2] dt-bindings: net: sun8i-emac: Add A733 GMAC210 compatible
` [PATCH RFC/RFT 2/2] net: stmmac: Add support for Allwinner A733 GMAC210
[PATCH net] ipv4: fix use-after-free in fib_nhc_update_mtu()
2026-07-31 16:29 UTC
[RFC PATCH net-next] selftests/net: Introduce a selftest for ethtool flow control
2026-07-31 16:28 UTC
[PATCH net-next v3 0/3] dpll: zl3073x: add PTP clock support
2026-07-31 16:23 UTC (5+ messages)
` [PATCH net-next v3 1/3] dpll: zl3073x: add channel ToD, phase step and TIE operations
` [PATCH net-next v3 3/3] dpll: zl3073x: add PTP clock support
[PATCH net-next v5 00/15] net: macb: implement context swapping
2026-07-31 16:21 UTC (5+ messages)
` [PATCH net-next v5 14/15] net: macb: use context swapping in .set_ringparam()
` [PATCH net-next v5 15/15] net: macb: use context swapping in .ndo_change_mtu()
[PATCH net-next v4 00/12] ax88179_178a: Add support for AX88179A-based chips
2026-07-31 16:19 UTC (13+ messages)
` [PATCH net-next v4 01/12] ax88179_178a: Fix endianness of pause watermark register
` [PATCH net-next v4 02/12] ax88179_178a: Split driver into library and device specific code
` [PATCH net-next v4 03/12] ax88179_178a: Add HW support for AX179A-based chips
` [PATCH net-next v4 04/12] ax88179_178a: Add EEE configuration support for AX88179A MACs
` [PATCH net-next v4 05/12] ax88179_178a: Add EEE configuration support for AX88179A PHYs
` [PATCH net-next v4 06/12] ax88179_178a: Add VLAN offload support for AX88179A
` [PATCH net-next v4 07/12] ax88179_178a: Add AX179A/AX279 multicast configuration
` [PATCH net-next v4 08/12] ax88179_178a: Add Suspend/resume support for AX88179A/772D/279
` [PATCH net-next v4 09/12] ax88179_178a: Add ethtool get_drvinfo
` [PATCH net-next v4 10/12] ax88179_178a: update driver information
` [PATCH net-next v4 11/12] ax88179_178a: Add support for AX88179A/772D/279 EEPROM access
` [PATCH net-next v4 12/12] ax88796b: Add support for AX88772D, AX88179A and AX88279
[PATCH] net: 8390: pcnet_cs: release PCMCIA window on setup_shmem_window() error
2026-07-31 16:17 UTC
[PATCH net v2 0/2] Fix skb length accounting after XDP frag adjustment
2026-07-31 16:14 UTC (7+ messages)
` [PATCH net v2 1/2] net: fix skb length accounting after generic "
` [PATCH net v2 2/2] veth: fix skb length accounting after "
[PATCH net 0/5] net: stmmac: Fix double VLAN 802.1ad tag handling
2026-07-31 16:12 UTC (5+ messages)
` "
[PATCH net] net: wan: fsl_ucc_hdlc: release HDLC device on remove
2026-07-31 16:10 UTC (2+ messages)
[PATCH net-next v3] rds: synchronize info callbacks with module unload
2026-07-31 16:09 UTC
[PATCH bpf v3] bpf: Fix netns reference imbalance in conntrack kfuncs
2026-07-31 16:09 UTC
[PATCH net-next v6 00/15][pull request] Introduce iXD driver
2026-07-31 15:57 UTC (2+ messages)
[PATCH net-next] net: airoha: fix ARRAY_SIZE() division by zero on UP builds
2026-07-31 15:47 UTC
[PATCH nf 0/1] netfilter: bridge: release template ct on non-IP path
2026-07-31 15:47 UTC (4+ messages)
` [PATCH nf 1/1] "
[PATCH v2 0/2] Drivers: hv: decrypt netvsc buffers on contiguous direct-map addresses
2026-07-31 15:46 UTC (5+ messages)
` [PATCH v2 1/2] Drivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()
` [PATCH v2 2/2] hv_netvsc: Allocate host-visible GPADL buffers as decrypted contiguous chunks
[PATCH] batman-adv: reject unrepresentable multicast TVLV offsets
2026-07-31 15:46 UTC
page: | 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