Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-04 12:27:06 to 2024-12-05 00:07:55 UTC [more...]

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (12+ messages)

[PATCH net-next v8 00/10] lib: packing: introduce and use (un)pack_fields
 2024-12-04 23:52 UTC  (10+ messages)
` [PATCH net-next v8 03/10] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v8 04/10] lib: packing: document recently added APIs

[PATCH net-next v12 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-04 23:09 UTC  (12+ messages)
` [PATCH net-next v12 11/22] ovpn: implement TCP transport
` [PATCH net-next v12 13/22] ovpn: implement peer lookup logic

[PATCH net-next] e1000e: Fix real-time violations on link up
 2024-12-04 20:21 UTC  (3+ messages)

[PATCH net v3 0/3] bnxt_en: support header page pool in queue API
 2024-12-04 22:43 UTC  (2+ messages)

[PATCH net-next V4 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-04 22:25 UTC  (3+ messages)

[PATCH net-next 0/2] Fix race between datagram socket address change and rehash
 2024-12-04 22:12 UTC  (3+ messages)
` [PATCH net-next 1/2] datagram: Rehash sockets only if local address changed for their family
` [PATCH net-next 2/2] datagram, udp: Set local address and rehash socket atomically against lookup

[PATCH net-next V5 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-04 22:09 UTC  (12+ messages)
` [PATCH mlx5-next V5 01/11] net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits
` [PATCH mlx5-next V5 02/11] net/mlx5: Add ConnectX-8 device to ifc
` [PATCH mlx5-next V5 03/11] net/mlx5: Add support for new scheduling elements
` [PATCH mlx5-next V5 04/11] net/mlx5: qos: Add ifc support for cross-esw scheduling
` [PATCH net-next V5 05/11] net/mlx5: DR, Expand SWS STE callbacks and consolidate common structs
` [PATCH net-next V5 06/11] net/mlx5: DR, Add support for ConnectX-8 steering
` [PATCH net-next V5 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V5 08/11] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V5 09/11] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V5 10/11] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V5 11/11] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[PATCH net 0/2] bnxt_en: Bug fixes
 2024-12-04 21:59 UTC  (3+ messages)
` [PATCH net 1/2] bnxt_en: Fix GSO type for HW GRO packets on 5750X chips
` [PATCH net 2/2] bnxt_en: Fix potential crash when dumping FW log coredump

[PATCH net-next 0/2] Make TIME-WAIT reuse delay deterministic and configurable
 2024-12-04 21:58 UTC  (5+ messages)
` [PATCH net-next 1/2] tcp: Measure TIME-WAIT reuse delay with millisecond precision
` [PATCH net-next 2/2] tcp: Add sysctl to configure TIME-WAIT reuse delay

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-12-04 21:51 UTC  (18+ messages)

[PATCH iwl-next v11 0/8] ixgbe: Add support for Intel(R) E610 device
 2024-12-04 21:38 UTC  (11+ messages)
` [PATCH iwl-next v11 1/8] ixgbe: Add support for E610 FW Admin Command Interface
` [PATCH iwl-next v11 2/8] ixgbe: Add support for E610 device capabilities detection
` [PATCH iwl-next v11 3/8] ixgbe: Add link management support for E610 device
` [PATCH iwl-next v11 4/8] ixgbe: Add support for NVM handling in "
` [PATCH iwl-next v11 5/8] ixgbe: Add support for EEPROM dump "
  ` [Intel-wired-lan] "
