public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-29 05:13:11 to 2026-01-29 11:25:05 UTC [more...]

[PATCH net] ice: fix setting RSS VSI hash for E830
 2026-01-29 11:24 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH net-next 0/3] net: dsa: sync dsa_mall_policer_tc_entry with FLOW_ACTION_POLICE
 2026-01-29 11:20 UTC  (3+ messages)
` [PATCH net-next 3/3] net: dsa: ocelot: check policer entry

[PATCH net v2] net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP module
 2026-01-29 11:19 UTC  (3+ messages)

[PATCH 0/4] Serdes: s32g: Add support for serdes subsystem
 2026-01-29 11:17 UTC  (4+ messages)
` [PATCH 2/4] phy: s32g: Add serdes subsystem phy

[RFC PATCH] net: phy: integrate reset-after-clock quirk into phy_init_hw
 2026-01-29 11:17 UTC  (9+ messages)

[net-next PATCH v2] amd-xgbe: add support for rx alignment errors
 2026-01-29 11:15 UTC 

[PATCH RFC v2 0/2] virtio-net: add flow filter for receive timestamps
 2026-01-29 11:03 UTC  (6+ messages)
` [PATCH RFC v2 1/2] tun: support rx-tstamp
` [PATCH RFC v2 2/2] virtio-net: support receive timestamp

