netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-16 12:37:49 to 2024-09-17 20:34:47 UTC [more...]

[PATCH] net: mana: Add get_link and get_link_ksettings in ethtool
 2024-09-17 20:34 UTC  (5+ messages)

[PATCH] net/ncsi: Cancel the ncsi work before freeing the associated structure
 2024-09-17 19:12 UTC 

[PATCH net-next] ice: Make use of assign_bit() API
 2024-09-17 19:10 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iproute2] iplink: fix fd leak when playing with netns
 2024-09-17 19:04 UTC  (4+ messages)

[PATCH] net: qrtr: Update packets cloning when broadcasting
 2024-09-17 17:25 UTC  (3+ messages)

ethtool settings and SFP modules with PHYs
 2024-09-17 17:16 UTC  (9+ messages)

[PATCH net] net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
 2024-09-17 16:42 UTC 

[PATCH V5 0/5] PCIe TPH and cache direct injection support
 2024-09-17 16:24 UTC  (13+ messages)
` [PATCH V5 1/5] PCI: Add TLP Processing Hints (TPH) support
` [PATCH V5 2/5] PCI/TPH: Add Steering Tag support
` [PATCH V5 3/5] PCI/TPH: Add TPH documentation
` [PATCH V5 4/5] bnxt_en: Add TPH support in BNXT driver
` [PATCH V5 5/5] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings

[RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress
 2024-09-17 16:15 UTC  (11+ messages)
` [RFC PATCH 2/3] ipv6: Run a reverse sk_lookup on sendmsg
` [RFC PATCH 3/3] bpf: Add sk_lookup test to use ORIGDSTADDR cmsg

Allow ioctl TUNSETIFF without CAP_NET_ADMIN via seccomp?
 2024-09-17 16:14 UTC  (4+ messages)

[net-next 0/2] net: phy: Fallback to C22 for PHY register read/write
 2024-09-17 16:12 UTC  (8+ messages)
` [net-next 1/2] net: phy: Expose the direct mdiobus access functions
` [net-next 2/2] net: phy: Fallback to C22 access if needed in phy_mii_ioctl()

[PATCH] MAINTAINERS: adjust file entry of the oa_tc6 header
 2024-09-17 16:10 UTC  (2+ messages)

tcp_ack __list_del crash in 6.10.3+ hacks
 2024-09-17 16:04 UTC  (5+ messages)
      ` inconsistent lock state, deadlock, 6.11.0 un-modified kernel, maybe VRF related

[PATCH net-next V6 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-09-17 15:59 UTC  (3+ messages)
` [PATCH net-next V6 4/5] net: lan743x: Migrate phylib to phylink

[PATCH net-next v2 0/3] nic_basic_tests: Add selftest for doing basic tests of NIC driver
 2024-09-17 15:56 UTC  (7+ messages)
` [PATCH net-next v2 1/3] selftests: nic_basic_tests: Add selftest file for basic tests of NIC
` [PATCH net-next v2 2/3] selftests: nic_basic_tests: Add selftest case for speed and duplex state checks
` [PATCH net-next v2 3/3] selftests: nic_basic_tests: Add selftest case for throughput check

[PATCH 1/2] net: fec: Restart PPS after link state change
 2024-09-17 15:23 UTC  (5+ messages)
` [PATCH 2/2] net: fec: Reload PTP registers after link-state change

[PATCH net 1/2] net: phy: aquantia: fix setting active_low bit
 2024-09-17 15:23 UTC  (5+ messages)
` [PATCH net 2/2] net: phy: aquantia: fix applying active_low bit after reset

[syzbot] [batman?] INFO: rcu detected stall in batadv_bla_periodic_work (2)
 2024-09-17 15:14 UTC 

[PATCH ethtool] netlink: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl
 2024-09-17 15:10 UTC  (3+ messages)

[PATCH net v2] net: xilinx: axienet: Fix IRQ coalescing packet count overflow
 2024-09-17 14:40 UTC  (6+ messages)

[PATCH net-next V4] net: phy: microchip_t1: SQI support for LAN887x
 2024-09-17 14:28 UTC  (2+ messages)

[PATCH net-next v7 00/25] Introducing OpenVPN Data Channel Offload
 2024-09-17 13:23 UTC  (27+ messages)
` [PATCH net-next v7 01/25] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v7 02/25] rtnetlink: don't crash on unregister if no dellink exists
` [PATCH net-next v7 03/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v7 04/25] ovpn: add basic netlink support
` [PATCH net-next v7 05/25] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v7 06/25] ovpn: implement interface creation/destruction via netlink
` [PATCH net-next v7 07/25] ovpn: keep carrier always on
` [PATCH net-next v7 08/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v7 09/25] ovpn: introduce the ovpn_socket object
` [PATCH net-next v7 10/25] ovpn: implement basic TX path (UDP)
` [PATCH net-next v7 11/25] ovpn: implement basic RX "
` [PATCH net-next v7 12/25] ovpn: implement packet processing
` [PATCH net-next v7 13/25] ovpn: store tunnel and transport statistics
` [PATCH net-next v7 14/25] ovpn: implement TCP transport
` [PATCH net-next v7 15/25] ovpn: implement multi-peer support
` [PATCH net-next v7 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v7 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v7 18/25] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v7 19/25] ovpn: add support for peer floating
` [PATCH net-next v7 20/25] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v7 21/25] ovpn: implement key add/del/swap "
` [PATCH net-next v7 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v7 23/25] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v7 24/25] ovpn: add basic ethtool support
` [PATCH net-next v7 25/25] testing/selftest: add test tool and scripts for ovpn module

RFC: Should net namespaces scale up (>10k) ?
 2024-09-17 12:30 UTC  (9+ messages)

[PATCH] powerpc/atomic: Use YZ constraints for DS-form instructions
 2024-09-17 12:22 UTC  (5+ messages)

[syzbot] [ppp?] possible deadlock in ppp_input
 2024-09-17 11:45 UTC 

igc: Network failure, reboot required: igc: Failed to read reg 0xc030!
 2024-09-17 11:39 UTC  (8+ messages)
      ` [Intel-wired-lan] "

