netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 07:05:30 to 2024-09-06 15:55:02 UTC [more...]

[PATCH] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
 2024-09-06 15:54 UTC  (2+ messages)

[PATCH v1] dt-bindings: net: ethernet-phy: Add forced-master/slave properties for SPE PHYs
 2024-09-06 15:54 UTC  (4+ messages)

[PATCH net v2] net: drop bad gso csum_start and offset in virtio_net_hdr
 2024-09-06 15:52 UTC  (3+ messages)

[PATCH net-next] net: ftgmac100: Fix potential NULL dereference in error handling
 2024-09-06 15:48 UTC  (3+ messages)

[PATCH bpf] sock_map: add a cond_resched() in sock_hash_free()
 2024-09-06 15:44 UTC 

[PATCH net-next v2 0/2] selftests/net: add packetdrill
 2024-09-06 15:36 UTC  (4+ messages)
` [PATCH net-next v2 2/2] selftests/net: integrate packetdrill with ksft

[syzbot] [kernel?] possible deadlock in __run_timer_base
 2024-09-06 15:36 UTC 

[PATCH net-next 0/2] ethtool: Add support for writing firmware
 2024-09-06 15:36 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ethtool: Add new parameters and a function to support EPL

[PATCH net-next] net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE
 2024-09-06 15:26 UTC  (2+ messages)

[PATCH net-next v3 0/4] Add option to provide OPT_ID value via cmsg
 2024-09-06 15:25 UTC  (6+ messages)
` [PATCH net-next v3 2/4] net_tstamp: add SCM_TS_OPT_ID for TCP sockets

[PATCH rdma-next 0/2] Introduce mlx5 data direct placement (DDP)
 2024-09-06 15:17 UTC  (9+ messages)

[PATCH ethtool-next v4 0/3] Introduce PHY listing and targeting
 2024-09-06 14:57 UTC  (4+ messages)
` [PATCH ethtool-next v4 1/3] update UAPI header copies
` [PATCH ethtool-next v4 2/3] ethtool: Allow passing a PHY index for phy-targetting commands
` [PATCH ethtool-next v4 3/3] ethtool: Introduce a command to list PHYs

[PATCH v6 net-next 00/15] net: introduce TX H/W shaping API
 2024-09-06 14:56 UTC  (9+ messages)
` [PATCH v6 net-next 07/15] net-shapers: implement shaper cleanup on queue deletion

[PATCH net v1 1/1] netfilter: nf_reject: Fix build error when CONFIG_BRIDGE_NETFILTER=n
 2024-09-06 14:55 UTC 

[PATCH net-next 00/16] RX software timestamp for all - round 3
 2024-09-06 14:46 UTC  (17+ messages)
` [PATCH net-next 01/16] bnxt_en: Remove setting of RX software timestamp
` [PATCH net-next 02/16] tg3: "
` [PATCH net-next 03/16] bonding: "
` [PATCH net-next 04/16] amd-xgbe: "
` [PATCH net-next 05/16] net: macb: "
` [PATCH net-next 06/16] liquidio: "
` [PATCH net-next 07/16] net: thunderx: "
` [PATCH net-next 08/16] enic: "
` [PATCH net-next 09/16] net/funeth: "
` [PATCH net-next 10/16] net: mscc: ocelot: "
` [PATCH net-next 11/16] qede: "
` [PATCH net-next 12/16] sfc: "
` [PATCH net-next 13/16] sfc/siena: "
` [PATCH net-next 14/16] net: stmmac: "
` [PATCH net-next 15/16] ixp4xx_eth: "
` [PATCH net-next 16/16] ptp: ptp_ines: "

[PATCH net-next 00/12] Unmask upper DSCP bits - part 4 (last)
 2024-09-06 14:43 UTC  (29+ messages)
