netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-08 12:13:52 to 2025-01-08 20:43:41 UTC [more...]

[PATCH v3 00/10] DTS updates for system1 BMC
 2025-01-08 20:42 UTC  (15+ messages)
` [PATCH v3 01/10] dt-bindings: net: faraday,ftgmac100: Add phys mode
` [PATCH v3 02/10] bindings: ipmi: Add binding for IPMB device intf
` [PATCH v3 03/10] ARM: dts: aspeed: system1: Add IPMB device
` [PATCH v3 04/10] ARM: dts: aspeed: system1: Add GPIO line name
` [PATCH v3 05/10] ARM: dts: aspeed: system1: Add RGMII support
` [PATCH v3 06/10] ARM: dts: aspeed: system1: Reduce sgpio speed
` [PATCH v3 07/10] ARM: dts: aspeed: system1: Update LED gpio name
` [PATCH v3 08/10] ARM: dts: aspeed: system1: Remove VRs max8952
` [PATCH v3 09/10] ARM: dts: aspeed: system1: Mark GPIO line high/low
` [PATCH v3 10/10] ARM: dts: aspeed: system1: Disable gpio pull down

[PATCH net-next v4 00/18] net: stmmac: clean up and fix EEE implementation
 2025-01-08 20:25 UTC  (20+ messages)
` [PATCH net-next v4 01/18] net: phy: add configuration of rx clock stop mode
` [PATCH net-next v4 02/18] net: stmmac: move tx_lpi_timer tracking to phylib
` [PATCH net-next v4 03/18] net: stmmac: use correct type for tx_lpi_timer
` [PATCH net-next v4 04/18] net: stmmac: use unsigned int for eee_timer
` [PATCH net-next v4 05/18] net: stmmac: make EEE depend on phy->enable_tx_lpi
` [PATCH net-next v4 06/18] net: stmmac: remove redundant code from ethtool EEE ops
` [PATCH net-next v4 07/18] net: stmmac: clean up stmmac_disable_eee_mode()
` [PATCH net-next v4 08/18] net: stmmac: remove priv->tx_lpi_enabled
` [PATCH net-next v4 09/18] net: stmmac: report EEE error statistics if EEE is supported
` [PATCH net-next v4 10/18] net: stmmac: convert to use phy_eee_rx_clock_stop()
` [PATCH net-next v4 11/18] net: stmmac: remove priv->eee_tw_timer
` [PATCH net-next v4 12/18] net: stmmac: move priv->eee_enabled into stmmac_eee_init()
` [PATCH net-next v4 13/18] net: stmmac: move priv->eee_active "
` [PATCH net-next v4 14/18] net: stmmac: use boolean for eee_enabled and eee_active
` [PATCH net-next v4 15/18] net: stmmac: move setup of eee_ctrl_timer to stmmac_dvr_probe()
` [PATCH net-next v4 16/18] net: stmmac: remove unnecessary EEE handling in stmmac_release()
` [PATCH net-next v4 17/18] net: stmmac: split hardware LPI timer control
` [PATCH net-next v4 18/18] net: stmmac: remove stmmac_lpi_entry_timer_config()

[PATCH net v2] Revert "net/ncsi: change from ndo_set_mac_address to dev_set_mac_address"
 2025-01-08 20:23 UTC  (2+ messages)

[PATCH 00/10] netfilter: x_tables: Merge xt_*.h and ipt_*.h files which has same name
 2025-01-08 20:20 UTC  (13+ messages)
` [PATCH 01/10] netfilter: x_tables: Merge xt_DSCP.h to xt_dscp.h
` [PATCH 05/10] netfilter: iptables: Merge ipt_ECN.h to ipt_ecn.h
` [PATCH 08/10] netfilter: Adjust code style of xt_*.h, ipt_*.h files

[PATCH v2] net: wwan: iosm: Fix hibernation by re-binding the driver around it
 2025-01-08 20:18 UTC  (6+ messages)

[PATCH v2 05/10] ARM: dts: aspeed: system1: Add RGMII support
 2025-01-08 20:17 UTC  (4+ messages)

[PATCH net-next] tools: ynl-gen-c: improve support for empty nests
 2025-01-08 20:07 UTC 

[PATCH v11 0/2] binder: report txn errors via generic netlink
 2025-01-08 19:56 UTC  (7+ messages)
` [PATCH v11 2/2] "

