messages from 2026-06-02 02:15:11 to 2026-06-02 11:20:34 UTC [more...]
[PATCH net-next 00/14] net: ethtool: let ops locked drivers run without rtnl_lock
2026-06-02 11:20 UTC (9+ messages)
` [PATCH net-next 02/14] net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
` [PATCH net-next 04/14] net: ethtool: relax ethnl_req_get_phydev() locking assertion
` [PATCH net-next 14/14] docs: net: ethtool: document ops-locked drivers and op_needs_rtnl
[PATCH net-next 0/8] net: mdio: realtek-rtl9300: Refactor initialization and port lookup
2026-06-02 11:16 UTC (18+ messages)
` [PATCH net-next 1/8] net: mdio: realtek-rtl9300: Convert to fwnode API
` [PATCH net-next 2/8] net: mdio: realtek-rtl9300: Correctly handle ethernet-phy-package
` AW: "
` [PATCH net-next 3/8] net: mdio: realtek-rtl9300: harden otto_emdio_map_ports()
` AW: "
` [PATCH net-next 4/8] net: mdio: realtek-rtl9300: harden otto_emdio_probe_one()
` [PATCH net-next 5/8] net: mdio: realtek-rtl9300: adapt spaces for defines
` AW: "
` [PATCH net-next 6/8] net: mdio: realtek-rtl9300: relocate topology setup
` AW: "
` [PATCH net-next 7/8] net: mdio: realtek-rtl9300: reorder controller setup
` [PATCH net-next 8/8] net: mdio: realtek-rtl9300: Convert port lookup from O(n) to O(1)
[PATCH net-next v4 0/5] net: wangxun: timeout and error
2026-06-02 11:16 UTC (10+ messages)
` [PATCH net-next v4 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v4 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v4 4/5] net: wangxun: introduce soft quiesce callbacks for AER recovery
` [PATCH net-next v4 5/5] net: wangxun: implement pci_error_handlers ops
[PATCH] nfc: llcp: fix integer underflow and missing bounds checks in TLV parsing
2026-06-02 11:12 UTC (2+ messages)
[PATCH net v4] net: tg3: guard napi_disable and pci_disable_device calls
2026-06-02 11:12 UTC (3+ messages)
[PATCH nfc] nfc: nci: fix double completion race in nci_data_exchange_complete
2026-06-02 11:05 UTC (2+ messages)
[PATCH] rtase: Avoid sleeping in get_stats64()
2026-06-02 10:50 UTC (3+ messages)
[PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
2026-06-02 10:58 UTC (5+ messages)
` [External Mail] "
[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
2026-06-02 10:56 UTC (5+ messages)
` [patch V2 04/25] pps: Convert to ktime_get_snapshot_id()
[PATCH v3] nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsing
2026-06-02 10:49 UTC (2+ messages)
[PATCH net v2 0/2] nfc: llcp: two fixes for nfc_llcp_getsockopt()
2026-06-02 10:40 UTC (2+ messages)
[PATCH] mac802154: Prevent overwrite return code in mac802154_perform_association()
2026-06-02 10:35 UTC (2+ messages)
[PATCH] sunrpc: fix uninitialized xprt_create_args structure
2026-06-02 10:30 UTC (2+ messages)
[PATCH v5] nfc: nxp-nci: i2c: use rising-edge IRQ on ACPI systems
2026-06-02 10:23 UTC (2+ messages)
[PATCH net v2] inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush
2026-06-02 10:21 UTC
[PATCH] nfc: nxp-nci: Add ISO15693 support
2026-06-02 10:17 UTC (2+ messages)
[PATCH iwl-net] ice: fix E810 low latency timestamp interrupt handling
2026-06-02 10:15 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH] NFC: nci: uart: Constify struct tty_ldisc_ops
2026-06-02 10:14 UTC (2+ messages)
[PATCH v7] nfc: hci: fix out-of-bounds read in HCP header parsing
2026-06-02 10:13 UTC (2+ messages)
[PATCH net v5] xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()
2026-06-02 10:12 UTC (2+ messages)
[PATCH net-next] ixgbe: implement get_queue_stats_rx
2026-06-02 10:09 UTC
[PATCH] rtase: Reset TX subqueue when clearing TX ring
2026-06-02 10:06 UTC (3+ messages)
[PATCH] xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()
2026-06-02 10:06 UTC (2+ messages)
[PATCH v2] xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()
2026-06-02 9:49 UTC
[PATCH net] ipv6: use READ_ONCE() in ipv6_flowlabel_get()
2026-06-02 9:46 UTC (5+ messages)
[PATCH net-next] net: bcmgenet: convert RX path to page_pool
2026-06-02 9:42 UTC
[PATCH net-next v6 00/11] BIG TCP for UDP tunnels
2026-06-02 9:39 UTC (12+ messages)
` [PATCH net-next v6 01/11] net/sched: act_csum: don't mangle UDP tunnel GSO packets
` [PATCH net-next v6 02/11] geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZE
` [PATCH net-next v6 03/11] net: Use helpers to get/set UDP len tree-wide
` [PATCH net-next v6 04/11] net: Enable BIG TCP with partial GSO
` [PATCH net-next v6 05/11] udp: Support gro_ipv4_max_size > 65536
` [PATCH net-next v6 06/11] udp: Support BIG TCP GSO packets where they can occur
` [PATCH net-next v6 07/11] udp: Validate UDP length in udp_gro_receive
` [PATCH net-next v6 08/11] udp: Set length in UDP header to 0 for big GSO packets
` [PATCH net-next v6 09/11] vxlan: Enable BIG TCP packets
` [PATCH net-next v6 10/11] geneve: "
` [PATCH net-next v6 11/11] selftests: net: Add a test for BIG TCP in UDP tunnels
[PATCH v2] net: stmmac: fix fatal bus error on resume by reinitializing RX buffers
2026-06-02 9:28 UTC (2+ messages)
` "
[PATCH net-next] net: atlantic: aq_utils_obj_{set|clear} optimizations
2026-06-02 9:29 UTC
[PATCH rdma-next v6] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-02 9:21 UTC (3+ messages)
[PATCH net 0/2] Fix use-after-free in metadata dst teardown in airoha_eth and mtk_eth_soc drivers
2026-06-02 9:21 UTC (3+ messages)
` [PATCH net 1/2] net: airoha: Fix use-after-free in metadata dst teardown
` [PATCH net 2/2] net: ethernet: mtk_eth_soc: "
[PATCH net-next v5] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-02 9:20 UTC (2+ messages)
[RFC PATCH 6.1.y 0/2] bpf: backport scalar not-equal tracking fixes
2026-06-02 9:17 UTC (4+ messages)
[PATCH net-next] macvlan: fix use-after-free of macvlan_port in macvlan_fill_info()
2026-06-02 9:14 UTC (3+ messages)
[PATCH net-next] rtnetlink: use dev_isalive() in rtnl_getlink()
2026-06-02 9:13 UTC
[PATCH net-next v5 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
2026-06-02 9:10 UTC (3+ messages)
` [PATCH net-next v5 1/2] net: dsa: mv88e6xxx: use the hw tx queues
` [PATCH net-next v5 2/2] net: dsa: mv88e6xxx: add support for credit based shaper
[PATCH net-next v2 1/2] rndis_host: add Telit LE310X1 RNDIS USB ID
2026-06-02 9:05 UTC (2+ messages)
` [PATCH net-next v2 2/2] rndis_host: enable power management for Telit LE310X1
[PATCH net-next v2 0/2] rndis_host: add LE310X1 ID and enable low-power handling
2026-06-02 9:05 UTC
[PATCH net-next v2] eth: bnxt: disable rx-copybreak by default
2026-06-02 8:54 UTC (2+ messages)
[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
2026-06-02 8:51 UTC (15+ messages)
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
[PATCH bpf v2] bpf: devmap: reject fragmented frames in clone-based broadcasts
2026-06-02 8:43 UTC
[PATCH net-next v5 0/2] net: dsa: yt921x: Add ACL support
2026-06-02 8:37 UTC (3+ messages)
` [PATCH net-next v5 1/2] net: dsa: tag_yt921x: handle ACL tag code
` [PATCH net-next v5 2/2] net: dsa: yt921x: Add ACL support
[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
2026-06-02 8:24 UTC (3+ messages)
` [PATCH 22/23] reset: rzg2l: use platform_device_set_of_node_from_dev()
[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
2026-06-02 8:25 UTC (7+ messages)
[PATCH net v3] xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()
2026-06-02 8:17 UTC (2+ messages)
[PATCH] nios2: remove the architecture
2026-06-02 8:00 UTC (10+ messages)
[net-next v5 0/3] Add motorcomm 8531s set ds func and 8522 driver
2026-06-02 5:19 UTC (3+ messages)
` [net-next v5 3/3] net: phy: motorcomm: Add YT8522 100M RMII PHY support
[PATCH 5.15.y] net: mctp: ensure our nlmsg responses are initialised
2026-06-02 7:50 UTC
[PATCH 6.1.y] net: mctp: ensure our nlmsg responses are initialised
2026-06-02 7:50 UTC
[PATCH net] xfrm: Fix dev use-after-free in xfrm async resumption
2026-06-02 7:38 UTC (4+ messages)
[PATCH 6.6.y] net: mctp: ensure our nlmsg responses are initialised
2026-06-02 7:36 UTC
[PATCH 6.12.y] net: mctp: ensure our nlmsg responses are initialised
2026-06-02 7:35 UTC
[PATCH 6.18.y] net: mctp: ensure our nlmsg responses are initialised
2026-06-02 7:34 UTC
[PATCH RESEND net] net: mv643xx: fix OF node refcount
2026-06-02 7:34 UTC
[PATCH net-next v6 0/5] veth: add Byte Queue Limits (BQL) support
2026-06-02 7:24 UTC (7+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
[PATCH v2 net-next 0/9] net: dsa: netc: add bridge mode support
2026-06-02 7:23 UTC (10+ messages)
` [PATCH v2 net-next 1/9] net: enetc: add interfaces to manage dynamic FDB entries
` [PATCH v2 net-next 2/9] net: enetc: add "Update" and "Delete" operations to VLAN filter table
` [PATCH v2 net-next 3/9] net: enetc: add interfaces to manage egress treatment table
` [PATCH v2 net-next 4/9] net: enetc: add "Update" operation to the egress count table
` [PATCH v2 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
` [PATCH v2 net-next 6/9] net: enetc: add helpers to set/clear table bitmap
` [PATCH v2 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
` [PATCH v2 net-next 8/9] net: dsa: netc: add bridge mode support
` [PATCH v2 net-next 9/9] net: dsa: netc: implement dynamic FDB entry ageing
[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-06-02 7:14 UTC (12+ messages)
[PATCH net-next v2] net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_query
2026-06-02 7:13 UTC
[PATCH 0/3] IPQ5018: Add and enable GEPHY RX and TX clocks
2026-06-02 6:54 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: net: qca,ipq5018: Split IPQ5018 PHY bindings from ar803x
Possible UaF bug in netdevice teardown path
2026-06-02 6:52 UTC (2+ messages)
[PATCH v2 0/4] IPQ5018: Add and enable GEPHY RX and TX clocks
2026-06-02 6:50 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: net: ethernet-phy: move clocks property to invidivual PHY bindings
` [PATCH v2 2/4] dt-bindings: net: qca,ar803x: Add clocks property for IPQ5018 PHY
` [PATCH v2 3/4] arm64: qcom: ipq5018: Add GEPHY RX and TX clocks
` [PATCH v2 4/4] net: phy: at803x: add RX and TX clock management for IPQ5018 PHY
[RFC] drivers/staging/axis-fifo: TODO file and subsystem direction
2026-06-02 6:45 UTC (8+ messages)
[PATCH net v2] Revert "ipv6: preserve insertion order for same-scope addresses"
2026-06-02 6:44 UTC (3+ messages)
` IPv6 address insertion order (was Re: [PATCH net v2] Revert "ipv6: preserve insertion order for same-scope addresses")
[PATCH v2 net] tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req()
2026-06-02 6:25 UTC (2+ messages)
[PATCH] xfrm: policy: Fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()
2026-06-02 6:23 UTC (2+ messages)
[PATCH net v2] net: require CAP_NET_ADMIN in the device netns for tunnel changelink
2026-06-02 6:23 UTC (3+ messages)
[PATCH v18 net-next 0/8] octeontx2-af: npc: Enhancements
2026-06-02 6:03 UTC (9+ messages)
` [PATCH v18 net-next 1/8] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v18 net-next 2/8] devlink: heap-allocate param fill buffers in devlink_nl_param_fill
` [PATCH v18 net-next 3/8] devlink: Implement devlink param multi attribute nested data values
` [PATCH v18 net-next 4/8] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v18 net-next 5/8] octeontx2: cn20k: Coordinate default rules with NIX LF lifecycle
` [PATCH v18 net-next 6/8] octeontx2-af: npc: Support for custom KPU profile from filesystem
` [PATCH v18 net-next 7/8] octeontx2: cn20k: Respect NPC MCAM X2/X4 profile in flows and DFT alloc
` [PATCH v18 net-next 8/8] octeontx2-af: npc: cn20k: Allocate npc_priv and dstats dynamically
[PATCH bpf v3 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-06-02 5:38 UTC (7+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "
[PATCH net-next v3 0/4] selftests: rds: ROCE support follow ups
2026-06-02 5:06 UTC (5+ messages)
` [PATCH net-next v3 1/4] selftests: rds: Rename run.sh to rds_run.sh
` [PATCH net-next v3 2/4] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v3 3/4] selftests: rds: support RDS built as loadable modules
` [PATCH net-next v3 4/4] selftests: rds: report missing RDMA prereqs as XFAIL
[PATCH net-next v2 4/4] selftests: rds: report missing RDMA prereqs as XFAIL
2026-06-02 5:04 UTC (3+ messages)
[PATCH v2 net] octeontx2-af: npc: Fix CPT channel mask in npc_install_flow
2026-06-02 4:58 UTC
[PATCH v3 0/4] DRM RAS Fixes
2026-06-02 4:48 UTC (5+ messages)
` [PATCH v3 1/4] drm/ras: Cancel and free message on get counter failure
` [PATCH v3 2/4] drm/xe/drm_ras: Make counter allocation drm managed
` [PATCH v3 3/4] drm/xe/drm_ras: Add per node cleanup action
` [PATCH v3 4/4] drm/xe/hw_error: Use HW_ERR prefix in log
[net-next v44] mctp pcc: Implement MCTP over PCC Transport
2026-06-02 4:42 UTC (6+ messages)
[PATCH v17 net-next 0/8] octeontx2-af: npc: Enhancements
2026-06-02 4:20 UTC (9+ messages)
` [PATCH v17 net-next 3/8] devlink: Implement devlink param multi attribute nested data values
` [PATCH v17 net-next 4/8] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v17 net-next 6/8] octeontx2-af: npc: Support for custom KPU profile from filesystem
` [PATCH v17 net-next 8/8] octeontx2-af: npc: cn20k: Allocate npc_priv and dstats dynamically
[PATCH net-next] octeontx2-af: kpu: Default profile updates
2026-06-02 4:05 UTC
[PATCH iwl-next v2 0/4] return value of skb_checksum_help()
2026-06-02 3:55 UTC (5+ messages)
` [PATCH iwl-next v2 1/4] ice: pass the "
` [Intel-wired-lan] "
` [PATCH iwl-next v2 2/4] i40e: "
` [Intel-wired-lan] "
[PATCH net-next] mptcp: change mptcp_established_options() to return opt_size
2026-06-02 3:52 UTC (3+ messages)
[PATCH v4 net-next 5/5] geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6
2026-06-02 3:25 UTC (3+ messages)
[PATCH net v2 0/4] net: trust-after-modification fixes for IPv4 options + netlabel
2026-06-02 3:17 UTC (5+ messages)
` [PATCH net v2 3/4] netlabel: validate CALIPSO option against skb tail in netlbl_skbuff_getattr
` [PATCH net v2 4/4] netlabel: validate CIPSO "
[PATCH] net: qrtr: fix node refcount leak on ctrl packet alloc failure
2026-06-02 3:10 UTC (2+ messages)
[PATCH net-next v3] net: lan743x: avoid netdev-based logging before netdev registration
2026-06-02 3:10 UTC (2+ messages)
[net-next v5 0/4] Add StarFive jhb100 soc SGMII GMAC support
2026-06-02 3:10 UTC (2+ messages)
[PATCH net v2] netlabel: validate unlabeled mask attribute length
2026-06-02 3:08 UTC (4+ messages)
[PATCH net-next v3 08/14] net: ethernet: oa_tc6: Remove FCS size in RX frame
2026-06-02 3:01 UTC (4+ messages)
[PATCH V2 0/2] net: phy: dp83822: Add optional external PHY clock
2026-06-02 3:01 UTC (3+ messages)
` [PATCH V2 2/2] "
[PATCH net] devlink: Release nested relation on devlink free
2026-06-02 3:00 UTC (2+ messages)
[PATCH net] net: txgbe: fix module identification
2026-06-02 2:54 UTC
[PATCH net] octeontx2-af: npc: Fix CPT channel mask in npc_install_flow
2026-06-02 2:54 UTC (2+ messages)
[PATCH net-next v2 0/2] ipv6: Honor oif when choosing nexthop for locally generated traffic
2026-06-02 2:53 UTC (5+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] selftests: fib_tests: Add test cases for route lookup with oif
[PATCH net v3] net: txgbe: fix phylink leak on AML init failure
2026-06-02 2:50 UTC (2+ messages)
[PATCH v2 1/1] l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
2026-06-02 2:50 UTC (2+ messages)
[PATCH net v2 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered
2026-06-02 2:45 UTC (3+ messages)
[PATCH net] pcnet32: stop holding device spin lock during napi_complete_done
2026-06-02 2:44 UTC (2+ messages)
[PATCH net] net: hsr: remove VLAN filters from slave devices on port deletion
2026-06-02 2:31 UTC (2+ messages)
[PATCH net-next v3 12/14] onsemi: s2500: Add driver support for TS2500 MAC-PHY
2026-06-02 2:30 UTC (3+ messages)
[PATCH] net: wwan: t7xx: Add delay between MD and SAP suspend
2026-06-02 2:30 UTC (2+ messages)
[PATCH net-next v8] net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c
2026-06-02 2:30 UTC (2+ messages)
[PATCHv2 net-next] net: fec_mpc52xx_phy: Add missing MODULE_DESCRIPTION()
2026-06-02 2:30 UTC (2+ messages)
[PATCH net] 6lowpan: fix off-by-one in multicast context address compression
2026-06-02 2:30 UTC (2+ messages)
[PATCH net-next v2 3/4] selftests: rds: support RDS built as loadable modules
2026-06-02 2:24 UTC (2+ messages)
[PATCH net-next v3 0/3] mv88e6xxx: SERDES on mv88e6321
2026-06-02 2:20 UTC (2+ messages)
[PATCH net-next] net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_query
2026-06-02 2:15 UTC (2+ 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