` [PATCH net-next 01/12] netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()
` [PATCH net-next 02/12] ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()
` [PATCH net-next 03/12] bpf: lwtunnel: Unmask upper DSCP bits in bpf_lwt_xmit_reroute()
` [PATCH net-next 04/12] ipv4: icmp: Unmask upper DSCP bits in icmp_reply()
` [PATCH net-next 05/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
` [PATCH net-next 06/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
` [PATCH net-next 07/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
` [PATCH net-next 08/12] ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()
` [PATCH net-next 09/12] netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()
` [PATCH net-next 10/12] netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()
` [PATCH net-next 11/12] ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()
` [PATCH net-next 12/12] sctp: Unmask upper DSCP bits in sctp_v4_get_dst()

[PATCH net-next v10 0/7] net: stmmac: FPE via ethtool + tc
 2024-09-06 14:30 UTC  (8+ messages)
` [PATCH net-next v10 1/7] net: stmmac: move stmmac_fpe_cfg to stmmac_priv data
` [PATCH net-next v10 2/7] net: stmmac: drop stmmac_fpe_handshake
` [PATCH net-next v10 3/7] net: stmmac: refactor FPE verification process
` [PATCH net-next v10 4/7] net: stmmac: configure FPE via ethtool-mm
` [PATCH net-next v10 5/7] net: stmmac: support fp parameter of tc-mqprio
` [PATCH net-next v10 6/7] net: stmmac: support fp parameter of tc-taprio
` [PATCH net-next v10 7/7] net: stmmac: silence FPE kernel logs

[PATCH net v2 0/2] bpf: devmap: provide rxq after redirect
 2024-09-06 14:16 UTC  (3+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] bpf: selftests: send packet to devmap redirect XDP

[PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled
 2024-09-06 14:08 UTC  (4+ messages)
  ` [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled😁

[PATCH -next v2 0/2] ptp: Check timespec64 before call settime64()
 2024-09-06 14:07 UTC  (6+ messages)
` [PATCH -next v2 1/2] "

[net-next 0/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110
 2024-09-06 13:39 UTC  (4+ messages)
` [net-next 1/3] net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220
` [net-next 2/3] net: phy: marvell-88q2xxx: Make register writer function generic
` [net-next 3/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110

[PATCH net 0/2] net: hsr: Use the seqnr lock for frames received via interlink port
 2024-09-06 13:25 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net-next 2/2] net: hsr: Remove interlink_sequence_nr

[PATCH net-next v6 00/25] Introducing OpenVPN Data Channel Offload
 2024-09-06 13:26 UTC  (13+ messages)
` [PATCH net-next v6 03/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v6 12/25] ovpn: implement packet processing
` [PATCH net-next v6 15/25] ovpn: implement multi-peer support

[iwl-net v1] ice: clear port vlan config during reset
 2024-09-06 13:11 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC PATCH v3 00/19] Support socket access-control
 2024-09-06 13:09 UTC  (3+ messages)
` [RFC PATCH v3 01/19] landlock: "

[PATCH net-next v3 1/4] net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
 2024-09-06 12:58 UTC  (3+ messages)

[PATCH net-next] net: phy: microchip_t1: SQI support for LAN887x
 2024-09-06 12:57 UTC  (4+ messages)

[PATCH net-next v9 0/7] net: stmmac: FPE via ethtool + tc
 2024-09-06 12:52 UTC  (7+ messages)
` [PATCH net-next v9 3/7] net: stmmac: refactor FPE verification process
` [PATCH net-next v9 4/7] net: stmmac: configure FPE via ethtool-mm

[PATCHv2 net-next 0/7] various cleanups
 2024-09-06 12:49 UTC  (3+ messages)
` [PATCHv2 net-next 2/7] net: ag71xx: add MODULE_DESCRIPTION

[PATCH net] bareudp: Fix device stats updates
 2024-09-06 12:47 UTC  (10+ messages)

[PATCH net v2] net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices
 2024-09-06 12:39 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in unix_stream_read_actor (2)
 2024-09-06 12:37 UTC  (4+ messages)

[PATCH 0/3] Revert "virtio_net: rx enable premapped mode by default"
 2024-09-06 12:31 UTC  (4+ messages)
` [PATCH 1/3] Revert "virtio_net: rx remove premapped failover code"
` [PATCH 2/3] Revert "virtio_net: big mode skip the unmap check"
` [PATCH 3/3] virtio_net: disable premapped mode by default

[PATCH net-next v2] net: ti: icssg-prueth: Make pa_stats optional
 2024-09-06 12:25 UTC  (2+ messages)

[net-next v5 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-09-06 12:14 UTC  (2+ messages)

[PATCH net-next 0/3] lan743x: This series of patches are for lan743x driver testing
 2024-09-06 12:08 UTC  (4+ messages)

[PATCH] lib80211: Use ERR_CAST() to return
 2024-09-06 11:54 UTC  (2+ messages)

[PATCH] net: ftgmac100: Enable TX interrupt to avoid TX timeout
 2024-09-06 11:48 UTC  (3+ messages)
    ` 回覆: "

[PATCH net-next v5 0/5] Introduce HSR offload support for ICSSG
 2024-09-06 11:15 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ti: icss-iep: Move icss_iep structure
` [PATCH net-next v5 2/5] net: ti: icssg-prueth: Stop hardcoding def_inc
` [PATCH net-next v5 3/5] net: ti: icssg-prueth: Add support for HSR frame forward offload
` [PATCH net-next v5 4/5] net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offload
` [PATCH net-next v5 5/5] net: ti: icssg-prueth: Add multicast filtering support in HSR mode

[PATCH] net: sysfs: Fix weird usage of class's namespace relevant fields
 2024-09-06 11:12 UTC  (3+ messages)

[PATCH iwl-net v2] ice: fix VSI lists confusion when adding VLANs
 2024-09-06 10:52 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-net] ice: fix VSI lists confusion when adding VLANs
 2024-09-06 10:51 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next v1] net: atlantic: convert comma to semicolon
 2024-09-06 10:43 UTC  (2+ messages)