[syzbot] [mm?] INFO: rcu detected stall in sys_execve (6)
 2024-09-17 11:35 UTC 

[PATCH 1/2] net: dsa: RCU-protect dsa_ptr in struct net_device
 2024-09-17 11:08 UTC  (5+ messages)

[syzbot] [nbd?] INFO: task hung in nbd_queue_rq
 2024-09-17 10:03 UTC  (2+ messages)

[RFC PATCH net v1] net: phy: aquantia: Set phy speed to 2.5gbps for AQR115c
 2024-09-17  9:31 UTC  (5+ messages)

[PATCH net-next v3 0/2] net: phy: Support master-slave config via device tree
 2024-09-17  9:28 UTC  (7+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: ethernet-phy: Add timing-role role property for ethernet PHYs
` [PATCH net-next v3 2/2] net: phy: Add support for PHY timing-role configuration via device tree

[PATCH v3 00/20] cxl: add Type2 device support
 2024-09-17  9:16 UTC  (48+ messages)
` [PATCH v3 02/20] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v3 03/20] cxl/pci: add check for validating capabilities
` [PATCH v3 06/20] cxl: add functions for resource request/release by a driver
` [PATCH v3 07/20] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v3 09/20] cxl: support type2 memdev creation
` [PATCH v3 10/20] cxl: indicate probe deferral
` [PATCH v3 11/20] cxl: define a driver interface for HPA free space enumaration
` [PATCH v3 13/20] cxl: define a driver interface for DPA allocation
` [PATCH v3 17/20] cxl: allow region creation by type2 drivers
` [PATCH v3 18/20] cxl: preclude device memory to be used for dax
` [PATCH v3 19/20] cxl: add function for obtaining params from a region
` [PATCH v3 20/20] efx: support pio mapping based on cxl

[Discuss] ARP monitor for OVS bridge over bonding
 2024-09-17  9:10 UTC  (3+ messages)

[PATCH v5 1/3] regulator: dt-bindings: mt6323: Convert to DT schema
 2024-09-17  9:04 UTC  (6+ messages)
` [PATCH v5 2/3] dt-bindings: mfd: mediatek: mt6397: Convert to DT schema format
` [PATCH v5 3/3] regulator: dt-bindings: mt6397: move examples to parent PMIC mt6397

[PATCH v2 net-next 0/2] octeontx2: Few debugfs enhancements
 2024-09-17  8:12 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] octeontx2-af: Knobs for NPC default rule counters

[PATCH ethtool-next 0/3] Add support for new features in C33 PSE
 2024-09-17  8:12 UTC  (4+ messages)

[PATCH net] bondig: Add bond_xdp_check for bond_xdp_xmit in bond_main.c
 2024-09-17  7:14 UTC  (4+ messages)

[PATCH net-next 1/4] mlx4/mlx5: {mlx4,mlx5e}_en_get_module_info cleanup
 2024-09-17  7:04 UTC  (6+ messages)

[PATCH net v2] net: sparx5: Fix invalid timestamps
 2024-09-17  6:13 UTC  (2+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-09-17  5:22 UTC  (3+ messages)

[PATCH net-next v5] net: qcom/emac: Find sgmii_ops by device_for_each_child()
 2024-09-17  1:57 UTC 

linux-next: manual merge of the net-next tree with the mlx5-next tree
 2024-09-17  1:53 UTC  (2+ messages)

[PATCH] net: sparx5: Fix invalid timestamps
 2024-09-17  0:25 UTC  (4+ messages)
` [PATCH net] "

