netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-22 09:00:35 to 2024-07-23 11:31:02 UTC [more...]

[PATCH net-next] net: bonding: correctly annotate RCU in bond_should_notify_peers()
 2024-07-23 11:30 UTC  (3+ messages)

[PATH v5 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23 11:29 UTC  (10+ messages)
` [PATH v5 1/3] "
` [PATH v5 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v5 3/3] vdpa/mlx5: "

[iwl-next v5 00/15] ice: support devlink subfunction
 2024-07-23 11:26 UTC  (37+ messages)
` [iwl-next v5 01/15] ice: add new VSI type for subfunctions
  ` [Intel-wired-lan] "
` [iwl-next v5 02/15] ice: export ice ndo_ops functions
  ` [Intel-wired-lan] "
` [iwl-next v5 03/15] ice: add basic devlink subfunctions support
  ` [Intel-wired-lan] "
` [iwl-next v5 04/15] ice: treat subfunction VSI the same as PF VSI
      ` [Intel-wired-lan] "
` [iwl-next v5 05/15] ice: allocate devlink for subfunction
    ` [Intel-wired-lan] "
` [iwl-next v5 06/15] ice: base subfunction aux driver
  ` [Intel-wired-lan] "
` [iwl-next v5 07/15] ice: implement netdev for subfunction
      ` [Intel-wired-lan] "
` [iwl-next v5 08/15] ice: make representor code generic
  ` [Intel-wired-lan] "
` [iwl-next v5 09/15] ice: create port representor for SF
  ` [Intel-wired-lan] "
` [iwl-next v5 10/15] ice: don't set target VSI for subfunction
  ` [Intel-wired-lan] "
` [iwl-next v5 11/15] ice: check if SF is ready in ethtool ops
  ` [Intel-wired-lan] "
` [iwl-next v5 12/15] ice: implement netdevice ops for SF representor
    ` [Intel-wired-lan] "
` [iwl-next v5 13/15] ice: support subfunction devlink Tx topology
  ` [Intel-wired-lan] "
` [iwl-next v5 14/15] ice: basic support for VLAN in subfunctions
  ` [Intel-wired-lan] "
` [iwl-next v5 15/15] ice: allow to activate and deactivate subfunction
  ` [Intel-wired-lan] "

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-07-23 11:20 UTC  (20+ messages)

[PATCH net] selftests: forwarding: skip if kernel not support setting bridge fdb learning limit
 2024-07-23 11:13 UTC  (5+ messages)

[PATCH net] net: wangxun: use net_prefetch to simplify logic
 2024-07-23 11:05 UTC  (3+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-23 11:04 UTC  (4+ messages)
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY

[PATCH net-next v7] net/mlx5: Reclaim max 50K pages at once
 2024-07-23 11:03 UTC  (2+ messages)

[PATCH net v2] bnxt_en: update xdp_rxq_info in queue restart logic
 2024-07-23 10:59 UTC  (2+ messages)

[PATCH] net: stmmac: fix the mistake of the device tree property string of reset gpio in stmmac_mdio_reset
 2024-07-23 10:47 UTC  (2+ messages)

[PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
 2024-07-23 10:40 UTC  (2+ messages)

[PATCH net] gve: Fix an edge case for TSO skb validity check
 2024-07-23 10:20 UTC  (8+ messages)

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

XDP Performance Regression in recent kernel versions
 2024-07-23  9:52 UTC  (11+ messages)

[PATCH bpf-next] selftests/bpf: fix compilation failure when CONFIG_NET_FOU!=y
 2024-07-23  9:44 UTC  (8+ messages)
  ` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "

[RFT PATCH net] net: phy: aquantia: only poll GLOBAL_CFG registers on aqr113c and aqr115c
 2024-07-23  9:38 UTC  (3+ messages)

[PATCH net] l2tp: make session IDR and tunnel session list coherent
 2024-07-23  9:30 UTC  (3+ messages)

[PATCH net] ipv4: Fix incorrect source address in Record Route option
 2024-07-23  9:10 UTC  (2+ messages)

[PATCH v1 net] can: bcm: Remove proc entry when dev is unregistered
 2024-07-23  9:04 UTC  (2+ messages)

[PATCH v1 net] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops
 2024-07-23  8:50 UTC  (2+ messages)

[PATCH net v3] igb: cope with large MAX_SKB_FRAGS
 2024-07-23  8:28 UTC  (3+ messages)

[PATCH net v2 0/2] tcp: restrict crossed SYN specific actions to SYN-ACK
 2024-07-23  8:22 UTC  (3+ messages)

[PATCH iwl-next v2 00/13] ice: iavf: add support for TC U32 filters on VFs
 2024-07-23  8:07 UTC  (34+ messages)
` [PATCH iwl-next v2 01/13] ice: add parser create and destroy skeleton
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 02/13] ice: parse and init various DDP parser sections
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 03/13] ice: add debugging functions for the "
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 04/13] ice: add parser internal helper functions
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 05/13] ice: add parser execution main loop
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 06/13] ice: support turning on/off the parser's double vlan mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 07/13] ice: add UDP tunnels support to the parser
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 08/13] ice: add API for parser profile initialization
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 09/13] virtchnl: support raw packet in protocol header
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 10/13] ice: add method to disable FDIR SWAP option
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 11/13] ice: enable FDIR filters from raw binary patterns for VFs
        ` [Intel-wired-lan] "
` [PATCH iwl-next v2 12/13] iavf: refactor add/del FDIR filters
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 13/13] iavf: add support for offloading tc U32 cls filters
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH iwl-next v2 00/13] ice: iavf: add support for TC U32 filters on VFs