[PATCH net-next V6 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-09-06 10:35 UTC  (6+ messages)
` [PATCH net-next V6 1/5] net: phylink: Add phylink_set_fixed_link() to configure fixed link state in phylink
` [PATCH net-next V6 2/5] net: lan743x: Create separate PCS power reset function
` [PATCH net-next V6 3/5] net: lan743x: Create separate Link Speed Duplex state function
` [PATCH net-next V6 4/5] net: lan743x: Migrate phylib to phylink
` [PATCH net-next V6 5/5] net: lan743x: Add support to ethtool phylink get and set settings

[PATCH] fou: fix initialization of grc
 2024-09-06 10:28 UTC 

[PATCH net-next v1] net: stmmac: Programming sequence for VLAN packets with split header
 2024-09-06 10:28 UTC  (2+ messages)

[RFC PATCH v2 0/7] Revert "virtio_net: rx enable premapped mode by default"
 2024-09-06 10:12 UTC  (10+ messages)
` [RFC PATCH v2 1/7] Revert "virtio_net: xsk: rx: support recv merge mode"
` [RFC PATCH v2 2/7] Revert "virtio_net: xsk: rx: support recv small mode"
` [RFC PATCH v2 3/7] Revert "virtio_net: xsk: rx: support fill with xsk buffer"
` [RFC PATCH v2 4/7] Revert "virtio_net: xsk: bind/unbind xsk for rx"
` [RFC PATCH v2 5/7] Revert "virtio_net: rx remove premapped failover code"
` [RFC PATCH v2 6/7] Revert "virtio_net: big mode skip the unmap check"
` [RFC PATCH v2 7/7] Revert "virtio_ring: enable premapped mode whatever use_dma_api"

[PATCH] net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices
 2024-09-06 10:10 UTC  (2+ messages)

[PATCH v2] dpaa2-switch: fix flooding domain among multiple vlans
 2024-09-06  9:57 UTC  (4+ messages)

[PATCH net-next v5 0/2] net-timestamp: introduce a flag to filter out rx software and hardware report
 2024-09-06  9:56 UTC  (3+ messages)
` [PATCH net-next v5 1/2] net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
` [PATCH net-next v5 2/2] net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTER

[PATCH net] virtio-net: fix overflow inside virtnet_rq_alloc
 2024-09-06  9:53 UTC  (8+ messages)

[net-next 0/2] net: phy: Fallback to C22 for PHY register read/write
 2024-09-06  9:39 UTC  (3+ 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()

[syzbot] [net?] general protection fault in hsr_proxy_announce
 2024-09-06  9:29 UTC 

[PATCH net-next v4 3/5] net: ti: icssg-prueth: Add support for HSR frame forward offload
 2024-09-06  9:22 UTC  (2+ messages)

[PATCH v2 net] net: dsa: felix: ignore pending status of TAS module when it's disabled
 2024-09-06  9:35 UTC 

[PATCH net] net: dsa: felix: ignore pending status of TAS module when it's disabled
 2024-09-06  9:14 UTC  (3+ messages)

[PATCH] sfc: It's a small cleanup to use ERR_CAST() here
 2024-09-06  9:01 UTC  (2+ messages)

[PATCH net-next V5 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-09-06  8:53 UTC  (4+ messages)
` [PATCH net-next V5 4/5] net: lan743x: Migrate phylib to phylink

[PATCH v4] memcg: add charging of already allocated slab objects
 2024-09-06  8:52 UTC  (4+ messages)

[PATCH net-next 0/9] netconsole refactoring and warning fix
 2024-09-06  8:48 UTC  (10+ messages)
` [PATCH net-next 3/9] net: netconsole: separate fragmented message handling in send_ext_msg
` [PATCH net-next 6/9] net: netconsole: track explicitly if msgbody was written to buffer
` [PATCH net-next 8/9] net: netconsole: split send_msg_fragmented

[PATCH net-next 00/15] RX software timestamp for all - round 2
 2024-09-06  8:40 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in lockref_get_not_dead (2)
 2024-09-06  8:40 UTC 

[PATCH net] r8169: correct the reset timing of RTL8125 for link-change event
 2024-09-06  8:35 UTC 

[PATCH v2] ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()
 2024-09-06  8:30 UTC  (2+ messages)

[PATCH v2] ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()
 2024-09-06  8:18 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-09-06  8:15 UTC  (6+ messages)

[PATCH net-next 0/2] bnxt_en: implement tcp-data-split ethtool command
 2024-09-06  8:07 UTC  (3+ messages)
` [PATCH net-next 1/2] bnxt_en: add support for rx-copybreak "
` [PATCH net-next 2/2] bnxt_en: add support for tcp-data-split "

[PATCH net-next v4 0/3] net: dsa: microchip: rename and clean ksz8 series files
 2024-09-06  7:50 UTC  (2+ messages)

[PATCH net-next v2] dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855
 2024-09-06  7:44 UTC  (7+ messages)

[PATCH net-next v18 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-09-06  7:36 UTC  (15+ messages)
` [PATCH net-next v18 01/14] mm: page_frag: add a test module for page_frag
` [PATCH net-next v18 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v18 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v18 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v18 05/14] xtensa: remove the get_order() implementation
` [PATCH net-next v18 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v18 07/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v18 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v18 09/14] net: rename skb_copy_to_page_nocache() helper
` [PATCH net-next v18 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v18 11/14] mm: page_frag: add testing for the newly added prepare API
` [PATCH net-next v18 12/14] net: replace page_frag with page_frag_cache
` [PATCH net-next v18 13/14] mm: page_frag: update documentation for page_frag
` [PATCH net-next v18 14/14] mm: page_frag: add an entry in MAINTAINERS "

[PATCH net-next] net: ibm: emac: Use __iomem annotation for emac_[xg]aht_base
 2024-09-06  7:36 UTC 

[PATCH v1 net-next] net: ethernet: mellanox: mlx5: core: Use ERR_CAST() to return
 2024-09-06  7:32 UTC  (2+ messages)

[PATCH net-next 0/2] selftests/net: add packetdrill
 2024-09-06  7:24 UTC  (7+ messages)
` [PATCH net-next 2/2] selftests/net: integrate packetdrill with ksft

[PATCH net] net: xilinx: axienet: Fix IRQ coalescing packet count overflow
 2024-09-06  7:05 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).