[net-next v5 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-09-16 23:43 UTC  (7+ messages)
` [PATCH net-next v5 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v5 4/5] net: stmmac: Add PCI driver support for BCM8958x

[syzbot] [net?] UBSAN: shift-out-of-bounds in xfrm_selector_match (2)
 2024-09-16 22:47 UTC 

[PATCH V4 02/12] PCI: Add TPH related register definition
 2024-09-16 21:08 UTC  (2+ messages)

[PATCH net-next v2 0/3] selftests/net: packetdrill: netns and two imports
 2024-09-16 20:54 UTC  (5+ messages)

[PATCH net-next V2 0/5] Add support to SFP for PCI11x1x chips
 2024-09-16 20:37 UTC  (18+ messages)
` [PATCH net-next V2 1/5] net: lan743x: Add SFP support check flag
` [PATCH net-next V2 2/5] net: lan743x: Add support to software-nodes for sfp

[PATCH ethtool 1/2] Add runtime support for disabling netlink
 2024-09-16 20:10 UTC  (2+ messages)

[PATCH ethtool-next v2] ethtool: Add missing clause 33 PSE manual description
 2024-09-16 20:10 UTC  (2+ messages)

Namespaced network devices not cleaned up properly after execution of pmtu.sh kernel selftest
 2024-09-16 19:25 UTC  (6+ messages)

[PATCH net-next] selftests: net: add pmtu_bad.sh regression test
 2024-09-16 19:18 UTC 

[PATCH net] net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
 2024-09-16 19:05 UTC  (6+ messages)

[PATCH V4 00/12] PCIe TPH and cache direct injection support
 2024-09-16 18:58 UTC  (7+ messages)
` [PATCH V4 08/12] PCI/TPH: Add pcie_tph_get_cpu_st() to get ST tag
` [PATCH V4 11/12] bnxt_en: Add TPH support in BNXT driver

[PATCH net v2] net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
 2024-09-16 18:57 UTC 

[PATCH net-next v3 0/8] net: ethernet: fs_enet: Cleanup and phylink conversion
 2024-09-16 17:49 UTC  (3+ messages)
` [PATCH net-next v3 4/8] net: ethernet: fs_enet: only protect the .restart() call in .adjust_link

[PATCH net-next 3/4] mlx4: Do not mask failure accessing page A2h (0x51)
 2024-09-16 16:37 UTC  (3+ messages)

[PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
 2024-09-16 15:32 UTC  (3+ messages)

[PATCH nf-next 0/2] netfilter: conntrack: label helpers conditional compilation updates
 2024-09-16 15:29 UTC  (4+ messages)
` [PATCH nf-next 1/2] netfilter: conntrack: compile label helpers unconditionally
` [PATCH nf-next 2/2] netfilter: conntrack: conditionally compile ctnetlink_label_size

[PATCH v1] stmmac: mmc: dwmac4: Add ip payload error statistics
 2024-09-16 15:23 UTC  (2+ messages)

[PATCH net v1 1/1] netfilter: conntrack: Guard possoble unused functions
 2024-09-16 15:17 UTC  (9+ messages)

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-09-16 15:10 UTC  (2+ messages)

[syzbot] net build error (6)
 2024-09-16 12:55 UTC  (3+ messages)

[syzbot] net-next build error (5)
 2024-09-16 12:47 UTC  (3+ 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).