[net-next v21 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2026-01-29 11:01 UTC  (8+ messages)
` [net-next v21 1/7] dt-bindings: net: Add MTIP L2 switch description
` [net-next v21 2/7] net: mtip: The L2 switch driver for imx287
` [net-next v21 3/7] net: mtip: Add buffers management functions to the L2 switch driver
` [net-next v21 4/7] net: mtip: Add net_device_ops "
` [net-next v21 5/7] net: mtip: Add mtip_switch_{rx|tx} "
` [net-next v21 6/7] net: mtip: Extend the L2 switch driver with management operations
` [net-next v21 7/7] net: mtip: Extend the L2 switch driver for imx287 with bridge operations

[PATCH v4 net 0/2] net: vlan: fix skb_panic bug in vlan_dev_hard_header()
 2026-01-29 11:08 UTC  (3+ messages)
` [PATCH v4 net 1/2] net: vlan: always set hard_header_len with VLAN_HLEN

[PATCH net] iavf: fix PTP use-after-free during reset
 2026-01-29 11:07 UTC  (2+ messages)

[PATCH net-next v2 0/9] hsr: Implement more robust duplicate discard algorithm
 2026-01-29 11:05 UTC  (3+ messages)
` [PATCH net-next v2 1/9] selftests: hsr: Add ping test for PRP

[GIT PULL] wireless-2026-01-29
 2026-01-29 11:03 UTC 

[PATCH iwl-next v2 0/5] ice: add support for devmem/io_uring Rx and Tx
 2026-01-29 11:03 UTC  (2+ messages)

[PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
 2026-01-29 11:03 UTC  (11+ messages)

[GIT PULL] wireless-next-2026-01-29
 2026-01-29 10:58 UTC 

[PATCH v2 net-next 0/7] netfilter: updates for net-next
 2026-01-29 10:54 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signature
` [PATCH v2 net-next 2/7] netfilter: Introduce tunnel metadata info in nf_flowtable_ctx struct
` [PATCH v2 net-next 3/7] netfilter: flowtable: Add IP6IP6 rx sw acceleration
` [PATCH v2 net-next 4/7] netfilter: flowtable: Add IP6IP6 tx "
` [PATCH v2 net-next 5/7] selftests: netfilter: nft_flowtable.sh: Add IP6IP6 flowtable selftest
` [PATCH v2 net-next 6/7] netfilter: xt_time: use is_leap_year() helper
` [PATCH v2 net-next 7/7] netfilter: nfnetlink_queue: optimize verdict lookup with hash table

[PATCH net] net: phy: add device link between MAC device and MDIO device
 2026-01-29 10:47 UTC  (7+ messages)

[PATCH net-next 0/9] netfilter: updates for net-next
 2026-01-29 10:40 UTC  (5+ messages)

[PATCH net-next v3] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-29 10:36 UTC  (2+ messages)

[PATCH v5 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-29 10:34 UTC  (16+ messages)
` [PATCH v5 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v5 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v5 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v5 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v5 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v5 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v5 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v5 net-next 08/15] net: fec: transmit XDP frames in bulk
` [PATCH v5 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v5 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v5 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v5 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v5 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v5 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v5 net-next 15/15] net: fec: add AF_XDP zero-copy support

[PATCH v3 00/30] kernel-doc: make it parse new functions and structs
 2026-01-29 10:34 UTC  (55+ messages)
` [PATCH v3 01/30] docs: kdoc_re: add support for groups()
` [PATCH v3 02/30] docs: kdoc_re: don't go past the end of a line
` [PATCH v3 03/30] docs: kdoc_parser: move var transformers to the beginning
  ` [Intel-wired-lan] "
` [PATCH v3 04/30] docs: kdoc_parser: don't mangle with function defines
  ` [Intel-wired-lan] "
` [PATCH v3 05/30] docs: kdoc_parser: add functions support for NestedMatch
  ` [Intel-wired-lan] "
` [PATCH v3 06/30] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
  ` [Intel-wired-lan] "
` [PATCH v3 07/30] docs: kdoc_parser: fix variable regexes to work with size_t
  ` [Intel-wired-lan] "
` [PATCH v3 08/30] docs: kdoc_parser: fix the default_value logic for variables
  ` [Intel-wired-lan] "
` [PATCH v3 09/30] docs: kdoc_parser: add some debug for variable parsing
  ` [Intel-wired-lan] "
` [PATCH v3 10/30] docs: kdoc_parser: don't exclude defaults from prototype
  ` [Intel-wired-lan] "
` [PATCH v3 11/30] docs: kdoc_parser: fix parser to support multi-word types
  ` [Intel-wired-lan] "
` [PATCH v3 12/30] docs: kdoc_parser: ignore context analysis and lock attributes
  ` [Intel-wired-lan] "
` [PATCH v3 13/30] docs: kdoc_parser: add support for LIST_HEAD
  ` [Intel-wired-lan] "
` [PATCH v3 14/30] kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v3 15/30] docs: kdoc_re: properly handle strings and escape chars on it
  ` [Intel-wired-lan] "
` [PATCH v3 16/30] docs: kdoc_re: better show KernRe() at documentation
  ` [Intel-wired-lan] "
` [PATCH v3 17/30] docs: kdoc_re: don't recompile NextMatch regex every time
  ` [Intel-wired-lan] "
` [PATCH v3 18/30] docs: kdoc_re: Change NestedMath args replacement to \0
  ` [Intel-wired-lan] "
` [PATCH v3 19/30] docs: kdoc_re: make NextedMatch use KernRe
  ` [Intel-wired-lan] "
` [PATCH v3 20/30] docs: kdoc_re: add support on NestedMatch for argument replacement
  ` [Intel-wired-lan] "
` [PATCH v3 21/30] docs: python: add helpers to run unit tests
` [PATCH v3 22/30] unittests: add tests for NestedMatch class
` [PATCH v3 23/30] docs: kdoc_parser: better handle struct_group macros
  ` [Intel-wired-lan] "
` [PATCH v3 24/30] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v3 25/30] docs: kdoc_re: add a helper class to declare C function matches
  ` [Intel-wired-lan] "
` [PATCH v3 26/30] docs: kdoc_parser: use the new CFunction class
  ` [Intel-wired-lan] "
` [PATCH v3 27/30] docs: kdoc_parser: minimize differences with struct_group_tagged
  ` [Intel-wired-lan] "
` [PATCH v3 28/30] docs: kdoc_parser: move transform lists to a separate file
  ` [Intel-wired-lan] "
` [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
  ` [Intel-wired-lan] [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing "; " "
` [PATCH v3 30/30] docs: xforms_lists.py: use CFuntion to handle all function macros

[PATCH net V2 0/4] mlx5 misc fixes 2026-01-27
 2026-01-29 10:33 UTC  (4+ messages)
` [PATCH net V2 2/4] net/mlx5: Fix deadlock between devlink lock and esw->wq

[PATCH net] xfrm: always flush state and policy upon NETDEV_DOWN/NETDEV_UNREGISTER events
 2026-01-29 10:32 UTC  (8+ messages)

[PATCH nf-next] netfilter: flowtable: dedicated slab for flow entry
 2026-01-29 10:26 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-lane-order
 2026-01-29 10:17 UTC  (3+ messages)

[PATCH v4 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-lane-order
 2026-01-29 10:16 UTC  (4+ messages)
` [PATCH v4 2/4] net: phy: realtek: add RTL8224 pair order support
` [PATCH v4 3/4] dt-bindings: net: ethernet-phy: add property enet-phy-lane-polarity
` [PATCH v4 4/4] net: phy: realtek: add RTL8224 polarity support

[PATCH] net: ax25: remove plumbing for never-implemented DAMA Master support
 2026-01-29  8:09 UTC 

[PATCH] tty: synclink_gt: remove broken driver
 2026-01-29  7:51 UTC 

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-29  9:24 UTC  (14+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH] octeontx2-af: Fix PF driver crash with kexec kernel booting
 2026-01-29  9:19 UTC 

[PATCH net-next 0/3] net: usb: adhere to style by removing typedefs
 2026-01-29  9:13 UTC  (7+ messages)
` [PATCH net-next 3/3] net: usb: kaweth: remove eth_addr_t typedef and bcast_addr definition

[PATCH net-next 00/13] net: phy_port: SFP modules representation and phy_port listing
 2026-01-28 16:10 UTC  (11+ messages)
` [PATCH net-next 05/13] net: phy: Create SFP phy_port before registering usptream
` [PATCH net-next 07/13] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next 08/13] net: phylink: "
` [PATCH net-next 09/13] net: phy: phy_port: Store information about a MII port's occupancy
` [PATCH net-next 10/13] net: phy: phy_link_topology: Add a helper to retrieve ports

[RFC net-next 0/4] net: dsa: yt921x: Add tc support
 2026-01-29  8:51 UTC  (5+ messages)
` [RFC net-next 1/4] net: dsa: yt921x: Refactor port error message
` [RFC net-next 2/4] net: dsa: yt921x: Refactor long register helpers
` [RFC net-next 3/4] net: dsa: yt921x: Add port police support
` [RFC net-next 4/4] net: dsa: yt921x: Add port qdisc tbf support

[net-next 0/6] move CAN skb headroom content to skb extensions
 2026-01-29  8:42 UTC  (7+ messages)

[PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding
 2026-01-29  8:42 UTC  (3+ messages)
` [PATCH v3 15/15] vsock/virtio: reorder fields to reduce padding

[PATCH net-next] udp: add drop count for packets in udp_prod_queue
 2026-01-29  8:38 UTC 

[PATCH net] net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP module
 2026-01-29  8:36 UTC  (3+ messages)

[PATCH net-next v7 00/13] NPC HW block support for cn20k
 2026-01-29  8:33 UTC  (14+ messages)
` [PATCH net-next v7 01/13] octeontx2-af: npc: cn20k: Index management
` [PATCH net-next v7 02/13] octeontx2-af: npc: cn20k: KPM profile changes
` [PATCH net-next v7 03/13] octeontx2-af: npc: cn20k: Add default profile
` [PATCH net-next v7 04/13] octeontx2-af: npc: cn20k: MKEX profile support
` [PATCH net-next v7 05/13] octeontx2-af: npc: cn20k: Allocate default MCAM indexes
` [PATCH net-next v7 06/13] octeontx2-af: npc: cn20k: Use common APIs
` [PATCH net-next v7 07/13] octeontx2-af: npc: cn20k: Prepare for new SoC
` [PATCH net-next v7 08/13] octeontx2-af: npc: cn20k: Add new mailboxes for CN20K silicon
` [PATCH net-next v7 09/13] octeontx2-af: npc: cn20k: virtual index support
` [PATCH net-next v7 10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation
` [PATCH net-next v7 11/13] octeontx2-pf: cn20k: Add TC rules support
` [PATCH net-next v7 12/13] octeontx2-af: npc: cn20k: add debugfs support
` [PATCH net-next v7 13/13] octeontx2-af: npc: Use common structures

[PATCH net-next] dpll: expose fractional frequency offset in ppt
 2026-01-29  8:20 UTC  (2+ messages)

[PATCH net] net: don't touch dev->stats in BPF redirect paths
 2026-01-29  8:15 UTC  (3+ messages)

[PATCH v2 00/25] kernel-doc: make it parse new functions and structs
 2026-01-29  8:14 UTC  (6+ messages)

[PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-29  8:08 UTC  (3+ messages)
` [PATCH v4 3/4] drm/radeon: Raise msi_addr_mask to dma_bits

[PATCH net-next v10 0/3] Add support for Nuvoton MA35D1 GMAC
 2026-01-29  5:44 UTC  (4+ messages)
` [PATCH net-next v10 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
` [PATCH net-next v10 2/3] arm64: dts: nuvoton: Add Ethernet nodes
` [PATCH net-next v10 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[PATCH net-next v2 00/14] net: stmmac: SerDes, PCS, BASE-X, and inband goodies
 2026-01-29  7:27 UTC  (6+ messages)

[PATCH net-next] uapi: net: mii: correct 100BASE4 bit descriptions
 2026-01-29  5:17 UTC 

[PATCH net v3 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
 2026-01-29  7:07 UTC  (4+ messages)
` [PATCH net v3 2/2] ice: drop udp_tunnel_get_rx_info() call from ndo_open()
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net v3 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()

[PATCH net-next 0/8] Add support for Renesas RZ/G3L GBETH
 2026-01-29  6:48 UTC  (3+ messages)

[PATCH net v3] net: cpsw_new: Execute ndo_set_rx_mode callback in a work queue
 2026-01-29  6:32 UTC  (3+ messages)

[PATCH v2 net-next 0/2] virtio_net: add page_pool support
 2026-01-29  6:30 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] virtio_net: add page_pool support for buffer allocation

[PATCH net-next v3] net: ethernet: mtk_eth_soc: avoid writing to ESW registers on MT7628
 2026-01-29  6:22 UTC  (3+ messages)

[PATCH net 0/4] bnxt_en: Fix RSS context and ntuple filter issues
 2026-01-29  6:16 UTC  (5+ messages)
` [PATCH net 1/4] bnxt_en: Fix RSS context delete logic
` [PATCH net 2/4] bnxt_en: Don't overload fw_vnic_id for RSS context's filters
` [PATCH net 3/4] bnxt_en: Fix deleting of Ntuple filters
` [PATCH net 4/4] selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up

[PATCH net-next v2 09/15] net: ftgmac100: Always register the MDIO bus when it exists
 2026-01-29  6:07 UTC  (6+ messages)
` [net-next,v2,09/15] "

[PATCH net-next v4] net: usb: remove unnecessary get_drvinfo code and driver versions
 2026-01-29  4:23 UTC 

[PATCH net-next v5 0/7] ipv6: Address ext hdr DoS vulnerabilities
 2026-01-29  5:31 UTC  (7+ messages)
` [PATCH net-next v5 2/7] ipv6: Cleanup IPv6 TLV definitions
` [PATCH net-next v5 3/7] ipv6: Add case for IPV6_TLV_TNL_ENCAP_LIMIT in EH TLV switch
` [PATCH net-next v5 6/7] ipv6: Enforce Extension Header ordering

[PATCH v3] net: spacemit: k1-emac: fix jumbo frame support
 2026-01-29  5:29 UTC  (2+ messages)

[PATCH net-next v6 01/13] octeontx2-af: npc: cn20k: Index management
 2026-01-29  5:23 UTC  (3+ messages)
` [net-next,v6,01/13] "

[PATCH net-next v6 11/13] octeontx2-pf: cn20k: Add TC rules support
 2026-01-29  5:13 UTC  (2+ messages)
` [net-next,v6,11/13] "

[PATCH net-next v6 10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation
 2026-01-29  5:13 UTC  (2+ messages)
` [net-next,v6,10/13] "


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