` [PATCH iwl-next v11 6/8] ixgbe: Add ixgbe_x540 multiple header inclusion protection
` [PATCH iwl-next v11 7/8] ixgbe: Clean up the E610 link management related code
` [PATCH iwl-next v11 8/8] ixgbe: Enable link management in E610 device

[PATCH net-next v8 00/17] io_uring zero copy rx
 2024-12-04 21:24 UTC  (21+ messages)
` [PATCH net-next v8 01/17] net: prefix devmem specific helpers
` [PATCH net-next v8 02/17] net: generalise net_iov chunk owners
` [PATCH net-next v8 03/17] net: page_pool: create hooks for custom page providers
` [PATCH net-next v8 04/17] net: prepare for non devmem TCP memory providers
` [PATCH net-next v8 05/17] net: page_pool: add ->scrub mem provider callback
` [PATCH net-next v8 06/17] net: page pool: add helper creating area from pages
` [PATCH net-next v8 07/17] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH net-next v8 08/17] net: add helper executing custom callback from napi
` [PATCH net-next v8 09/17] io_uring/zcrx: add interface queue and refill queue
` [PATCH net-next v8 10/17] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v8 11/17] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v8 12/17] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v8 13/17] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v8 14/17] io_uring/zcrx: add copy fallback
` [PATCH net-next v8 15/17] io_uring/zcrx: throttle receive requests
` [PATCH net-next v8 16/17] net: add documentation for io_uring zcrx
` [PATCH net-next v8 17/17] io_uring/zcrx: add selftest

[PATCH net-next V4 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
 2024-12-04 21:22 UTC  (3+ messages)

ethernet over l2tp with vlan
 2024-12-04 21:04 UTC  (3+ messages)

[PATCH net-next] net: tipc: remove one synchronize_net() from tipc_nametbl_stop()
 2024-12-04 21:02 UTC 

[syzbot] [wireless?] [ext4?] general protection fault in pcpu_alloc
 2024-12-04 20:43 UTC 

[PATCH net-next v2 00/12] Begin upstreaming Homa transport protocol
 2024-12-04 19:54 UTC  (4+ messages)
` [PATCH net-next v2 11/12] net: homa: create homa_plumbing.c homa_utils.c

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-12-04 19:35 UTC  (12+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions

[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh
 2024-12-04 19:16 UTC  (3+ messages)

[PATCH v7 00/15] io_uring zero copy rx
 2024-12-04 19:04 UTC  (10+ messages)
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[PATCH net v1] net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
 2024-12-04 18:18 UTC  (15+ messages)

[PATCH v1 0/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
 2024-12-04 18:06 UTC  (13+ messages)
` [PATCH v1 1/1] "

[PATCH net] net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
 2024-12-04 18:01 UTC  (2+ messages)

Bug#1086520: linux-image-6.11.2-amd64: makes opensm fail to start
 2024-12-04 17:13 UTC  (7+ messages)

[PATCH v2 net-next] net_sched: sch_fq: add three drop_reason
 2024-12-04 17:19 UTC 

[PATCH net] tipc: fix NULL deref in cleanup_bearer()
 2024-12-04 17:05 UTC 

[PATCH net-next v2] selftests: net: cleanup busy_poller.c
 2024-12-04 17:03 UTC  (2+ messages)

[syzbot] [tipc?] general protection fault in cleanup_bearer
 2024-12-04 17:03 UTC 

[PATCH net-next 0/4] netconsole: Add support for CPU population
 2024-12-04 16:52 UTC  (5+ messages)
` [PATCH net-next 2/4] netconsole: Add option to auto-populate CPU number in userdata

[PATCH net-next 0/4] netconsole: selftest for userdata overflow
 2024-12-04 16:40 UTC  (5+ messages)
` [PATCH net-next 1/4] netconsole: Warn if MAX_USERDATA_ITEMS limit is exceeded
` [PATCH net-next 2/4] netconsole: selftest: Split the helpers from the selftest
` [PATCH net-next 3/4] netconsole: selftest: Delete all userdata keys
` [PATCH net-next 4/4] netconsole: selftest: verify userdata entry limit

[iproute2-next] ip: link: rmnet: add support for flag handling
 2024-12-04 16:31 UTC  (2+ messages)

[PATCH iproute2-next, v3 1/2] iproute2: expose netlink constants in UAPI
 2024-12-04 16:28 UTC  (5+ messages)
` [PATCH iproute2-next, v3 2/2] iproute2: add 'ip monitor mcaddr' support

[PATCH v2 net] tipc: Fix use-after-free of kernel socket in cleanup_bearer()
 2024-12-04 16:09 UTC  (4+ messages)

[PATCH net-next v5 0/5] Add ptp library for Microchip phys
 2024-12-04 16:09 UTC  (6+ messages)
` [PATCH net-next v5 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in "

[PATCH net-next v4 0/8] ethtool: generate uapi header from the spec
 2024-12-04 15:55 UTC  (9+ messages)
` [PATCH net-next v4 1/8] ynl: support enum-cnt-name attribute in legacy definitions
` [PATCH net-next v4 2/8] ynl: skip rendering attributes with header property in uapi mode
` [PATCH net-next v4 3/8] ynl: support directional specs in ynl-gen-c.py
` [PATCH net-next v4 4/8] ynl: add missing pieces to ethtool spec to better match uapi header
` [PATCH net-next v4 5/8] ynl: include uapi header after all dependencies
` [PATCH net-next v4 6/8] ethtool: separate definitions that are gonna be generated
` [PATCH net-next v4 7/8] ethtool: remove the comments that are not "
` [PATCH net-next v4 8/8] ethtool: regenerate uapi header from the spec

[PATCH bpf-next 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
 2024-12-04 15:48 UTC  (2+ messages)

[net-next PATCH v8 0/4] net: dsa: Add Airoha AN8855 support
 2024-12-04 15:48 UTC  (5+ messages)
` [net-next PATCH v8 3/4] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver

[PATCH net-next v3 00/10] net: freescale: ucc_geth: Phylink conversion
 2024-12-04 15:41 UTC  (5+ messages)
` [PATCH net-next v3 09/10] net: freescale: ucc_geth: Introduce a helper to check Reduced modes

[PATCH net-next v2 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-12-04 15:38 UTC  (8+ messages)
` [PATCH net-next v2 1/5] dt-bindings: net: pcs: Add Ethernet PCS "
` [PATCH net-next v2 2/5] net: pcs: Add PCS driver "
` [PATCH net-next v2 3/5] net: pcs: qcom-ipq9574: Add PCS instantiation and phylink operations
` [PATCH net-next v2 4/5] net: pcs: qcom-ipq9574: Add USXGMII interface mode support
` [PATCH net-next v2 5/5] MAINTAINERS: Add maintainer for Qualcomm IPQ9574 PCS driver

[Intel-wired-lan] [PATCH iwl-net v1] ice: move static_assert to declaration section
 2024-12-04 15:05 UTC  (2+ messages)

[PATCH 0/5] tools: ynl: add install target
 2024-12-04 14:53 UTC  (4+ messages)
` [PATCH 1/5] tools: ynl: move python code to separate sub-directory

[PATCH net-next v20 0/6] net: Make timestamping selectable
 2024-12-04 14:44 UTC  (7+ messages)
` [PATCH net-next v20 1/6] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v20 2/6] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v20 3/6] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v20 4/6] net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topology
` [PATCH net-next v20 5/6] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v20 6/6] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command

[PATCH net-next] net/mlx5e: Transmit small messages in linear skb
 2024-12-04 14:36 UTC  (5+ messages)

[PATCH net] net: avoid potential UAF in default_operstate()
 2024-12-04 14:35 UTC  (9+ messages)

[syzbot] [net?] BUG: unable to handle kernel paging request in dst_dev_put (2)
 2024-12-04 14:29 UTC 

[PATCH v4 0/3] Add support for Nuvoton MA35D1 GMAC
 2024-12-04 14:27 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC

[PATCH] tcp: check socket state before calling WARN_ON
 2024-12-04 14:21 UTC  (8+ messages)

[PATCH net] net: lapb: increase LAPB_HEADER_LEN
 2024-12-04 14:10 UTC 

[net-next PATCH v5 0/6] CN20K silicon with mbox support
 2024-12-04 14:08 UTC  (7+ messages)
` [net-next PATCH v5 1/6] octeontx2: Set appropriate PF, VF masks and shifts based on silicon
` [net-next PATCH v5 2/6] octeontx2-af: CN20k basic mbox operations and structures
` [net-next PATCH v5 3/6] octeontx2-af: CN20k mbox to support AF REQ/ACK functionality
` [net-next PATCH v5 4/6] octeontx2-pf: CN20K mbox REQ/ACK implementation for NIC PF
` [net-next PATCH v5 5/6] octeontx2-af: CN20K mbox implementation for AF's VF
` [net-next PATCH v5 6/6] octeontx2-pf: CN20K mbox implementation between PF-VF

[PATCH net-next v1 0/7] netlink: specs: add a spec for nl80211 wiphy
 2024-12-04 14:08 UTC  (15+ messages)
` [PATCH net-next v1 2/7] tools/net/ynl: support decoding indexed arrays as enums
` [PATCH net-next v1 3/7] tools/net/ynl: support decoding C "
` [PATCH net-next v1 4/7] tools/net/ynl: accept IP string inputs
` [PATCH net-next v1 7/7] netlink: specs: wireless: add a spec for nl80211

[syzbot] [hams?] kernel BUG in nr_header
 2024-12-04 14:07 UTC 

[PATCH net] net: mscc: ocelot: be resilient to loss of PTP packets during transmission
 2024-12-04 14:05 UTC  (2+ messages)

[PATCH net-next, v4] netlink: add IGMP/MLD join/leave notifications
 2024-12-04 14:05 UTC  (3+ messages)

[PATCH net-next] cxgb4: add driver support for FW_CLIP2_CMD
 2024-12-04 13:54 UTC 

[PATCH net v3 0/2] Fixes on the OPEN Alliance TC6 10BASE-T1x MAC-PHY support generic lib
 2024-12-04 13:35 UTC  (3+ messages)
` [PATCH net v3 1/2] net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0
` [PATCH net v3 2/2] net: ethernet: oa_tc6: fix tx skb race condition between reference pointers

Rebag: what's your category goal in 2025?
 2024-12-04  7:58 UTC 

[PATCH iwl-net v2] ice: fix incorrect PHY settings for 100 GB/s
 2024-12-04 13:22 UTC 

[PATCH] net: sched: fix ordering of qlen adjustment
 2024-12-04 13:00 UTC  (2+ messages)

[PATCH net-next v1 00/11] vxlan: Support user-defined reserved bits
 2024-12-04 12:59 UTC  (3+ messages)
` [PATCH net-next v1 04/11] vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variable

[PATCH iwl-next v2] ice: fw and port health status
 2024-12-04 12:54 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v2 net] net: defer final 'struct net' free in netns dismantle
 2024-12-04 12:54 UTC 

[PATCH v3 net] net/mlx5: DR, prevent potential error pointer dereference
 2024-12-04 12:53 UTC  (2+ messages)

[PATCH] net/sched: netem: account for backlog updates from child qdisc
 2024-12-04 12:29 UTC  (2+ messages)
` [PATCH v2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).