messages from 2025-02-21 10:24:25 to 2025-02-21 21:53:01 UTC [more...]
[PATCH net-next v6 0/8] Some pktgen fixes/improvments (part II)
2025-02-21 21:52 UTC (7+ messages)
` [PATCH net-next v6 1/8] net: pktgen: fix mix of int/long
` [PATCH net-next v6 2/8] net: pktgen: remove extra tmp variable (re-use len instead)
` [PATCH net-next v6 3/8] net: pktgen: remove some superfluous variable initializing
` [PATCH net-next v6 4/8] net: pktgen: fix mpls maximum labels list parsing
` [PATCH net-next v6 5/8] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v6 7/8] net: pktgen: remove all superfluous index assignements
[PATCH net-next] net: skb: free up one bit in tx_flags
2025-02-21 21:11 UTC (2+ messages)
[PATCH net-next v7 0/8] Support loopback mode speed selection
2025-02-21 20:46 UTC (7+ messages)
` [PATCH net-next v7 6/8] net: selftests: Support selftest sets
` [PATCH net-next v7 7/8] net: selftests: Add selftests sets with fixed speed
[PATCH iwl-next v1 0/3] E825C timesync dual NAC support
2025-02-21 21:16 UTC (5+ messages)
` [PATCH iwl-next v1 1/3] ice: remove SW side band access workaround for E825
` [Intel-wired-lan] "
` [PATCH iwl-next v1 2/3] ice: refactor ice_sbq_msg_dev enum
` [PATCH iwl-next v1 3/3] ice: enable timesync operation on 2xNAC E825 devices
[RESEND PATCH net-next 0/5] dt-bindings: net: realtek,rtl9301-switch
2025-02-21 21:06 UTC (5+ messages)
` [RESEND PATCH net-next 1/5] dt-bindings: net: Move realtek,rtl9301-switch to net
` [RESEND PATCH net-next 2/5] dt-bindings: net: Add switch ports and interrupts to RTL9300
[PATCH iwl-next v2 0/4] igb: XDP/ZC follow up
2025-02-21 20:53 UTC (10+ messages)
` [PATCH iwl-next v2 3/4] igb: Add support for persistent NAPI config
` [Intel-wired-lan] "
` [PATCH iwl-next v2 4/4] igb: Get rid of spurious interrupts
` [Intel-wired-lan] "
[PATCH net-next 0/3] r8169: enable more devices ASPM and LTR support
2025-02-21 20:35 UTC (10+ messages)
` [PATCH net-next 1/3] r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support
` [PATCH net-next 2/3] r8169: enable RTL8168H/RTL8168EP/RTL8168FP/RTL8125/RTL8126 LTR support
` [PATCH net-next 3/3] r8169: disable RTL8126 ZRX-DC timeout
[PATCH net-next 0/3] eth: fbnic: Update fbnic driver
2025-02-21 20:18 UTC (4+ messages)
` [PATCH net-next 1/3] eth: fbnic: Add PCIe registers dump
` [PATCH net-next 2/3] eth: fbnic: Consolidate PUL_USER CSR section
` [PATCH net-next 3/3] eth: fbnic: Update return value in kdoc
[PATCH bpf-next 0/3] bpf: introduce skb refcount kfuncs
2025-02-21 20:17 UTC (6+ messages)
` [PATCH bpf-next 2/3] bpf: add kfunc for skb refcounting
[PATCH v2 0/5] net: phy: bcm63xx: Enable internal GPHY on BCM63268
2025-02-21 20:09 UTC (2+ messages)
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-02-21 20:01 UTC (27+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus()
` [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm()
` [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
` [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns()
` [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb()
` [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
` [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
` [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init()
` [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister()
` [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
` [PATCH *-next 16/18] rhashtable: "
` [PATCH *-next 17/18] dma-mapping: Remove needless return in five "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function
[PATCH net-next v6 00/12] net: Hold netdev instance lock during ndo operations
2025-02-21 19:56 UTC (13+ messages)
` [PATCH net-next v6 01/12] net: hold netdev instance lock during ndo_open/ndo_stop
` [PATCH net-next v6 02/12] net: hold netdev instance lock during ndo_setup_tc
` [PATCH net-next v6 03/12] net: hold netdev instance lock during queue operations
` [PATCH net-next v6 04/12] net: hold netdev instance lock during rtnetlink operations
` [PATCH net-next v6 05/12] net: hold netdev instance lock during ioctl operations
` [PATCH net-next v6 06/12] net: hold netdev instance lock during sysfs operations
` [PATCH net-next v6 07/12] net: hold netdev instance lock during ndo_bpf
` [PATCH net-next v6 08/12] net: ethtool: try to protect all callback with netdev instance lock
` [PATCH net-next v6 09/12] net: replace dev_addr_sem "
` [PATCH net-next v6 10/12] net: add option to request "
` [PATCH net-next v6 11/12] docs: net: document new locking reality
` [PATCH net-next v6 12/12] eth: bnxt: remove most dependencies on RTNL
[PATCH net-next v5 0/2] netconsole: allow selection of egress interface via MAC address
2025-02-21 19:46 UTC (4+ messages)
` [PATCH net-next v5 1/2] net, treewide: define and use MAC_ADDR_STR_LEN
[PATCH net-next v3 0/3] Use new for_each macro to create hexdumps
2025-02-21 18:50 UTC (6+ messages)
` [PATCH net-next v3 1/3] hexdump: Implement macro for converting large buffers
[PATCH net-next] net: Remove shadow variable in netdev_run_todo()
2025-02-21 18:18 UTC (2+ messages)
[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
2025-02-21 18:03 UTC (2+ messages)
[PATCH] net: Handle napi_schedule() calls from non-interrupt
2025-02-21 17:59 UTC (2+ messages)
[PATCH net-next 0/2] page_pool: Convert stats to u64_stats_t
2025-02-21 17:30 UTC (6+ messages)
` [PATCH net-next 1/2] page_pool: Convert page_pool_recycle_stats "
` [PATCH net-next 2/2] page_pool: Convert page_pool_alloc_stats "
[PATCH net-next v5 00/12] net: Hold netdev instance lock during ndo operations
2025-02-21 17:16 UTC (6+ messages)
` [PATCH net-next v5 03/12] net: hold netdev instance lock during queue operations
[PATCH net-next] net-sysfs: restore behavior for not running devices
2025-02-21 16:38 UTC (2+ messages)
[PATCH 0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML
2025-02-21 16:36 UTC (6+ messages)
` [PATCH 1/3] dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} "
` [PATCH 3/3] dt-bindings: net: Convert fsl,gianfar "
[PATCH v7] Bluetooth: Fix possible race with userspace of sysfs isoc_alt
2025-02-21 16:20 UTC (5+ messages)
[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
2025-02-21 16:14 UTC (3+ messages)
` [PATCH bpf-next 2/2] "
[PATCH net] net: Clear old fragment checksum value in napi_get_frags
2025-02-21 16:14 UTC
[RFC PATCH v3 0/3] Fix non-TCP sockets restriction
2025-02-21 16:09 UTC (2+ messages)
[PATCH net v2 1/2] net: ethtool: fix ioctl confusing drivers about desired HDS user config
2025-02-21 16:07 UTC (4+ messages)
` [PATCH net v2 2/2] selftests: drv-net: test XDP, HDS auto and the ioctl path
[PATCH net] ipvs: Always clear ipvs_property flag in skb_scrub_packet()
2025-02-21 15:59 UTC (5+ messages)
[GIT PULL] bluetooth 2025-02-21
2025-02-21 15:49 UTC
[PATCH iwl-net v3] ixgbe: fix media type detection for E610 device
2025-02-21 15:49 UTC
[PATCH net-next 00/10] mptcp: pm: misc cleanups, part 3
2025-02-21 15:44 UTC (11+ messages)
` [PATCH net-next 01/10] mptcp: pm: remove unused ret value to set flags
` [PATCH net-next 02/10] mptcp: pm: change to fullmesh only for 'subflow'
` [PATCH net-next 03/10] mptcp: pm: add a build check for userspace_pm_dump_addr
` [PATCH net-next 04/10] mptcp: pm: add mptcp_pm_genl_fill_addr helper
` [PATCH net-next 05/10] mptcp: pm: drop match in userspace_pm_append_new_local_addr
` [PATCH net-next 06/10] mptcp: pm: drop inet6_sk after inet_sk
` [PATCH net-next 07/10] mptcp: pm: use ipv6_addr_equal in addresses_equal
` [PATCH net-next 08/10] mptcp: sched: split get_subflow interface into two
` [PATCH net-next 09/10] mptcp: sched: reduce size for unused data
` [PATCH net-next 10/10] mptcp: blackhole: avoid checking the state twice
[PATCH net-next 0/6] net: fib_rules: Add DSCP mask support
2025-02-21 15:29 UTC (2+ messages)
[PATCH iwl-next v5 0/9] igc: Add support for Frame Preemption feature in IGC
2025-02-21 14:44 UTC (8+ messages)
` [PATCH iwl-next v5 1/9] net: ethtool: mm: extract stmmac verification logic into common library
[PATCH iwl-net v1] ice: Allow 100M speed for E825C SGMII device
2025-02-21 14:34 UTC (2+ messages)
` [Intel-wired-lan] "
-Preparation Services for 2024 Tax Year
2025-02-21 14:19 UTC
[PATCH net-next 0/2] net: stmmac: thead: clean up clock rate setting
2025-02-21 14:15 UTC (3+ messages)
` [PATCH net-next 1/2] net: stmmac: thead: use rgmii_clock() for RGMII clock rate
` [PATCH net-next 2/2] net: stmmac: thead: ensure divisor gives proper rate
[PATCH iwl-net v2] ixgbe: fix media type detection for E610 device
2025-02-21 14:09 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next 0/7] netconsole: Add taskname sysdata support
2025-02-21 13:52 UTC (8+ messages)
` [PATCH net-next 1/7] netconsole: prefix CPU_NR sysdata feature with SYSDATA_
` [PATCH net-next 2/7] netconsole: refactor CPU number formatting into separate function
` [PATCH net-next 3/7] netconsole: add taskname to extradata entry count
` [PATCH net-next 4/7] netconsole: add configfs controls for taskname sysdata feature
` [PATCH net-next 5/7] netconsole: add task name to extra data fields
` [PATCH net-next 6/7] netconsole: docs: document the task name feature
` [PATCH net-next 7/7] netconsole: selftest: add task name append testing
[PATCH net-next v5 00/12] Add support for PSE budget evaluation strategy
2025-02-21 13:49 UTC (3+ messages)
` [PATCH net-next v5 07/12] net: ethtool: Add PSE new budget evaluation strategy support feature
[PATCH net-next v4 0/3] net: notify users when an iface cannot change its netns
2025-02-21 13:30 UTC (4+ messages)
` [PATCH net-next v4 1/3] net: rename netns_local to netns_immutable
` [PATCH net-next v4 2/3] net: advertise netns_immutable property via netlink
` [PATCH net-next v4 3/3] net: plumb extack in __dev_change_net_namespace()
[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
2025-02-21 12:35 UTC (7+ messages)
` [PATCH net-next v3 01/10] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx SOCs
` [PATCH net-next v3 02/10] net: ti: prueth: Adds ICSSM Ethernet driver
[PATCH iwl-next v5 00/15] ixgbe: Add basic devlink support
2025-02-21 11:51 UTC (16+ messages)
` [PATCH iwl-next v5 01/15] devlink: add value check to devlink_info_version_put()
` [PATCH iwl-next v5 02/15] ixgbe: wrap netdev_priv() usage
` [PATCH iwl-next v5 03/15] ixgbe: add initial devlink support
` [PATCH iwl-next v5 04/15] ixgbe: add handler for devlink .info_get()
` [PATCH iwl-next v5 05/15] ixgbe: add E610 functions for acquiring flash data
` [PATCH iwl-next v5 06/15] ixgbe: read the OROM version information
` [PATCH iwl-next v5 07/15] ixgbe: read the netlist "
` [PATCH iwl-next v5 08/15] ixgbe: add .info_get extension specific for E610 devices
` [PATCH iwl-next v5 09/15] ixgbe: add E610 functions getting PBA and FW ver info
` [PATCH iwl-next v5 10/15] ixgbe: extend .info_get with stored versions
` [PATCH iwl-next v5 11/15] ixgbe: add device flash update via devlink
` [PATCH iwl-next v5 12/15] ixgbe: add support for devlink reload
` [PATCH iwl-next v5 13/15] ixgbe: add FW API version check
` [PATCH iwl-next v5 14/15] ixgbe: add E610 implementation of FW recovery mode
` [PATCH iwl-next v5 15/15] ixgbe: add support for FW rollback mode
[PATCH v3 net-next 0/6] Support some enhances features for the HIBMCGE driver
2025-02-21 11:55 UTC (7+ messages)
` [PATCH v3 net-next 1/6] net: hibmcge: Add support for dump statistics
` [PATCH v3 net-next 2/6] net: hibmcge: Add support for rx checksum offload
` [PATCH v3 net-next 3/6] net: hibmcge: Add support for abnormal irq handling feature
` [PATCH v3 net-next 4/6] net: hibmcge: Add support for mac link exception "
` [PATCH v3 net-next 5/6] net: hibmcge: Add support for BMC diagnose feature
` [PATCH v3 net-next 6/6] net: hibmcge: Add support for ioctl
[PATCH v7 0/2] net: stmmac: dwc-qos: Add FSD EQoS support
2025-02-21 11:49 UTC (5+ messages)
` [PATCH v7 2/2] "
[PATCH v10 0/6] Add NSS clock controller support for IPQ9574
2025-02-21 11:49 UTC (5+ messages)
` [PATCH v10 3/6] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH v10 4/6] clk: qcom: Add NSS clock Controller driver for IPQ9574
Null-pointer-dereference in ef100_process_design_param()
2025-02-21 11:45 UTC (2+ messages)
[PATCH net-next] net: stmmac: dwc-qos: clean up clock initialisation
2025-02-21 11:38 UTC
[PATCH net-next] net: stmmac: qcom-ethqos: use rgmii_clock() to set the link clock
2025-02-21 11:38 UTC
[PATCH v2 net-next 0/6] Support some enhances features for the HIBMCGE driver
2025-02-21 11:34 UTC (7+ messages)
` [PATCH v2 net-next 1/6] net: hibmcge: Add dump statistics supported in this module
` [PATCH v2 net-next 2/6] net: hibmcge: Add rx checksum offload "
[PATCH v11 0/8] rust: Add IO polling
2025-02-21 11:20 UTC (4+ messages)
` [PATCH v11 7/8] rust: Add read_poll_timeout functions
[PATCH net-next v2 0/2] net: remove skb_flow_get_ports()
2025-02-21 11:07 UTC (3+ messages)
` [PATCH net-next v2 1/2] skbuff: kill skb_flow_get_ports()
` [PATCH net-next v2 2/2] net: remove '__' from __skb_flow_get_ports()
[PATCH ipsec v2 1/1] xfrm: Migrate offload configuration
2025-02-21 11:02 UTC (2+ messages)
[PATCH] netfilter: conntrack do not print ah and esp as unknown via /proc
2025-02-21 10:53 UTC (2+ messages)
[PATCH net-next v4 0/5] Symmetric OR-XOR RSS hash
2025-02-21 10:51 UTC (3+ messages)
` [PATCH net-next v4 1/5] ethtool: "
[PATCH net-next v6 00/15] Introduce flowtable hw offloading in airoha_eth driver
2025-02-21 10:28 UTC (16+ messages)
` [PATCH net-next v6 01/15] net: airoha: Move airoha_eth driver in a dedicated folder
` [PATCH net-next v6 02/15] net: airoha: Move definitions in airoha_eth.h
` [PATCH net-next v6 03/15] net: airoha: Move reg/write utility routines "
` [PATCH net-next v6 04/15] net: airoha: Move register definitions in airoha_regs.h
` [PATCH net-next v6 05/15] net: airoha: Move DSA tag in DMA descriptor
` [PATCH net-next v6 06/15] net: dsa: mt7530: Enable Rx sptag for EN7581 SoC
` [PATCH net-next v6 07/15] net: airoha: Enable support for multiple net_devices
` [PATCH net-next v6 08/15] net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()
` [PATCH net-next v6 09/15] net: airoha: Rename airoha_set_gdm_port_fwd_cfg() in airoha_set_vip_for_gdm_port()
` [PATCH net-next v6 10/15] dt-bindings: net: airoha: Add the NPU node for EN7581 SoC
` [PATCH net-next v6 11/15] dt-bindings: net: airoha: Add airoha,npu phandle property
` [PATCH net-next v6 12/15] net: airoha: Introduce Airoha NPU support
` [PATCH net-next v6 13/15] net: airoha: Introduce flowtable offload support
` [PATCH net-next v6 14/15] net: airoha: Add loopback support for GDM2
` [PATCH net-next v6 15/15] net: airoha: Introduce PPE debugfs support
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).