[PATCH net 1/1] igc: Fix double reset adapter triggered from a single taprio cmd
 2024-07-23  7:33 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-next v3] igc: Add MQPRIO offload support
 2024-07-23  7:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-07-23  7:21 UTC  (3+ messages)
` [PATCH v3 2/7] reset: mchp: sparx5: Remove dependencies and allow building as a module

[PATCH bpf-next v2 0/9] Add BPF LSM return value range check, BPF part
 2024-07-23  7:07 UTC  (9+ messages)
` [PATCH bpf-next v2 5/9] bpf, verifier: improve signed ranges inference for BPF_AND

[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
 2024-07-23  7:04 UTC  (5+ messages)
` [PATCH v4 9/20] "

[PATCH v6 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-23  6:56 UTC  (4+ messages)
` [PATCH v6 1/3] net: introduce helper sendpages_ok()
` [PATCH v6 2/3] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v6 3/3] drbd: "

[PATCH iwl-next v2] igc: Get rid of spurious interrupts
 2024-07-23  6:29 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-next v2 0/5] ice: add standard stats
 2024-07-23  3:03 UTC  (2+ messages)
` [Intel-wired-lan] "

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

[PATCH 0/4] net: dsa: microchip: ksz8795: add Wake on LAN support
 2024-07-23  2:42 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: net: dsa: microchip: add microchip,pme-active-high flag

[PATH v4 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23  1:52 UTC  (10+ messages)
` [PATH v4 3/3] vdpa/mlx5: Add the support of set mac address

[RFC net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-07-23  1:20 UTC  (4+ messages)

[PATCH v7 0/4] Landlock: Abstract Unix Socket Scoping Support
 2024-07-23  1:13 UTC  (4+ messages)
` [PATCH v7 1/4] Landlock: Add abstract unix socket connect restriction

[RFC PATCH bpf-next RESEND 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
 2024-07-23  1:00 UTC  (7+ messages)
` [RFC PATCH bpf-next RESEND 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust

[net] tcp: add SO_PEEK_OFF socket option tor TCPv6
 2024-07-23  0:52 UTC  (2+ messages)

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-23  0:46 UTC  (6+ messages)
` [PATCH v5 1/3] net: introduce helper sendpages_ok()

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-23  0:19 UTC  (5+ messages)
` [OFFLIST RFC 1/4] bpf: Search for kptrs in prog BTF structs
  ` [OFFLIST RFC 3/4] bpf: Support bpf_kptr_xchg into local kptr

[PATCH] MAINTAINERS: Update bonding entry
 2024-07-22 22:27 UTC  (2+ messages)

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

[ANN] netdev development stats for 6.11
 2024-07-22 21:22 UTC 

[PATCH v9 12/14] PCI: Provide stub failed link recovery for device probing and hot plug
 2024-07-22 20:40 UTC  (3+ messages)
` PCI: Work around PCIe link training failures

[PATCH v2 6/8] fwctl: Add documentation
 2024-07-22 20:40 UTC  (4+ messages)

Kernel hang caused by commit "can: m_can: Start/Cancel polling timer together with interrupts"
 2024-07-22 18:58 UTC  (7+ messages)

[PATCH net-next RFC] net: ethernet: mtk_eth_soc: use prefetch methods
 2024-07-22 18:26 UTC  (4+ 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-22 16:29 UTC  (3+ messages)
` [PATCH bpf v5] bpf: Fixed segment issue when downgrade gso_size

[PATCH RFC net-next] bonding: Remove support for use_carrier
 2024-07-22 16:26 UTC  (4+ messages)

[PATCH iwl-net] ice: Introduce netif_device_attach/detach into reset flow
 2024-07-22 16:26 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-22 16:04 UTC  (4+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev

[PATCH V3 00/10] PCIe TPH and cache direct injection support
 2024-07-22 15:38 UTC  (6+ messages)

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-07-22 15:32 UTC  (8+ messages)
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API

[PATCH net-next RFC v15 00/14] stmmac: Add Loongson platform support
 2024-07-22 15:30 UTC  (17+ messages)
` [PATCH net-next RFC v15 01/14] net: stmmac: Move the atds flag to the stmmac_dma_cfg structure
` [PATCH net-next RFC v15 02/14] net: stmmac: Add multi-channel support
` [PATCH net-next RFC v15 03/14] net: stmmac: Export dwmac1000_dma_ops
` [PATCH net-next RFC v15 04/14] net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size init
` [PATCH net-next RFC v15 05/14] net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi calls
` [PATCH net-next RFC v15 06/14] net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identification
` [PATCH net-next RFC v15 07/14] net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
` [PATCH net-next RFC v15 08/14] net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
` [PATCH net-next RFC v15 09/14] net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMAC
` [PATCH net-next RFC v15 10/14] net: stmmac: dwmac-loongson: Introduce PCI device info data
` [PATCH net-next RFC v15 11/14] net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device support
` [PATCH net-next RFC v15 12/14] net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC support
` [PATCH net-next RFC v15 13/14] net: stmmac: dwmac-loongson: Add Loongson GNET support
` [PATCH net-next RFC v15 14/14] net: stmmac: dwmac-loongson: Add loongson module author

[PATCH iwl-next v3 00/13] ice: iavf: add support for TC U32 filters on VFs
 2024-07-22 15:10 UTC  (24+ messages)
` [PATCH iwl-next v3 01/13] ice: add parser create and destroy skeleton
` [PATCH iwl-next v3 02/13] ice: parse and init various DDP parser sections
` [PATCH iwl-next v3 03/13] ice: add debugging functions for the "
` [PATCH iwl-next v3 04/13] ice: add parser internal helper functions
` [PATCH iwl-next v3 05/13] ice: add parser execution main loop
` [PATCH iwl-next v3 06/13] ice: support turning on/off the parser's double vlan mode
` [PATCH iwl-next v3 07/13] ice: add UDP tunnels support to the parser
` [PATCH iwl-next v3 09/13] virtchnl: support raw packet in protocol header
` [PATCH iwl-next v3 11/13] ice: enable FDIR filters from raw binary patterns for VFs
` [PATCH iwl-next v3 12/13] iavf: refactor add/del FDIR filters
` [PATCH iwl-next v3 13/13] iavf: add support for offloading tc U32 cls filters

[PATCH] tcp/dccp: replace using only even ports with all ports
 2024-07-22 14:50 UTC  (2+ messages)

[PATCH v1 1/2] Landlock: Add signal control
 2024-07-22 12:45 UTC  (2+ messages)

[PATCH v2 1/4] net: Split a __sys_bind helper for io_uring
 2024-07-22 12:37 UTC  (8+ messages)

[PATCH 0/3] Add Firmware Upload support for beagleplay cc1352
 2024-07-22 11:26 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: net: ti,cc1352p7: Add boot-gpio
` [PATCH 3/3] greybus: gb-beagleplay: Add firmware upload API

[syzbot] [wireless?] WARNING in __rate_control_send_low (2)
 2024-07-22 10:30 UTC  (2+ messages)

[RFC PATCH 0/2] netconsole: Fix netconsole unsafe locking
 2024-07-22  9:44 UTC  (4+ messages)
` [RFC PATCH 2/2] netconsole: Defer netpoll cleanup to avoid lock release during list traversal

[Intel-wired-lan] [PATCH iwl-next v2 0/6] Add support for devlink health events
 2024-07-22  9:23 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 3/6] ice: add Tx hang devlink health reporter
` [Intel-wired-lan] [PATCH iwl-next v2 6/6] ice: devlink health: dump also skb on Tx hang


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