Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-02 09:32:14 to 2026-06-02 11:33:31 UTC [more...]

[PATCH rdma-next v6] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-06-02 11:33 UTC  (5+ messages)

[PATCH net-next v4 0/5] net: wangxun: timeout and error
 2026-06-02 11:30 UTC  (9+ 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 net-next 0/8] net: mdio: realtek-rtl9300: Refactor initialization and port lookup
 2026-06-02 11:29 UTC  (16+ messages)
` [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 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 00/11] Convert moduleparams to seq_buf
 2026-06-02 11:26 UTC  (3+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCH nfc] nfc: nci: fix double completion race in nci_data_exchange_complete
 2026-06-02 11:26 UTC  (3+ messages)

[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] 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] 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  (3+ 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox