netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-16 14:44:35 to 2024-07-18 01:49:20 UTC [more...]

linux-next: build failure after merge of the bpf-next tree
 2024-07-18  1:49 UTC  (3+ messages)

[PATCH net-next v2 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-18  1:36 UTC  (4+ messages)
` [PATCH net-next v2 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps

[PATCH net] tipc: Return non-zero value from tipc_udp_addr2str() on error
 2024-07-18  1:30 UTC  (8+ messages)

[GIT PULL] virtio: features, fixes, cleanups
 2024-07-18  0:52 UTC  (2+ messages)

[syzbot] [bpf?] [net?] KASAN: stack-out-of-bounds Read in xdp_do_check_flushed
 2024-07-18  0:09 UTC  (2+ messages)

[PATCH net-next] driver core: auxiliary bus: Fix documentation of auxiliary_device
 2024-07-18  0:02 UTC  (2+ messages)

[RFC PATCH v9 07/11] bpf: net_sched: Allow more optional operators in Qdisc_ops
 2024-07-18  0:01 UTC  (2+ messages)

[PATCH net-next] net: axienet: Fix coding style issues
 2024-07-18  0:00 UTC  (3+ messages)

[PATCH] f_flower: Remove always zero checks
 2024-07-18  0:00 UTC  (5+ messages)

[PATCH iproute2-next] ip: do not print stray prefixes in monitor mode
 2024-07-18  0:00 UTC  (2+ messages)

[RFC PATCH v9 05/11] bpf: net_sched: Support implementation of Qdisc_ops in bpf
 2024-07-18  0:00 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the risc-v tree
 2024-07-17 23:59 UTC  (3+ messages)

linux-next: duplicate patch in the powerpc tree
 2024-07-17 23:54 UTC 

linux-next: manual merge of the powerpc tree with the bpf tree
 2024-07-17 23:48 UTC 

[PATCH] RDMA/rds: Remove duplicate MODULE_LICENSE() from ib.c
 2024-07-17 23:45 UTC 

[PATCH] net: uapi: add TCPI_OPT_NODELAY to tcp_info
 2024-07-17 23:41 UTC  (4+ messages)

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-17 22:51 UTC  (5+ messages)
` [PATCH v4 4/4] libceph: use sendpages_ok() instead of sendpage_ok()

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-17 22:04 UTC  (3+ messages)

[PATCH iwl-net v2 0/3] igc bug fixes related to qbv_count usage
 2024-07-17 22:03 UTC  (7+ messages)
` [PATCH iwl-net v2 2/3] igc: Fix reset adapter logics when tx mode change

[PATCH net 0/4] Netfilter/IPVS fixes for net
 2024-07-17 21:52 UTC  (5+ messages)
` [PATCH net 1/4] netfilter: ctnetlink: use helper function to calculate expect ID
` [PATCH net 2/4] netfilter: nf_set_pipapo: fix initial map fill
` [PATCH net 3/4] selftests: netfilter: add test case for recent mismatch bug
` [PATCH net 4/4] ipvs: properly dereference pe in ip_vs_add_service

[PATCH 0/2] can: esd_402_pci: Do cleanup; Add one-shot mode
 2024-07-17 21:44 UTC  (3+ messages)
` [PATCH 1/2] can: esd_402_pci: Rename esdACC CTRL register macros
` [PATCH 2/2] can: esd_402_pci: Add support for one-shot mode

[PATCH 6/8] nvme-tcp: reduce callback lock contention
 2024-07-17 21:19 UTC 

[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
 2024-07-17 21:10 UTC  (8+ messages)
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
      ` [RFC bpf-next] bpf, verifier: improve signed ranges inference for BPF_AND

[PATCH bpf v4 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-17 21:00 UTC  (5+ messages)

[PATCH V3 00/10] PCIe TPH and cache direct injection support
 2024-07-17 20:55 UTC  (11+ messages)
` [PATCH V3 01/10] PCI: Introduce PCIe TPH support framework
` [PATCH V3 02/10] PCI: Add TPH related register definition
` [PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
` [PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
` [PATCH V3 05/10] PCI/TPH: Introduce API to check interrupt vector mode support
` [PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
` [PATCH V3 07/10] PCI/TPH: Introduce API to update TPH steering tags in PCIe devices
` [PATCH V3 08/10] PCI/TPH: Add TPH documentation
` [PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
` [PATCH V3 10/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings

[PATCH net-next v5 00/25] Introducing OpenVPN Data Channel Offload
 2024-07-17 20:40 UTC  (28+ messages)
` [PATCH net-next v5 15/25] ovpn: implement multi-peer support
` [PATCH net-next v5 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v5 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v5 19/25] ovpn: add support for peer floating
` [PATCH net-next v5 20/25] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v5 21/25] ovpn: implement key add/del/swap "
` [PATCH net-next v5 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v5 23/25] ovpn: notify userspace when a peer is deleted

[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-17 20:15 UTC  (9+ messages)
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()

[PATCH 0/4] net: dsa: microchip: ksz8795: add Wake on LAN support
 2024-07-17 19:37 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: net: dsa: microchip: add microchip,pme-active-high flag
  ` [PATCH 2/4] net: dsa: microchip: ksz8795: add Wake on LAN support
    ` [PATCH 3/4] net: dsa: microchip: check erratum workaround through indirect register read
      ` [PATCH 4/4] net: dsa: microchip: ksz9477: correct description of WoL functions

[PATCH] PCI: r8169: add suspend/resume aspm quirk
 2024-07-17 19:34 UTC  (9+ messages)

[PATCH] bpf: Ensure BPF programs testing skb context initialization
 2024-07-17 19:16 UTC  (5+ messages)

[PATCH net-next 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-17 18:33 UTC  (4+ messages)
` [PATCH net-next 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps

[PATCH] dt-bindings: net: qcom,emac: convert to dtschema
 2024-07-17 18:19 UTC  (6+ messages)

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-07-17 17:44 UTC  (15+ messages)
` [PATCH net-next v17 08/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v17 09/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v17 10/14] net: macb: "
` [PATCH net-next v17 11/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v17 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v17 14/14] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command

[PATCH iwl-next] i40e: Add support for fw health report
 2024-07-17 17:25 UTC  (3+ messages)

linux-next: build warning after merge of the net-next tree
 2024-07-17 17:24 UTC  (3+ messages)

[PATCH 13/15] net: jme: Convert tasklet API to new bottom half workqueue mechanism
 2024-07-17 16:55 UTC  (7+ messages)

Netlink handler for ethtool --show-rxfh breaks driver compatibility
 2024-07-17 16:45 UTC  (10+ messages)

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-17 16:32 UTC  (3+ messages)
` [PATCH v3] net: linearizing skb when downgrade gso_size

[PATCH net v2] eth: fbnic: don't build the driver when skb has more than 21 frags
 2024-07-17 16:15 UTC 

[PATCH v5] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-07-17 16:03 UTC 

[ANNOUNCE] iproute 6.10.0 release
 2024-07-17 16:06 UTC 

[PATCH v4] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-07-17 15:31 UTC 

[PATCH net-next v17 00/14] Introduce PHY listing and link_topology tracking
 2024-07-17 15:26 UTC  (4+ messages)

[PATCH] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-07-17 15:22 UTC  (5+ messages)

[PATCH net] tcp: process the 3rd ACK with sk_socket for for TFO/MPTCP
 2024-07-17 15:09 UTC  (3+ messages)

[PATCH v3] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-07-17 15:10 UTC  (3+ messages)

[PATCH net] eth: fbnic: don't build the driver when skb has more than 25 frags
 2024-07-17 14:50 UTC  (4+ messages)

[PATCH net] eth: fbnic: fix s390 build
 2024-07-17 13:40 UTC  (3+ messages)

[PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver
 2024-07-17 12:33 UTC  (16+ messages)

[PATCH net-next] net: mvpp2: Improve data types and use min()
 2024-07-17 12:30 UTC  (4+ messages)

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-17 12:31 UTC  (17+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

[PATCH net v2 0/2] net: dsa: Fix chip-wide frame size config in some drivers
 2024-07-17 11:46 UTC  (5+ messages)
` [PATCH net v2 1/2] net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
` [PATCH net v2 2/2] net: dsa: b53: Limit chip-wide jumbo frame "

mlx5e warnings on 6.10
 2024-07-17 11:41 UTC 

[PATCH net] net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()
 2024-07-17 10:40 UTC  (2+ messages)

[PATCH net] net: airoha: fix error branch in airoha_dev_xmit and airoha_set_gdm_ports
 2024-07-17 10:34 UTC  (2+ messages)

[PATCH iwl-next v3 00/13] ice: iavf: add support for TC U32 filters on VFs
 2024-07-17  9:55 UTC  (5+ messages)
` [PATCH iwl-next v3 10/13] ice: add method to disable FDIR SWAP option
  ` [Intel-wired-lan] "

[PATCH net-next] net: drop special comment style
 2024-07-17  9:22 UTC  (3+ messages)

[syzbot] [wireless?] WARNING in __cfg80211_bss_update (2)
 2024-07-17  8:55 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in lockref_get
 2024-07-17  8:31 UTC  (2+ messages)

[RFC PATCH v4] ptp: Add vDSO-style vmclock support
 2024-07-17  8:16 UTC  (11+ messages)

[PATCH net] gve: Fix XDP TX completion handling when counters overflow
 2024-07-17  7:41 UTC  (2+ messages)

[PATCH v2 0/4] can: fsl,flexcan: add fsl,s32v234-flexcan and imx95 wakeup
 2024-07-17  7:20 UTC  (7+ messages)
` [PATCH v2 4/4] can: flexcan: add wakeup support for imx95
          `  "

[PATCH net-next v3 0/3] virtio-net: synchronize op/admin state
 2024-07-17  6:53 UTC  (7+ messages)
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down

[PATCH v5.10] bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-07-17  6:06 UTC 

[PATCH ipsec-next v5 17/17] xfrm: iptfs: add tracepoint functionality
 2024-07-17  5:21 UTC  (2+ messages)

[PATCH] libnetlink: include endian.h for htobe64
 2024-07-17  3:44 UTC 

[GIT PULL] Networking for v6.11
 2024-07-17  3:18 UTC  (2+ messages)

[RFC v2] virtio-net: check the mac address for vdpa device
 2024-07-17  1:25 UTC  (4+ messages)

[PATCH iproute2-next v3 0/2] tc: f_flower: add support for matching on tunnel metadata
 2024-07-16 22:14 UTC  (3+ messages)
` [PATCH iproute2-next v3 2/2] "

[PATCH v1 2/2] ipv6: always accept routing headers with 0 segments left
 2024-07-16 21:27 UTC  (5+ messages)

[ANNOUNCE] nftables 1.1.0 release
 2024-07-16 20:49 UTC 

[PATCH v3 net-next 1/2] tcp: Don't drop SYN+ACK for simultaneous connect()
 2024-07-16 20:28 UTC  (4+ messages)

[LINUX PATCH] net: axienet: Fix axiethernet register description
 2024-07-16 19:40 UTC  (3+ messages)

[PATCH net] net: ethernet: lantiq_etop: fix memory disclosure
 2024-07-16 19:27 UTC  (3+ messages)

[PATCH net-next] bnx2x: remove redundant NULL-pointer check
 2024-07-16 19:23 UTC  (5+ messages)

[PATCH net 0/2] ipv4: Fix incorrect TOS in route get reply
 2024-07-16 18:11 UTC  (5+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] ipv4: Fix incorrect TOS in fibmatch "

[PATCH net-next v4 00/12] net: dsa: vsc73xx: Implement VLAN operations
 2024-07-16 17:47 UTC  (3+ messages)

[PATCH net-next 4/9] bnxt_en: Deprecate support for legacy INTX mode
 2024-07-16 17:28 UTC  (3+ messages)

[PATCH 5.15 106/144] net: ks8851: Fix potential TX stall after interface reopen
 2024-07-16 15:32 UTC 

[PATCH 6.6 055/121] net: ks8851: Fix deadlock with the SPI chip variant
 2024-07-16 15:31 UTC  (2+ messages)
` [PATCH 6.6 056/121] net: ks8851: Fix potential TX stall after interface reopen

[PATCH v3 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-07-16 15:58 UTC  (11+ messages)
` [PATCH v3 6/7] mfd: Add support for LAN966x PCI device

[PATCH 6.1 48/96] net: ks8851: Fix deadlock with the SPI chip variant
 2024-07-16 15:32 UTC  (2+ messages)
` [PATCH 6.1 49/96] net: ks8851: Fix potential TX stall after interface reopen

[PATCH 6.9 067/143] net: ks8851: Fix deadlock with the SPI chip variant
 2024-07-16 15:31 UTC  (2+ messages)
` [PATCH 6.9 068/143] net: ks8851: Fix potential TX stall after interface reopen

[PATCH 5.10 075/108] net: ks8851: Fix potential TX stall after interface reopen
 2024-07-16 15:31 UTC 

[PATCH net] wifi: ath12k: fix build vs old compiler
 2024-07-16 15:39 UTC  (6+ messages)

[PATCH v2] net/ipv4/tcp_cong: Replace strncpy() with strscpy()
 2024-07-16 15:00 UTC  (2+ messages)

[PATCH][next] eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
 2024-07-16 15:00 UTC  (2+ messages)

[syzbot] [net?] WARNING in skb_warn_bad_offload (5)
 2024-07-16 14:54 UTC  (4+ messages)


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).