[PATCH RESEND net-next, v3] netlink: support dumping IPv4 multicast addresses
 2025-01-08 19:56 UTC  (2+ messages)

[PATCH net 0/2] vsock: some fixes due to transport de-assignment
 2025-01-08 19:37 UTC  (5+ messages)
` [PATCH net 1/2] vsock/virtio: discard packets if the transport changes
` [PATCH net 2/2] vsock/bpf: return early if transport is not assigned

[PATCH net-next v2 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-01-08 19:29 UTC  (20+ messages)
` [PATCH net-next v2 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v2 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v2 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v2 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v2 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v2 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v2 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v2 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v2 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v2 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v2 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v2 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v2 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v2 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

[PATCH net-next 0/3] Add support to do threaded napi busy poll
 2025-01-08 19:25 UTC  (3+ messages)

[PATCH net] tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
 2025-01-08 19:20 UTC  (2+ messages)

[PATCH V3 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2025-01-08 19:20 UTC  (2+ messages)

[PATCH net] netdev: prevent accessing NAPI instances from another namespace
 2025-01-08 19:20 UTC  (3+ messages)

[PATCH net-next 00/15][pull request] Intel Wired LAN Driver Updates 2025-01-06 (igb, igc, ixgbe, ixgbevf, i40e, fm10k)
 2025-01-08 19:01 UTC  (3+ messages)

[PATCH v2 0/4] nfsd/sunrpc: cleanup resource with sync mode
 2025-01-08 18:52 UTC  (2+ messages)

[PATCH 0/3] sunrpc: Deadcoding
 2025-01-08 18:51 UTC  (4+ messages)
` [PATCH 1/3] sunrpc: Remove unused xprt_iter_get_xprt

[PATCH] sunrpc: clean cache_detail immediately when flush is written frequently
 2025-01-08 18:51 UTC  (2+ messages)

[net-next PATCH v2 0/6] Add af_xdp support for cn10k
 2025-01-08 18:33 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v2 2/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
` [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
` [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH net-next 0/4] Support PTP clock for Wangxun NICs
 2025-01-08 18:32 UTC  (10+ messages)
` [PATCH net-next 1/4] net: wangxun: Add support for PTP clock

[net-next PATCH v2 0/6] Add af_xdp support for cn10k
 2025-01-08 18:29 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v2 2/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
` [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
` [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH net-next 00/14] Arrange PSE core and update TPS23881 driver
 2025-01-08 18:17 UTC  (10+ messages)
` [PATCH net-next 08/14] net: pse-pd: Split ethtool_get_status into multiple callbacks
` [PATCH net-next 11/14] net: pse-pd: Add support for PSE device index

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-08 18:13 UTC  (2+ messages)

[PATCH net-next v2 0/4] Support PTP clock for Wangxun NICs
 2025-01-08 18:09 UTC  (8+ messages)
` [PATCH net-next v2 3/4] net: wangxun: Implement do_aux_work of ptp_clock_info

[PATCH] net: ethernet: sunplus: Switch to ndo_eth_ioctl
 2025-01-08 18:09 UTC  (2+ messages)

[PATCH net] net: sched: refine software bypass handling in tc_run
 2025-01-08 17:58 UTC  (2+ messages)

[PATCH RESEND net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-08 17:52 UTC  (2+ messages)

[PATCH net-next v5 0/8] Introduce unified and structured PHY
 2025-01-08 17:47 UTC  (7+ messages)
` [PATCH net-next v5 2/8] net: ethtool: plumb PHY stats to PHY drivers

[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
 2025-01-08 17:31 UTC  (5+ messages)
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct

[RFC PATCH 0/1] vmxnet3: Adjust maximum Rx ring buffer size
 2025-01-08 17:24 UTC  (8+ messages)

[PATCH v2 net] net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
 2025-01-08 17:24 UTC 

[PATCH net] ipv4: route: fix drop reason being overridden in ip_route_input_slow
 2025-01-08 16:57 UTC 

[PATCH net-next 00/13] mlx5 HW-Managed Flow Steering in FS core level
 2025-01-08 16:54 UTC  (6+ messages)
` [PATCH net-next 06/13] net/mlx5: fs, add HWS modify header API function

[PATCH v2 net-next 0/4] net: reduce RTNL pressure in unregister_netdevice()
 2025-01-08 16:54 UTC  (6+ messages)
` [PATCH v2 net-next 1/4] net: expedite synchronize_net() for cleanup_net()
` [PATCH v2 net-next 2/4] net: no longer assume RTNL is held in flush_all_backlogs()
` [PATCH v2 net-next 3/4] net: no longer hold RTNL while calling flush_all_backlogs()
` [PATCH v2 net-next 4/4] net: reduce RTNL hold duration in unregister_netdevice_many_notify()

[PATCH v2 00/10] DTS updates for system1 BMC
 2025-01-08 16:40 UTC  (4+ messages)
` [PATCH v2 02/10] bindings: ipmi: Add binding for IPMB device intf

[PATCH net v2 1/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
 2025-01-08 16:40 UTC  (2+ messages)

[PATCH net v2 0/8] MAINTAINERS: spring 2025 cleanup of networking maintainers
 2025-01-08 16:39 UTC  (11+ messages)
` [PATCH net v2 1/8] MAINTAINERS: mark Synopsys DW XPCS as Orphan
` [PATCH net v2 2/8] MAINTAINERS: update maintainers for Microchip LAN78xx
` [PATCH net v2 3/8] MAINTAINERS: remove Andy Gospodarek from bonding
` [PATCH net v2 4/8] MAINTAINERS: mark stmmac ethernet as an Orphan
` [PATCH net v2 5/8] MAINTAINERS: remove Mark Lee from MediaTek Ethernet
` [PATCH net v2 6/8] MAINTAINERS: remove Ying Xue from TIPC
` [PATCH net v2 7/8] MAINTAINERS: remove Noam Dagan from AMAZON ETHERNET
` [PATCH net v2 8/8] MAINTAINERS: remove Lars Povlsen from Microchip Sparx5 SoC

pull request: bluetooth 2025-01-08
 2025-01-08 16:26 UTC 

[PATCH net 0/9] net: sysctl: avoid using current->nsproxy
 2025-01-08 16:25 UTC  (11+ messages)
` [PATCH net 1/9] mptcp: sysctl: avail sched: remove write access
` [PATCH net 2/9] mptcp: sysctl: sched: avoid using current->nsproxy
` [PATCH net 3/9] mptcp: sysctl: blackhole timeout: "
` [PATCH net 4/9] sctp: sysctl: cookie_hmac_alg: "
` [PATCH net 5/9] sctp: sysctl: rto_min/max: "
` [PATCH net 6/9] sctp: sysctl: auth_enable: "
` [PATCH net 7/9] sctp: sysctl: udp_port: "
` [PATCH net 8/9] sctp: sysctl: plpmtud_probe_interval: "
` [PATCH net 9/9] rds: sysctl: rds_tcp_{rcv,snd}buf: "

[PATCH net v2] sched: sch_cake: add bounds checks to host bulk flow fairness counts
 2025-01-08 16:10 UTC  (2+ messages)
` [Cake] "

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

[PATCH net 0/8] MAINTAINERS: spring 2025 cleanup of networking maintainers
 2025-01-08 15:45 UTC  (9+ messages)
` [PATCH net 2/8] MAINTAINERS: mark Microchip LAN78xx as Orphan

[PATCH net-next v7 0/10] bnxt_en: implement tcp-data-split and thresh option
 2025-01-08 15:38 UTC  (3+ messages)
` [PATCH net-next v7 08/10] bnxt_en: add support for hds-thresh ethtool command

[PATCH net-next v1 0/7] Convert LAN78xx to PHYLINK
 2025-01-08 15:15 UTC  (12+ messages)
` [PATCH net-next v1 1/7] net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC management
` [PATCH net-next v1 2/7] net: usb: lan78xx: Move fixed PHY cleanup to lan78xx_unbind()
` [PATCH net-next v1 3/7] net: usb: lan78xx: Improve error handling for PHY init path
` [PATCH net-next v1 5/7] net: usb: lan78xx: port link settings to phylink API
` [PATCH net-next v1 6/7] net: usb: lan78xx: Transition get/set_pause to phylink
` [PATCH net-next v1 7/7] net: usb: lan78xx: Enable EEE support with phylink integration

[PATCH v2 00/29] crypto: scatterlist handling improvements
 2025-01-08 15:06 UTC  (3+ messages)
` [PATCH v2 21/29] crypto: s390/aes-gcm - use the new scatterwalk functions

[PATCH] netconsole: allow selection of egress interface via MAC address
 2025-01-08 15:02 UTC  (3+ messages)

[PATCH net-next v5 00/12] Begin upstreaming Homa transport protocol
 2025-01-08 14:56 UTC  (3+ messages)
` [PATCH net-next v5 07/12] net: homa: create homa_sock.h and homa_sock.c

[PATCH v8 00/27] cxl: add type2 device basic support
 2025-01-08 14:53 UTC  (12+ messages)
` [PATCH v8 01/27] "
` [PATCH v8 02/27] sfc: add cxl support using new CXL API
` [PATCH v8 05/27] cxl: move pci generic code

[syzbot] [mptcp?] general protection fault in proc_scheduler
 2025-01-08 14:37 UTC  (8+ messages)
        `  "

[PATCH v5 0/6] vhost: Add support of kthread API
 2025-01-08 14:35 UTC  (8+ messages)
` [PATCH v5 4/6] vhost: Add worker related functions to support kthread
` [PATCH v5 5/6] vhost: Add new UAPI to support change to task mode

[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage
 2025-01-08 14:08 UTC  (6+ messages)
` [PATCH 03/14] ibmvnic: simplify ibmvnic_set_queue_affinity()
        ` [PATCH 03/14] ibmvnic: simplify ibmvnic_set_queue_affinity()y

[net-next PATCH 0/6] Add af_xdp support for cn10k
 2025-01-08 14:02 UTC  (4+ messages)
` [net-next PATCH 2/6] octeontx2-pf: AF_XDP zero copy receive support
    ` [EXTERNAL] "

[PATCH v4 0/4] tools: ynl: add install target
 2025-01-08 13:56 UTC  (5+ messages)
` [PATCH v4 1/4] tools: ynl: move python code to separate sub-directory
` [PATCH v4 2/4] tools: ynl: add initial pyproject.toml for packaging
` [PATCH v4 3/4] tools: ynl: add install target for generated content
` [PATCH v4 4/4] tools: ynl: add main install target

[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
 2025-01-08 13:56 UTC  (4+ messages)
` [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-08 13:45 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-08 13:39 UTC  (3+ messages)

[PATCH 0/3] Support tuning the RX sampling swap of the MAC
 2025-01-08 13:29 UTC  (7+ messages)
` [PATCH 2/3] net: stmmac: qcom-ethqos: Enable RX programmable swap on qcs615

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2025-01-08 12:55 UTC  (5+ messages)
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension

[PATCH v6 net-next 00/14] AccECN protocol preparation patch series
 2025-01-08 12:27 UTC  (5+ messages)
` [PATCH v6 net-next 11/14] virtio_net: Accurate ECN flag in virtio_net_hdr

[PATCH v1 net 1/3] gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp()
 2025-01-08 12:25 UTC  (2+ messages)

[PATCH v3 2/3] Bluetooth: Get rid of cmd_timeout and use the reset callback
 2025-01-08 12:24 UTC 

[PATCH net] udp: fix l4 hash after reconnect
 2025-01-08 12:25 UTC  (9+ messages)

[herbert-cryptodev-2.6:master] [rhashtable] e1d3422c95: stress-ng.syscall.ops_per_sec 98.9% regression
 2025-01-08 12:20 UTC  (4+ messages)

[PATCH net] udp: Make rehash4 independent in udp_lib_rehash()
 2025-01-08 12:19 UTC  (2+ messages)

[PATCH net] rtase: Fix a check for error in rtase_alloc_msix()
 2025-01-08 12:16 UTC  (2+ messages)

[PATCH net-next] net/smc: delete pointless divide by one
 2025-01-08 12:16 UTC  (2+ 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).