netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-03 14:52:25 to 2025-01-04 22:29:02 UTC [more...]

[PATCH net-next 00/14] Arrange PSE core and update TPS23881 driver
 2025-01-04 22:27 UTC  (15+ messages)
` [PATCH net-next 01/14] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
` [PATCH net-next 02/14] net: pse-pd: Avoid setting max_uA in regulator constraints
` [PATCH net-next 03/14] net: pse-pd: Add power limit check
` [PATCH net-next 04/14] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
` [PATCH net-next 05/14] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel
` [PATCH net-next 06/14] net: pse-pd: tps23881: Add missing configuration register after disable
` [PATCH net-next 07/14] net: pse-pd: Use power limit at driver side instead of current limit
` [PATCH net-next 08/14] net: pse-pd: Split ethtool_get_status into multiple callbacks
` [PATCH net-next 09/14] net: pse-pd: Remove is_enabled callback from drivers
` [PATCH net-next 10/14] net: pse-pd: tps23881: Add support for power limit and measurement features
` [PATCH net-next 11/14] net: pse-pd: Add support for PSE device index
` [PATCH net-next 12/14] net: ethtool: Add support for new PSE device index description
` [PATCH net-next 13/14] regulator: core: Resolve supply using of_node from regulator_config
` [PATCH net-next 14/14] net: pse-pd: Fix missing PI of_node description

[PATCH v4] netfilter: x_tables: Merge xt_*.c source files which has same name
 2025-01-04 22:24 UTC  (2+ messages)

[PATCH net-next RFC 0/5] net: phy: Introduce a port representation
 2025-01-04 22:23 UTC  (4+ messages)

[PATCH v2 net 0/4] net: dsa: mv88e6xxx: Amethyst (6393X) fixes
 2025-01-04 22:09 UTC  (7+ messages)
` [PATCH v2 net 3/4] net: dsa: mv88e6xxx: Never force link on in-band managed MACs

[PATCH net-next] ixgbevf: Remove unused ixgbevf_hv_mbx_ops
 2025-01-04 21:56 UTC  (3+ messages)

[syzbot] [mptcp?] general protection fault in proc_scheduler
 2025-01-04 20:21 UTC  (9+ messages)

[PATCH v2] octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()
 2025-01-04 17:19 UTC 

[PATCH net-next v3] dev: Add NMEA port for MHI WWAN device. (mhi0_NMEA)
 2025-01-04 17:35 UTC  (2+ messages)

[PATCH net v4 0/4] Fix race conditions in ndo_get_stats64
 2025-01-04 17:01 UTC  (3+ messages)
` [PATCH net v4 1/4] octeon_ep: fix "

[PATCH] tcp/dccp: allow a connection when sk_max_ack_backlog is zero
 2025-01-04 17:00 UTC  (5+ messages)

[PATCH net] net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
 2025-01-04 17:00 UTC  (5+ messages)
` [PATCH net] selftests: tc-testing: reduce rshift value

[PATCH 1/2] net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()
 2025-01-04 16:48 UTC  (3+ messages)
` [PATCH 2/2] net: wwan: iosm: Fix hibernation by re-binding the driver around it

[PATCH net-next] net: pcs: pcs-mtk-lynxi: correctly report in-band status capabilities
 2025-01-04 16:40 UTC  (2+ messages)

