netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-17 14:20:03 to 2024-10-18 02:20:49 UTC [more...]

[PATCH v2 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-18  2:37 UTC  (3+ messages)
` [PATCH v2 net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH v2 net 2/4] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()

[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-18  2:18 UTC  (24+ messages)
` [PATCH v3 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v3 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v3 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v3 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v3 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v3 net-next 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v3 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v3 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH -next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-18  2:29 UTC  (3+ messages)
` [PATCH net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()

[PATCH v2 net-next 0/1] DualPI2 patch
 2024-10-18  2:10 UTC  (2+ messages)
` [PATCH net-next 1/1] sched: Add dualpi2 qdisc

[PATCH v1 net-next 0/9] phonet: Convert all doit() and dumpit() to RCU
 2024-10-17 18:49 UTC  (11+ messages)
` [PATCH v1 net-next 1/9] phonet: Pass ifindex to fill_addr()
` [PATCH v1 net-next 2/9] phonet: Pass net and ifindex to phonet_address_notify()
` [PATCH v1 net-next 3/9] phonet: Convert phonet_device_list.lock to spinlock_t
` [PATCH v1 net-next 4/9] phonet: Don't hold RTNL for addr_doit()
` [PATCH v1 net-next 5/9] phonet: Don't hold RTNL for getaddr_dumpit()
` [PATCH v1 net-next 6/9] phonet: Pass ifindex to fill_route()
` [PATCH v1 net-next 7/9] phonet: Pass net and ifindex to rtm_phonet_notify()
` [PATCH v1 net-next 8/9] phonet: Convert phonet_routes.lock to spinlock_t
` [PATCH v1 net-next 9/9] phonet: Don't hold RTNL for route_doit()

[PATCH v1 net-next] ipv4: Switch inet_addr_hash() to less predictable hash
 2024-10-18  1:41 UTC 

[PATCH net-next v1 0/5] net: stmmac: Refactor FPE as a separate module
 2024-10-18  1:33 UTC  (9+ messages)
` [PATCH net-next v1 3/5] net: stmmac: Rework marco definitions for gmac4 and xgmac
` [PATCH net-next v1 4/5] net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ
` [PATCH net-next v1 5/5] net: stmmac: xgmac: Complete FPE support

[PATCH] net: stmmac: enable MAC after MTL configuring
 2024-10-18  1:15 UTC  (3+ messages)
  ` 回复: "

[PATCH v1 net-next 00/11] ipv4: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL
 2024-10-18  1:22 UTC  (12+ messages)
` [PATCH v1 net-next 01/11] rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit()
` [PATCH v1 net-next 02/11] ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm()
` [PATCH v1 net-next 03/11] ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr()
` [PATCH v1 net-next 04/11] ipv4: Convert RTM_NEWADDR to per-netns RTNL
` [PATCH v1 net-next 05/11] ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr()
` [PATCH v1 net-next 06/11] ipv4: Convert RTM_DELADDR to per-netns RTNL
` [PATCH v1 net-next 07/11] ipv4: Convert check_lifetime() "
` [PATCH v1 net-next 08/11] rtnetlink: Define rtnl_net_lock()
` [PATCH v1 net-next 09/11] ipv4: Convert devinet_sysctl_forward() to per-netns RTNL
` [PATCH v1 net-next 10/11] ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS
` [PATCH v1 net-next 11/11] ipv4: Convert devinet_ioctl to per-netns RTNL

[PATCH net-next v5 0/3] Threads support in proc connector
 2024-10-18  1:08 UTC  (8+ messages)
` [PATCH net-next v5 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v5 3/3] connector/cn_proc: Selftest for threads

linux-next: manual merge of the net-next tree with Linus' tree
 2024-10-18  1:00 UTC 

[PATCHv2 net] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
 2024-10-18  0:53 UTC 

[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
 2024-10-18  0:46 UTC  (6+ messages)
` [PATCHv2 net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCHv2 net-next 2/3] bonding: use correct return value

[PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
 2024-10-18  0:43 UTC  (3+ messages)

[PATCH net-next] net: phy: aquantia: Add mdix config and reporting
 2024-10-18  0:19 UTC  (4+ messages)

Pending taprio fixes
 2024-10-17 23:38 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix uninitialized variable
 2024-10-17 23:10 UTC  (2+ messages)

Support for JSON output in 'ss' command
 2024-10-17 22:27 UTC  (2+ messages)

ynl ethtool subscribe issue
 2024-10-17 22:05 UTC  (2+ messages)

[PATCH v4 00/26] cxl: add Type2 device support
 2024-10-17 21:50 UTC  (35+ messages)
` [PATCH v4 01/26] cxl: add type2 device basic support
` [PATCH v4 02/26] sfc: add cxl support using new CXL API
` [PATCH v4 03/26] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v4 04/26] cxl/pci: add check for validating capabilities
` [PATCH v4 05/26] cxl: move pci generic code
` [PATCH v4 06/26] cxl: add function for type2 cxl regs setup
` [PATCH v4 07/26] sfc: use cxl api for regs setup and checking
` [PATCH v4 08/26] cxl: add functions for resource request/release by a driver
` [PATCH v4 09/26] sfc: request cxl ram resource
` [PATCH v4 10/26] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v4 11/26] cxl: add function for setting media ready by a driver
` [PATCH v4 12/26] sfc: set cxl media ready
` [PATCH v4 13/26] cxl: prepare memdev creation for type2
` [PATCH v4 14/26] sfc: create type2 cxl memdev
` [PATCH v4 15/26] cxl: define a driver interface for HPA free space enumeration
` [PATCH v4 16/26] sfc: obtain root decoder with enough HPA free space
` [PATCH v4 17/26] cxl: define a driver interface for DPA allocation
` [PATCH v4 18/26] sfc: get endpoint decoder
` [PATCH v4 19/26] cxl: make region type based on endpoint type
` [PATCH v4 20/26] cxl/region: factor out interleave ways setup
` [PATCH v4 21/26] cxl/region: factor out interleave granularity setup
` [PATCH v4 22/26] cxl: allow region creation by type2 drivers
` [PATCH v4 23/26] sfc: create cxl region
` [PATCH v4 24/26] cxl: preclude device memory to be used for dax
` [PATCH v4 25/26] cxl: add function for obtaining params from a region
` [PATCH v4 26/26] sfc: support pio mapping based on cxl

[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-17 21:40 UTC  (5+ messages)
` [PATCH net-next v9 23/23] testing/selftest: add test tool and scripts for ovpn module

[PATCH net] r8169: avoid unsolicited interrupts
 2024-10-17 21:22 UTC  (3+ messages)

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-17 20:43 UTC  (14+ messages)
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension

[PATCH net-next] r8169: enable EEE at 2.5G per default on RTL8125B
 2024-10-17 20:27 UTC 

[syzbot] [wireless?] KASAN: slab-use-after-free Write in kvfree_call_rcu
 2024-10-17 20:23 UTC 

[PATCH net-next v3 0/3] gve: adopt page pool
 2024-10-17 20:20 UTC  (6+ messages)
` [PATCH net-next v3 2/3] gve: adopt page pool for DQ RDA mode

[PATCH iwl-next v3] i40e: add ability to reset vf for tx and rx mdd events
 2024-10-17 19:29 UTC  (6+ messages)

r8169 unknown chip XID 688
 2024-10-17 19:27 UTC  (9+ messages)

[PATCH v2 iproute2 0/2] iplink: Fix link-netns handling
 2024-10-17 19:20 UTC  (2+ messages)

[PATCH iproute2-rc] rdma: Fix help information of 'rdma resource'
 2024-10-17 19:20 UTC  (2+ messages)

[PATCH v4 0/6] octeontx2-pf: handle otx2_mbox_get_rsp errors
 2024-10-17 19:16 UTC  (8+ messages)
` [PATCH v4 1/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c
` [PATCH v4 2/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c
` [PATCH v4 3/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c
` [PATCH v4 4/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c
` [PATCH v4 5/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c
` [PATCH v4 6/6] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c

[PATCH net-next v3 0/8] rust: Add IO polling
 2024-10-17 19:02 UTC  (13+ messages)
` [PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta

[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
 2024-10-17 18:39 UTC  (12+ messages)

yaml gen NL families support in iproute2?
 2024-10-17 18:36 UTC  (2+ messages)

[PATCH net v6 00/10] Lock RCU before calling ip6mr_get_table()
 2024-10-17 18:28 UTC  (14+ messages)
` [PATCH net v6 01/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_vif_seq_start()
` [PATCH net v6 02/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_ioctl()
` [PATCH net v6 03/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_compat_ioctl()
` [PATCH net v6 04/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_get_route()
` [PATCH net v6 05/10] ip6mr: Lock RTNL before ip6mr_new_table() call in ip6mr_rules_init()
` [PATCH net v6 06/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_mfc_seq_start()
` [PATCH net v6 07/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6_mroute_setsockopt()
` [PATCH net v6 08/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6_mroute_getsockopt()
` [PATCH net v6 09/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_rtm_getroute()
` [PATCH net v6 10/10] Revert "ipv6: Fix suspicious RCU usage warning in ip6mr"

[PATCH net v5 0/2] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
 2024-10-17 18:09 UTC  (5+ messages)
` [PATCH net v5 1/2] octeon_ep: Implement helper for iterating packets in Rx queue
` [PATCH net v5 2/2] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()

[PATCH v1 net-next] ip6mr: Add __init to ip6_mr_cleanup()
 2024-10-17 18:02 UTC  (2+ messages)

[GIT PULL] Networking for v6.12-rc4
 2024-10-17 17:34 UTC  (2+ messages)

[PATCH net v2] mlxsw: spectrum_router: fix xa_store() error checking
 2024-10-17 17:05 UTC  (2+ messages)

[PATCH net-next v5 0/6] Improve neigh_flush_dev performance
 2024-10-17 16:26 UTC  (3+ messages)
` [PATCH net-next v5 2/6] Define neigh_for_each

[PATCH v2 net-next 0/6] Mirroring to DSA CPU port
 2024-10-17 16:52 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] net: sched: propagate "skip_sw" flag to offload for flower and matchall
` [PATCH v2 net-next 2/6] net: dsa: clean up dsa_user_add_cls_matchall()
` [PATCH v2 net-next 3/6] net: dsa: use "extack" as argument to flow_action_basic_hw_stats_check()
` [PATCH v2 net-next 4/6] net: dsa: add more extack messages in dsa_user_add_cls_matchall_mirred()
` [PATCH v2 net-next 5/6] net: dsa: allow matchall mirroring rules towards the CPU
` [PATCH v2 net-next 6/6] net: mscc: ocelot: allow tc-flower mirred action towards foreign interfaces

[PATCH v8 1/7] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
 2024-10-17 16:48 UTC  (2+ messages)

[RESEND PATCH iwl-next] ice: Unbind the workqueue
 2024-10-17 16:40 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] eth: bnxt: Fix typo "accelaration"
 2024-10-17 16:28 UTC  (2+ messages)

[PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
 2024-10-17 16:26 UTC  (9+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next] net/sched: act_api: unexport tcf_action_dump_1()
 2024-10-17 16:19 UTC 

[PATCH net] net: fix races in netdev_tx_sent_queue()/dev_watchdog()
 2024-10-17 16:11 UTC  (2+ messages)

[PATCH net] net: usb: usbnet: fix name regression
 2024-10-17 16:11 UTC  (2+ messages)

[PATCH net] net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
 2024-10-17 16:10 UTC 

[PATCH net,v2] hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
 2024-10-17 16:06 UTC  (3+ messages)

[PATCH net-next] net: phy: realtek: add RTL8125D-internal PHY
 2024-10-17 16:01 UTC 

[PATCH net-next] r8169: remove rtl_dash_loop_wait_high/low
 2024-10-17 16:00 UTC  (2+ messages)

[PATCH net-next] r8169: avoid duplicated messages if loading firmware fails and switch to warn level
 2024-10-17 15:54 UTC  (2+ messages)

[PATCH net-next v4 0/3] Threads support in proc connector
 2024-10-17 15:43 UTC  (4+ messages)
` [PATCH net-next v4 1/3] connector/cn_proc: Add hash table for threads

[PATCH v1 RESEND] net: sfp: change quirks for Alcatel Lucent G-010S-P
 2024-10-17 15:44 UTC  (3+ messages)

[PATCH rcu] configs/debug: make sure PROVE_RCU_LIST=y takes effect
 2024-10-17 15:36 UTC  (2+ messages)

[PATCH net-next 00/13] net: fec: cleanups, update quirk, update IRQ naming
 2024-10-17 15:30 UTC  (9+ messages)
` [PATCH net-next 07/13] net: fec: fec_probe(): update quirk: bring IRQs in correct order
    `  "
        `  "

[PATCH net-next 0/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs
 2024-10-17 15:24 UTC  (4+ messages)
` [PATCH net-next 1/3] net: sysctl: remove always-true condition
` [PATCH net-next 2/3] net: sysctl: do not reserve an extra char in dump_cpumask temporary buffer
` [PATCH net-next 3/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs

[PATCH net-next v3 0/3] Threads support in proc connector
 2024-10-17 15:23 UTC  (3+ messages)
` [PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads

[PATCH RESEND net] net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
 2024-10-17 14:36 UTC  (2+ messages)

[PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
 2024-10-17 14:27 UTC  (3+ messages)
` [PATCH 1/3] xdp: Add Rx checksum hint

[PATCH net-next v2] net: stmmac: Programming sequence for VLAN packets with split header
 2024-10-17 14:25 UTC  (2+ messages)

[PATCH iwl-next 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-10-17 14:21 UTC  (2+ messages)

[PATCH 00/15] timers: Cleanup delay/sleep related mess
 2024-10-17 14:19 UTC  (2+ messages)
` (subset) "


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