messages from 2025-01-11 20:26:05 to 2025-01-13 08:53:26 UTC [more...]
[PATCH 0/3] selftests: mptcp: Fix various issues in main_loop
2025-01-13 8:52 UTC (4+ messages)
` [PATCH 1/3] selftests: mptcp: Fix incorrect file descriptor check "
` [PATCH 2/3] selftests: mptcp: Fix input fd lifecycle in reconnection loop
` [PATCH 3/3] selftests: mptcp: Clean up resources properly in main_loop
[PATCH v3] net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
2025-01-13 8:49 UTC
[PATCH net-next 00/10] bnxt_en: Add NPAR 1.2 and TPH support
2025-01-13 8:40 UTC (20+ messages)
` [PATCH net-next 01/10] bnxt_en: Set NAPR 1.2 support when registering with firmware
` [PATCH net-next 02/10] bnxt_en Refactor completion ring allocation logic for P5_PLUS chips
` [PATCH net-next 03/10] bnxt_en: Refactor TX ring allocation logic
` [PATCH net-next 04/10] bnxt_en: Refactor completion ring free routine
` [PATCH net-next 05/10] bnxt_en: Refactor bnxt_free_tx_rings() to free per Tx ring
` [PATCH net-next 06/10] bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS
` [PATCH net-next 07/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings
` [PATCH net-next 08/10] bnxt_en: Reallocate Rx completion ring for TPH support
` [PATCH net-next 09/10] bnxt_en: Extend queue stop/start for Tx rings
` [PATCH net-next 10/10] bnxt_en: Add TPH support in BNXT driver
[PATCH v2 net-next 00/13] Add more feautues for ENETC v4 - round 2
2025-01-13 8:22 UTC (14+ messages)
` [PATCH v2 net-next 01/13] net: enetc: add initial netc-lib driver to support NTMP
` [PATCH v2 net-next 02/13] net: enetc: add command BD ring support for i.MX95 ENETC
` [PATCH v2 net-next 03/13] net: enetc: move generic MAC filterng interfaces to enetc-core
` [PATCH v2 net-next 04/13] net: enetc: add MAC filter for i.MX95 ENETC PF
` [PATCH v2 net-next 05/13] net: enetc: add debugfs interface to dump MAC filter
` [PATCH v2 net-next 06/13] net: enetc: make enetc_set_rxfh() and enetc_get_rxfh() reusable
` [PATCH v2 net-next 07/13] net: enetc: add RSS support for i.MX95 ENETC PF
` [PATCH v2 net-next 08/13] net: enetc: enable RSS feature by default
` [PATCH v2 net-next 09/13] net: enetc: move generic VLAN filter interfaces to enetc-core
` [PATCH v2 net-next 10/13] net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c
` [PATCH v2 net-next 11/13] net: enetc: add VLAN filtering support for i.MX95 ENETC PF
` [PATCH v2 net-next 12/13] net: enetc: add loopback "
` [PATCH v2 net-next 13/13] MAINTAINERS: add new file ntmp.h to ENETC driver
[PATCH net-next v4 0/5] Add PCS support for Qualcomm IPQ9574 SoC
2025-01-13 8:20 UTC (8+ messages)
` [PATCH net-next v4 3/5] net: pcs: qcom-ipq9574: Add PCS instantiation and phylink operations
[PATCH iwl-net] ice: Fix switchdev slow-path in LAG
2025-01-13 8:17 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next 0/5] net: ethernet: Simplify few things
2025-01-13 8:07 UTC (9+ messages)
` [PATCH net-next 1/5] net: ti: icssg-prueth: Do not print physical memory addresses
` [PATCH net-next 2/5] net: ti: icssg-prueth: Use syscon_regmap_lookup_by_phandle_args
` [PATCH net-next 3/5] net: stmmac: imx: "
` [PATCH net-next 4/5] net: stmmac: sti: "
` [PATCH net-next 5/5] net: stmmac: stm32: "
[PATCH] net: phy: marvell-88q2xxx: Add support for PHY LEDs on 88q2xxx
2025-01-13 8:05 UTC (5+ messages)
EEE unsupported on enetc
2025-01-13 7:50 UTC (6+ messages)
[PATCH net-next 0/2] tcp: add a new PAWS_ACK drop reason
2025-01-13 7:37 UTC (6+ messages)
` [PATCH net-next 1/2] tcp: add drop_reason support to tcp_disordered_ack()
` [PATCH net-next 2/2] tcp: add TCP_RFC7323_PAWS_ACK drop reason
[PATCH net-next v5 00/15] net-timestamp: bpf extension to equip applications transparently
2025-01-13 7:32 UTC (21+ messages)
` [PATCH net-next v5 01/15] net-timestamp: add support for bpf_setsockopt()
` [PATCH net-next v5 02/15] net-timestamp: prepare for bpf prog use
` [PATCH net-next v5 03/15] bpf: introduce timestamp_used to allow UDP socket fetched in bpf prog
` [PATCH net-next v5 04/15] net-timestamp: support SK_BPF_CB_FLAGS only in bpf_sock_ops_setsockopt
` [PATCH net-next v5 05/15] net-timestamp: add strict check in some BPF calls
` [PATCH net-next v5 06/15] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH net-next v5 07/15] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH net-next v5 08/15] net-timestamp: support sw SCM_TSTAMP_SND "
` [PATCH net-next v5 09/15] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH net-next v5 10/15] net-timestamp: support hw SCM_TSTAMP_SND "
` [PATCH net-next v5 11/15] net-timestamp: support export skb to the userspace
` [PATCH net-next v5 12/15] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH net-next v5 13/15] net-timestamp: support tcp_sendmsg for bpf extension
` [PATCH net-next v5 14/15] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH net-next v5 15/15] bpf: add simple bpf tests in the tx path for so_timestamping feature
[PATCH 5.10 1/1] Bluetooth: L2CAP: Fix uaf in l2cap_connect
2025-01-13 7:31 UTC (3+ messages)
` [PATCH 5.10 1/2] "
` [PATCH 5.10 2/2] Bluetooth: hci_core: Fix calling mgmt_device_connected
[PATCH net-next v3 0/4] Support PTP clock for Wangxun NICs
2025-01-13 7:16 UTC (7+ messages)
` [PATCH net-next v3 1/4] net: wangxun: Add support for PTP clock
` [PATCH net-next v3 4/4] net: ngbe: Add support for 1PPS and TOD
[PATCH v3] wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO
2025-01-13 7:02 UTC
[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
2025-01-13 6:59 UTC (4+ messages)
` [PATCH v5 -next 16/16] sysctl: remove unneeded include
[PATCH v2 05/10] ARM: dts: aspeed: system1: Add RGMII support
2025-01-13 6:22 UTC (13+ messages)
` 回覆: "
` 回覆: "
` 回覆: "
[PATCH] ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
2025-01-13 6:19 UTC (2+ messages)
[PATCH net] nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
2025-01-13 6:18 UTC
[PATCH net-next] socket: Remove unused kernel_sendmsg_locked
2025-01-13 6:12 UTC (3+ messages)
[PATCH net-next 0/3] virtio_net: Link queues to NAPIs
2025-01-13 6:03 UTC (4+ messages)
` [PATCH net-next 3/3] virtio_net: Map NAPIs to queues
[PATCH net-next v7 0/3] Add support for Nuvoton MA35D1 GMAC
2025-01-13 5:54 UTC (4+ messages)
` [PATCH net-next v7 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
` [PATCH net-next v7 2/3] arm64: dts: nuvoton: Add Ethernet nodes
` [PATCH net-next v7 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family
[PATCH net-next 1/2] net: un-export init_dummy_netdev()
2025-01-13 5:48 UTC (6+ messages)
` [PATCH net-next 2/2] net: initialize netdev->lock on dummy devices
[PATCH net-next 0/2] net: phy: dp83822: Add support for changing the transmit amplitude voltage
2025-01-13 5:40 UTC (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: "
` [PATCH net-next 2/2] net: phy: "
[PATCH net] Fixes: 4e1fddc98d25 ("tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows")
2025-01-13 4:06 UTC
[PATCH net-next v2 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-01-13 3:39 UTC (4+ messages)
` [PATCH net-next v2 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
[PATCH v4 0/8] vhost: Add support of kthread API
2025-01-13 3:09 UTC (5+ messages)
` [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode
[PATCH v2 0/3] tun: Unify vnet implementation and fill full vnet header
2025-01-13 3:04 UTC (6+ messages)
` [PATCH v2 3/3] tun: Set num_buffers for virtio 1.0
[PATCH v4 0/7] Add Nuvoton NCT6694 MFD drivers
2025-01-13 3:00 UTC (4+ messages)
` [PATCH v4 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
[PATCH v3 0/2] net/ncsi: fix oem gma command handling and state race issue
2025-01-13 2:34 UTC (3+ messages)
` [PATCH v3 1/2] net/ncsi: fix locking in Get MAC Address handling
` [PATCH v3 2/2] net/ncsi: fix state race during channel probe completion
[PATCH v5 0/6] vhost: Add support of kthread API
2025-01-13 2:32 UTC (6+ messages)
` [PATCH v5 4/6] vhost: Add worker related functions to support kthread
[PATCH net-next 1/2] net: txgbe: Add basic support for new AML devices
2025-01-13 1:59 UTC (3+ messages)
[PATCH net v4 0/7] usbnet: ipheth: prevent OoB reads of NDP16
2025-01-13 1:48 UTC (3+ messages)
[PATCH net-next v2 1/2] net: remove init_dummy_netdev()
2025-01-13 0:34 UTC (2+ messages)
` [PATCH net-next v2 2/2] net: cleanup init_dummy_netdev_core()
[net-next,PATCH 1/2] net: dsa: microchip: Add emulated MIIM access to switch LED config registers
2025-01-13 0:15 UTC (2+ messages)
` [net-next,PATCH 2/2] net: phy: micrel: Add KSZ87XX Switch LED control
[PATCH net v4 1/1] net: sched: fix ets qdisc OOB Indexing
2025-01-12 23:53 UTC (5+ messages)
[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
2025-01-12 22:42 UTC (3+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
[PATCH net] net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
2025-01-12 22:02 UTC (2+ messages)
[PATCH] SUNRPC: Remove unused krb5_decrypt
2025-01-12 19:06 UTC (2+ messages)
[PATCH net-next] net: airoha: Enforce ETS Qdisc priomap
2025-01-12 18:32 UTC
[PATCH net-next v2 0/3] net: phy: realtek: add hwmon support
2025-01-12 16:39 UTC (9+ messages)
` [PATCH net-next v2 1/3] net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL8126
` [PATCH net-next v2 2/3] net: phy: move realtek PHY driver to its own subdirectory
` [PATCH net-next v2 3/3] net: phy: realtek: add hwmon support for temp sensor on RTL822x
[PATCH net-next] net: phy: Constify struct mdio_device_id
2025-01-12 17:03 UTC (3+ messages)
[PATCH net] tcp_cubic: Fix for bug in HyStart implementation in the Linux kernel
2025-01-12 15:58 UTC (6+ messages)
[PATCH net-next v3 00/10] net: phy: improve phylib EEE handling
2025-01-12 13:34 UTC (11+ messages)
` [PATCH net-next v3 01/10] net: phy: rename eee_broken_modes to eee_disabled_modes
` [PATCH net-next v3 02/10] net: phy: rename phy_set_eee_broken to phy_disable_eee_mode
` [PATCH net-next v3 03/10] ethtool: allow ethtool op set_eee to set an NL extack message
` [PATCH net-next v3 04/10] net: phy: c45: improve handling of disabled EEE modes in ethtool functions
` [PATCH net-next v3 05/10] net: phy: move definition of phy_is_started before phy_disable_eee_mode
` [PATCH net-next v3 06/10] net: phy: improve phy_disable_eee_mode
` [PATCH net-next v3 07/10] net: phy: remove disabled EEE modes from advertising in phy_probe
` [PATCH net-next v3 08/10] net: phy: c45: Don't silently remove disabled EEE modes any longer when writing advertisement register
` [PATCH net-next v3 09/10] net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eee
` [PATCH net-next v3 10/10] net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_active
[PATCH v2] net: stmmac: sti: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
2025-01-12 12:35 UTC (2+ messages)
[syzbot] [wireless?] WARNING in ieee80211_assoc_success
2025-01-12 9:27 UTC
[PATCH mlx5-next 0/4] mlx5-next updates 2025-01-09
2025-01-12 8:58 UTC (2+ messages)
[net-next v6 0/9] Add support for per-NAPI config via netlink
2025-01-12 8:05 UTC (9+ messages)
[RFC PATCH v2 0/2] libbpf: Add support for dynamic tracepoints
2025-01-12 6:45 UTC (3+ messages)
` [RFC PATCH v2 1/2] libbpf: Add support for dynamic tracepoint
` [RFC PATCH v2 2/2] selftests/bpf: Add selftest "
[PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
2025-01-12 6:37 UTC (5+ messages)
[PATCH v2 2/2] net/ncsi: fix state race during channel probe completion
2025-01-12 5:57 UTC (3+ messages)
[PATCH v2 net-next 00/11] af_unix: Set skb drop reason in every kfree_skb() path
2025-01-12 4:08 UTC (12+ messages)
` [PATCH v2 net-next 01/11] net: dropreason: Gather SOCKET_ drop reasons
` [PATCH v2 net-next 02/11] af_unix: Set drop reason in unix_release_sock()
` [PATCH v2 net-next 03/11] af_unix: Set drop reason in unix_sock_destructor()
` [PATCH v2 net-next 04/11] af_unix: Set drop reason in __unix_gc()
` [PATCH v2 net-next 05/11] af_unix: Set drop reason in unix_stream_connect()
` [PATCH v2 net-next 06/11] af_unix: Set drop reason in unix_stream_sendmsg()
` [PATCH v2 net-next 07/11] af_unix: Set drop reason in queue_oob()
` [PATCH v2 net-next 08/11] af_unix: Set drop reason in manage_oob()
` [PATCH v2 net-next 09/11] af_unix: Set drop reason in unix_stream_read_skb()
` [PATCH v2 net-next 10/11] af_unix: Set drop reason in unix_dgram_disconnected()
` [PATCH v2 net-next 11/11] af_unix: Set drop reason in unix_dgram_sendmsg()
[PATCH net-next v2 00/10] net: phy: improve phylib EEE handling
2025-01-12 1:37 UTC (11+ messages)
` [PATCH net-next v2 02/10] net: phy: rename phy_set_eee_broken to phy_disable_eee_mode
` [PATCH net-next v2 03/10] ethtool: allow ethtool op set_eee to set an NL extack message
` [PATCH net-next v2 04/10] net: phy: c45: improve handling of disabled EEE modes in ethtool functions
` [PATCH net-next v2 05/10] net: phy: move definition of phy_is_started before phy_disable_eee_mode
` [PATCH net-next v2 06/10] net: phy: improve phy_disable_eee_mode
` [PATCH net-next v2 07/10] net: phy: remove disabled EEE modes from advertising in phy_probe
` [PATCH net-next v2 08/10] net: phy: c45: Don't silently remove disabled EEE modes any longer when writing advertisement register
` [PATCH net-next v2 09/10] net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eee
` [PATCH net-next v2 10/10] net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_active
[PATCH net-next v17 02/25] ovpn: add basic netlink support
2025-01-12 0:41 UTC (2+ messages)
[RFC PATCH 00/10] PRU-ICSSM Ethernet Driver
2025-01-11 23:38 UTC (3+ messages)
` [RFC PATCH 06/10] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
[PATCH net-next 0/4] Netfilter/IPVS updates for net-next
2025-01-11 23:08 UTC (5+ messages)
` [PATCH net-next 1/4] netfilter: nf_tables: remove the genmask parameter
` [PATCH net-next 2/4] ipvs: speed up reads from ip_vs_conn proc file
` [PATCH net-next 3/4] netfilter: xt_hashlimit: htable_selective_cleanup() optimization
` [PATCH net-next 4/4] netfilter: conntrack: add conntrack event timestamp
[PATCH net-next v2] net: phy: dp83822: Add support for PHY LEDs on DP83822
2025-01-11 21:20 UTC (2+ messages)
[PATCH net-next] net/smc: delete pointless divide by one
2025-01-11 21:20 UTC (2+ messages)
[PATCH net-next] net: airoha: Fix channel configuration for ETS Qdisc
2025-01-11 21:20 UTC (2+ messages)
[PATCH net] selftests: net: Adapt ethtool mq tests to fix in qdisc graft
2025-01-11 21:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).