[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-01-04 16:40 UTC  (2+ messages)

[PATCH net-next v2] net: stmmac: TSO: Simplify the code flow of DMA descriptor allocations
 2025-01-04 16:40 UTC  (2+ messages)

[PATCH net v2] net: 802: LLC+SNAP OID:PID lookup on start of skb data
 2025-01-04 16:20 UTC  (2+ messages)

[PATCH net-next 0/9] i40e deadcoding
 2025-01-04 16:16 UTC  (2+ messages)

[PATCH net-next v2] page_pool: check for dma_sync_size earlier
 2025-01-04 15:51 UTC  (2+ messages)

[PATCH net-next v4 00/27] Add support for PSE budget evaluation strategy
 2025-01-04 15:50 UTC  (36+ messages)
` [PATCH net-next v4 01/27] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
` [PATCH net-next v4 02/27] net: pse-pd: Avoid setting max_uA in regulator constraints
` [PATCH net-next v4 03/27] net: pse-pd: Add power limit check
` [PATCH net-next v4 04/27] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
` [PATCH net-next v4 05/27] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel
` [PATCH net-next v4 06/27] net: pse-pd: tps23881: Add missing configuration register after disable
` [PATCH net-next v4 07/27] net: pse-pd: Use power limit at driver side instead of current limit
` [PATCH net-next v4 08/27] net: pse-pd: Split ethtool_get_status into multiple callbacks
` [PATCH net-next v4 09/27] net: pse-pd: Remove is_enabled callback from drivers
` [PATCH net-next v4 10/27] net: pse-pd: tps23881: Add support for power limit and measurement features
` [PATCH net-next v4 11/27] net: pse-pd: Add support for PSE device index
` [PATCH net-next v4 12/27] net: ethtool: Add support for new PSE device index description
` [PATCH net-next v4 13/27] net: ethtool: Add support for ethnl_info_init_ntf helper function
` [PATCH net-next v4 14/27] net: pse-pd: Add support for reporting events
` [PATCH net-next v4 15/27] net: pse-pd: tps23881: Add support for PSE events and interrupts
` [PATCH net-next v4 16/27] regulator: core: Resolve supply using of_node from regulator_config
` [PATCH net-next v4 17/27] regulator: Add support for power budget description
` [PATCH net-next v4 18/27] regulator: dt-bindings: Add regulator-power-budget property
` [PATCH net-next v4 19/27] net: pse-pd: Fix missing PI of_node description
` [PATCH net-next v4 20/27] net: pse-pd: Add support for PSE power domains
` [PATCH net-next v4 21/27] net: ethtool: Add support for new power domains index description
` [PATCH net-next v4 22/27] net: pse-pd: Add support for getting budget evaluation strategies
` [PATCH net-next v4 23/27] net: ethtool: Add PSE new budget evaluation strategy support feature
` [PATCH net-next v4 24/27] net: pse-pd: pd692x0: Add support for PSE PI priority feature
` [PATCH net-next v4 25/27] dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply
` [PATCH net-next v4 26/27] net: pse-pd: tps23881: Add support for static port priority feature
` [PATCH net-next v4 27/27] dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description

[PATCH v1 net-next 0/4] net: Hold per-netns RTNL during netdev notifier registration
 2025-01-04 15:37 UTC  (6+ messages)
` [PATCH v1 net-next 1/4] net: Convert netdev_chain to blocking_notifier
` [PATCH v1 net-next 2/4] net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier()
` [PATCH v1 net-next 3/4] net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net()
` [PATCH v1 net-next 4/4] net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net()

[PATCH] tls: Fix tls_sw_sendmsg error handling
 2025-01-04 15:29 UTC 

[PATCH v2] netfilter: uapi: Merge xt_*.h/c and ipt_*.h which has same name
 2025-01-04 14:38 UTC  (6+ messages)

[PATCH RESEND net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-04 14:32 UTC 

[PATCH net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-04 14:29 UTC  (3+ messages)

[PATCH net-next] nfc: st21nfca: Drop unneeded null check in st21nfca_tx_work()
 2025-01-04 14:20 UTC 

[PATCH net-next v3 0/6] net: napi: add CPU affinity to napi->config
 2025-01-04 13:02 UTC  (10+ messages)
` [PATCH net-next v3 1/6] net: move ARFS rmap management to core
` [PATCH net-next v3 2/6] net: napi: add internal ARFS rmap management
` [PATCH net-next v3 3/6] net: napi: add CPU affinity to napi_config
` [PATCH net-next v3 4/6] bnxt: use napi's irq affinity
` [PATCH net-next v3 5/6] ice: "
` [PATCH net-next v3 6/6] idpf: "

[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
 2025-01-04 12:57 UTC  (12+ messages)
` [PATCH net-next v7 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v7 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v7 04/11] ieee802154: 6lowpan: "
` [PATCH net-next v7 05/11] net: ip_tunnel: "
` [PATCH net-next v7 06/11] net: ipv6: "
` [PATCH net-next v7 07/11] net: xfrm: "
` [PATCH net-next v7 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v7 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v7 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v7 11/11] selftests: net: Add test cases for link and peer netns

[PATCH 0/2] rt2x00,net/phy,neterion: Remove dead values
 2025-01-04 12:51 UTC  (8+ messages)
` [PATCH 1/2] rt2x00: Remove unusued value

[PATCH net-next v2] bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"
 2025-01-04  9:35 UTC  (2+ messages)

[PATCH v1 net-next 0/2] dev: Hold per-netns RTNL in register_netdev()
 2025-01-04  8:56 UTC  (5+ messages)
` [PATCH v1 net-next 1/2] rtnetlink: Add rtnl_net_lock_killable()
` [PATCH v1 net-next 2/2] dev: Hold per-netns RTNL in (un)?register_netdev()

[PATCH] bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"
 2025-01-04  8:46 UTC  (3+ messages)

[PATCH net-next] ax25: rcu protect dev->ax25_ptr
 2025-01-04  8:17 UTC  (3+ messages)

[PATCH v2 net] ipvlan: Fix use-after-free in ipvlan_get_iflink()
 2025-01-04  6:29 UTC  (3+ messages)

[PATCH v3] netfilter: x_tables: Merge xt_*.c source files which has same name
 2025-01-04  6:28 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in task_numa_work (2)
 2025-01-04  4:47 UTC 

[PATCH net 0/2] bnxt_en: 2 Bug fixes
 2025-01-04  4:38 UTC  (3+ messages)
` [PATCH net 1/2] bnxt_en: Fix possible memory leak when hwrm_req_replace fails
` [PATCH net 2/2] bnxt_en: Fix DIM shutdown

[PATCH] net: ethernet: toshiba: ps3_gelic_wireless: Remove driver using deprecated API wext
 2025-01-04  4:15 UTC  (5+ messages)

[PATCH v11 0/1] MCTP Over PCC Transport
 2025-01-04  3:54 UTC  (2+ messages)
` [PATCH v11 1/1] mctp pcc: Implement MCTP over "

[PATCH net v2] ipv6: socket SO_BINDTODEVICE lookup routing fail without IPv6 rule
 2025-01-04  2:14 UTC  (4+ messages)

[PATCH net-next] eth: fbnic: update fbnic_poll return value
 2025-01-04  1:53 UTC 

[syzbot] [mm?] INFO: rcu detected stall in mas_preallocate (2)
 2025-01-04  0:00 UTC  (3+ messages)

[GIT PULL] Networking for v6.13-rc6
 2025-01-03 23:22 UTC  (2+ messages)

[PATCH net-next 0/6] net: pcs: add supported_interfaces bitmap for PCS
 2025-01-03 22:45 UTC  (5+ messages)
` [PATCH net-next 3/6] net: pcs: mtk-lynxi: fill in PCS supported_interfaces
` [PATCH net-next 6/6] net: pcs: xpcs: make xpcs_get_interfaces() static

[PATCH net-next] net/mlx5: use do_aux_work for PHC overflow checks
 2025-01-03 22:25 UTC  (3+ messages)

[PATCH 2/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
 2025-01-03 21:18 UTC  (2+ messages)

[PATCH net] pds_core: limit loop over fw name list
 2025-01-03 19:51 UTC 

[PATCH net-next 0/8] net: make sure we retain NAPI ordering on netdev->napi_list
 2025-01-03 18:59 UTC  (9+ messages)
` [PATCH net-next 1/8] "
` [PATCH net-next 2/8] netdev: define NETDEV_INTERNAL
` [PATCH net-next 3/8] netdevsim: support NAPI config
` [PATCH net-next 4/8] netdevsim: allocate rqs individually
` [PATCH net-next 5/8] netdevsim: add queue alloc/free helpers
` [PATCH net-next 6/8] netdevsim: add queue management API support
` [PATCH net-next 7/8] netdevsim: add debugfs-triggered queue reset
` [PATCH net-next 8/8] selftests: net: test listing NAPI vs queue resets

[PATCH net] net: don't dump Tx and uninitialized NAPIs
 2025-01-03 18:55 UTC  (2+ messages)

[syzbot] [netfilter?] INFO: task hung in htable_put (2)
 2025-01-03 18:49 UTC  (4+ messages)

[PATCH net-next v3 4/6] enic: Use the Page Pool API for RX when MTU is less than page size
 2025-01-03 18:40 UTC  (2+ messages)

[syzbot] [wireless?] INFO: task hung in ath9k_hif_usb_firmware_cb (3)
 2025-01-03 18:12 UTC  (3+ messages)

[PATCH v2] eth: fbnic: Avoid garbage value in fbnic_mac_get_sensor_asic()
 2025-01-03 18:07 UTC  (4+ messages)

[PATCH] net: phy: don't issue a module request if a driver is available
 2025-01-03 18:00 UTC  (14+ messages)

[PATCH 06/14] cpumask: re-introduce cpumask_next{,_and}_wrap()
 2025-01-03 17:44 UTC  (2+ messages)

[PATCH 05/14] cpumask: deprecate cpumask_next_wrap()
 2025-01-03 17:39 UTC  (2+ messages)

[PATCH net-next v16 00/26] Introducing OpenVPN Data Channel Offload
 2025-01-03 17:00 UTC  (3+ messages)
` [PATCH net-next v16 07/26] ovpn: introduce the ovpn_socket object

[PATCH net-next] sctp: Prepare sctp_v4_get_dst() to dscp_t conversion
 2025-01-03 16:59 UTC  (3+ messages)

[PATCH net-next v6 0/3] Add support for Nuvoton MA35D1 GMAC
 2025-01-03 16:55 UTC  (6+ messages)
` [PATCH net-next v6 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
` [PATCH net-next v6 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[PATCH] octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()
 2025-01-03 16:36 UTC  (2+ messages)

[PATCH] Add NMEA GPS character device for PCIe MHI Quectel Module to read NMEA statements
 2025-01-03 16:32 UTC  (6+ messages)

[PATCH net-next 00/13] Add more feautues for ENETC v4 - round 2
 2025-01-03 16:25 UTC  (5+ messages)
` [PATCH net-next 01/13] net: enetc: add initial netc-lib driver to support NTMP
` [PATCH net-next 05/13] net: enetc: add debugfs interface to dump MAC filter

pull-request: ieee802154 for net 2025-01-03
 2025-01-03 16:00 UTC 

pull-request: ieee802154-next 2025-01-03
 2025-01-03 15:46 UTC 

[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage
 2025-01-03 15:21 UTC  (3+ messages)

[PATCH net-next v7 0/10] bnxt_en: implement tcp-data-split and thresh option
 2025-01-03 15:03 UTC  (11+ messages)
` [PATCH net-next v7 01/10] net: ethtool: add hds_config member in ethtool_netdev_state
` [PATCH net-next v7 02/10] net: ethtool: add support for configuring hds-thresh
` [PATCH net-next v7 03/10] net: devmem: add ring parameter filtering
` [PATCH net-next v7 04/10] net: ethtool: "
` [PATCH net-next v7 05/10] net: disallow setup single buffer XDP when tcp-data-split is enabled
` [PATCH net-next v7 06/10] bnxt_en: add support for rx-copybreak ethtool command
` [PATCH net-next v7 07/10] bnxt_en: add support for tcp-data-split "
` [PATCH net-next v7 08/10] bnxt_en: add support for hds-thresh "
` [PATCH net-next v7 09/10] netdevsim: add HDS feature
` [PATCH net-next v7 10/10] selftest: net-drv: hds: add test for "


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