messages from 2024-04-03 07:27:31 to 2024-04-03 13:20:08 UTC [more...]
[PATCH v3 00/15] Add support for suppressing warning backtraces
2024-04-03 13:19 UTC (16+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 05/15] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 07/15] x86: Add support for suppressing warning backtraces
` [PATCH v3 08/15] arm64: "
` [PATCH v3 09/15] loongarch: "
` [PATCH v3 10/15] parisc: "
` [PATCH v3 11/15] s390: "
` [PATCH v3 12/15] sh: "
` [PATCH v3 13/15] sh: Move defines needed "
` [PATCH v3 14/15] riscv: Add support "
` [PATCH v3 15/15] powerpc: "
[PATCH net-next 0/3] ethtool: Max power support
2024-04-03 13:18 UTC (12+ messages)
` [PATCH net-next 2/3] ethtool: Introduce max "
` [Intel-wired-lan] [PATCH net-next 0/3] ethtool: Max "
[PATCH net v3] net: usb: ax88179_178a: avoid the interface always configured as random address
2024-04-03 13:16 UTC (2+ messages)
[PATCH net] net/sched: act_skbmod: prevent kernel-infoleak
2024-04-03 13:09 UTC
[PATCH net-next v2 0/9] Enhanced DCB and DSCP Support for KSZ Switches
2024-04-03 13:05 UTC (13+ messages)
` [PATCH net-next v2 1/9] net: dsa: add support for DCB get/set apptrust configuration
` [PATCH net-next v2 2/9] net: dsa: microchip: add IPV information support
` [PATCH net-next v2 3/9] net: add IEEE 802.1q specific helpers
` [PATCH net-next v2 4/9] net: dsa: microchip: add multi queue support for KSZ88X3 variants
` [PATCH net-next v2 5/9] net: dsa: microchip: add support for different DCB app configurations
` [PATCH net-next v2 6/9] net: dsa: microchip: dcb: add special handling for KSZ88X3 family
` [PATCH net-next v2 7/9] net: dsa: microchip: enable ETS support for KSZ989X variants
` [PATCH net-next v2 8/9] net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xxx variants
` [PATCH net-next v2 9/9] net: dsa: microchip: let DCB code do PCP and DSCP policy configuration
[PATCH net-next v2 0/8] net: dsa: microchip: ksz8: refactor FDB dump path
2024-04-03 13:04 UTC (17+ messages)
` [PATCH net-next v2 1/8] net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_table()
` [PATCH net-next v2 2/8] net: dsa: microchip: Make ksz8_r_dyn_mac_table() static
` [PATCH net-next v2 3/8] net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()
` [PATCH net-next v2 4/8] net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readability
` [PATCH net-next v2 5/8] net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()
` [PATCH net-next v2 6/8] net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on timeout
` [PATCH net-next v2 7/8] net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we got any
` [PATCH net-next v2 8/8] net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0 entries
[PATCH v2] net: bcmgenet: Reset RBUF on first open
2024-04-03 12:58 UTC (3+ messages)
[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
2024-04-03 12:58 UTC (8+ messages)
` [PATCH 15/26] mm: Export writeback_iter()
[PATCH net v3] virtio_net: Do not send RSS key if it is not supported
2024-04-03 12:53 UTC (4+ messages)
[PATCH 00/34] address all -Wunused-const warnings
2024-04-03 12:47 UTC (11+ messages)
` [PATCH 05/34] 3c515: remove unused 'mtu' variable
` [PATCH 19/34] sunrpc: suppress warnings for unused procfs functions
` [PATCH 26/34] isdn: kcapi: don't build unused procfs code
` [PATCH 28/34] net: xgbe: remove extraneous #ifdef checks
` [PATCH 33/34] drivers: remove incorrect of_match_ptr/ACPI_PTR annotations
[PATCH net-next] vxlan: drop packets from invalid src-address
2024-04-03 12:45 UTC (3+ messages)
[PATCH net-next 00/15] mlxsw: Preparations for improving performance
2024-04-03 12:40 UTC (31+ messages)
` [PATCH net-next 01/15] mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()
` [PATCH net-next 02/15] mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()
` [PATCH net-next 03/15] mlxsw: pci: Do not setup tasklet from operation
` [PATCH net-next 04/15] mlxsw: pci: Arm CQ doorbell regardless of number of completions
` [PATCH net-next 05/15] mlxsw: pci: Remove unused counters
` [PATCH net-next 06/15] mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()
` [PATCH net-next 07/15] mlxsw: pci: Poll command interface for each cmd_exec()
` [PATCH net-next 08/15] mlxsw: pci: Rename MLXSW_PCI_EQS_COUNT
` [PATCH net-next 09/15] mlxsw: pci: Use only one event queue
` [PATCH net-next 10/15] mlxsw: pci: Remove unused wait queue
` [PATCH net-next 11/15] mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()
` [PATCH net-next 12/15] mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue type
` [PATCH net-next 13/15] mlxsw: pci: Remove mlxsw_pci_sdq_count()
` [PATCH net-next 14/15] mlxsw: pci: Remove mlxsw_pci_cq_count()
` [PATCH net-next 15/15] mlxsw: pci: Store DQ pointer as part of CQ structure
[PATCH net-next] ipv6: remove RTNL protection from ip6addrlbl_dump()
2024-04-03 12:39 UTC
[PATCH net-next v8 09/11] net: stmmac: dwmac-loongson: Fix half duplex
2024-04-03 12:37 UTC (11+ messages)
[PATCH bpf-next 0/5] Support local vmtest for riscv64
2024-04-03 12:29 UTC (20+ messages)
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions
[PATCH V4 0/5] mlx5 ConnectX control misc driver
2024-04-03 12:26 UTC (7+ messages)
[PATCH net-next v8 00/11] stmmac: Add Loongson platform support
2024-04-03 12:03 UTC (10+ messages)
` [PATCH net-next v8 07/11] net: stmmac: dwmac-loongson: Add multi-channel supports for loongson
[PATCH net-next 0/4] net: route: improve route hinting
2024-04-03 11:50 UTC (5+ messages)
[PATCH net] geneve: fix header validation in geneve[6]_xmit_skb
2024-04-03 11:38 UTC
[syzbot] [net?] KMSAN: uninit-value in geneve_xmit (3)
2024-04-03 11:35 UTC
[RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
2024-04-03 11:27 UTC (5+ messages)
` [RFC PATCH net-next v5 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
[PATCH net-next v1 0/8] net: dsa: microchip: ksz8: refactor FDB dump path
2024-04-03 11:21 UTC (6+ messages)
` [PATCH net-next v1 6/8] net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on timeout
` [PATCH net-next v1 8/8] net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0 entries
[PATCH net] net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()
2024-04-03 11:11 UTC (4+ messages)
[PATCH net-next v6 00/10] Support ICSSG-based Ethernet on AM65x SR1.0 devices
2024-04-03 10:48 UTC (11+ messages)
` [PATCH net-next v6 01/10] dt-bindings: net: Add support for AM65x SR1.0 in ICSSG
` [PATCH net-next v6 02/10] eth: Move IPv4/IPv6 multicast address bases to their own symbols
` [PATCH net-next v6 03/10] net: ti: icssg-prueth: Move common functions into a separate file
` [PATCH net-next v6 04/10] net: ti: icssg-prueth: Add SR1.0-specific configuration bits
` [PATCH net-next v6 05/10] net: ti: icssg-prueth: Add SR1.0-specific description bits
` [PATCH net-next v6 06/10] net: ti: icssg-prueth: Adjust IPG configuration for SR1.0
` [PATCH net-next v6 07/10] net: ti: icssg-prueth: Adjust the number of TX channels "
` [PATCH net-next v6 08/10] net: ti: icssg-prueth: Add functions to configure SR1.0 packet classifier
` [PATCH net-next v6 09/10] net: ti: icssg-prueth: Modify common functions for SR1.0
` [PATCH net-next v6 10/10] net: ti: icssg-prueth: Add ICSSG Ethernet driver for AM65x SR1.0 platforms
[PATCH -next] net: usb: asix: Add check for usbnet_get_endpoints
2024-04-03 10:53 UTC (2+ messages)
[PATCH net-next v8 00/16] net: dsa: vsc73xx: Make vsc73xx usable
2024-04-03 10:37 UTC (17+ messages)
` [PATCH net-next v8 01/16] net: dsa: vsc73xx: use read_poll_timeout instead delay loop
` [PATCH net-next v8 02/16] net: dsa: vsc73xx: convert to PHYLINK
` [PATCH net-next v8 03/16] net: dsa: vsc73xx: use macros for rgmii recognition
` [PATCH net-next v8 04/16] net: dsa: vsc73xx: Add define for max num of ports
` [PATCH net-next v8 05/16] net: dsa: vsc73xx: add structure descriptions
` [PATCH net-next v8 06/16] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next v8 07/16] net: dsa: vsc73xx: Add vlan filtering
` [PATCH net-next v8 08/16] net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa_8021q_rcv()
` [PATCH net-next v8 09/16] net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() "
` [PATCH net-next v8 10/16] net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too
` [PATCH net-next v8 11/16] net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()
` [PATCH net-next v8 12/16] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx
` [PATCH net-next v8 13/16] net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
` [PATCH net-next v8 14/16] net: dsa: Define max num of bridges in tag8021q implementation
` [PATCH net-next v8 15/16] net: dsa: vsc73xx: Add bridge support
` [PATCH net-next v8 16/16] net: dsa: vsc73xx: start treating the BR_LEARNING flag
[PATCH v5 0/1] Add StarFive JH8100 dwmac support
2024-04-03 9:56 UTC (5+ messages)
` [PATCH v5 1/1] dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support
[PATCH net-next v3] tg3: Remove residual error handling in tg3_suspend
2024-04-03 10:24 UTC (2+ messages)
[PATCH iwl-next v8 0/2] ice: Support flow director ether type filters
2024-04-03 10:24 UTC (3+ messages)
` [PATCH iwl-next v8 1/2] ice: Remove unnecessary argument from ice_fdir_comp_rules()
` [PATCH iwl-next v8 2/2] ice: Implement 'flow-type ether' rules
[PATCH net-next 0/7] selftests: net: groundwork for YNL-based tests
2024-04-03 8:58 UTC (7+ messages)
` [PATCH net-next 7/7] testing: net-drv: add a driver test for stats reporting
[PATCH v6 0/1] Add StarFive JH8100 dwmac support
2024-04-03 10:05 UTC (2+ messages)
` [PATCH v6 1/1] dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support
[PATCH net-next 0/5] gve: enable ring size changes
2024-04-03 10:20 UTC (2+ messages)
[PATCH v4][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
2024-04-03 10:10 UTC (2+ messages)
[net-next PATCH v4] octeontx2-pf: Reset MAC stats during probe
2024-04-03 10:10 UTC (2+ messages)
[PATCH net v2] octeontx2-af: Add array index check
2024-04-03 10:10 UTC (2+ messages)
[PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
2024-04-03 9:57 UTC (2+ messages)
[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
2024-04-03 9:45 UTC (9+ messages)
` [PATCH net-next v6 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
` [PATCH net-next v6 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver
[PATCH net-next v3 0/3] ethtool: provide the dim profile fine-tuning channel
2024-04-03 9:43 UTC (4+ messages)
` [PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction
[PATCH net] ice: fix enabling RX VLAN filtering
2024-04-03 9:43 UTC (3+ messages)
` [Intel-wired-lan] "
pull-request: wireless-next-2024-04-03
2024-04-03 9:36 UTC
[PATCH net-next v2 1/7] net: libwx: Add malibox api for wangxun pf drivers
2024-04-03 9:10 UTC (7+ messages)
` [PATCH net-next v2 2/7] net: libwx: Add sriov api for wangxun nics
` [PATCH net-next v2 3/7] net: libwx: Implement basic funcs for vf setting
` [PATCH net-next v2 4/7] net: libwx: Redesign flow when sriov is enabled
` [PATCH net-next v2 5/7] net: libwx: Add msg task func
` [PATCH net-next v2 6/7] net: ngbe: add sriov function support
` [PATCH net-next v2 7/7] net: txgbe: "
[PATCH v2 1/2] net: ravb: Always process TX descriptor ring
2024-04-03 9:28 UTC (4+ messages)
` "
[PATCH net-next v2 0/7] add sriov support for wangxun NICs
2024-04-03 9:09 UTC
[PATCH iwl-next v4] ice: Reset VF on Tx MDD event
2024-04-03 9:27 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
2024-04-03 9:04 UTC (6+ messages)
[PATCH net-next 0/2] page_pool: allow direct bulk recycling
2024-04-03 9:21 UTC (4+ messages)
` [PATCH net-next 1/2] page_pool: check for PP direct cache locality later
[PATCH net-next 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
2024-04-03 9:20 UTC (6+ messages)
` [PATCH net-next 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next 3/3] test/vsock: add ioctl unsent bytes test
[PATCH net-next v2 1/2] rtnetlink: add guard for RTNL
2024-04-03 9:00 UTC (2+ messages)
[PATCH v9 00/21] GenieZone hypervisor drivers
2024-04-03 8:50 UTC (4+ messages)
` [PATCH v9 07/21] virt: geniezone: Add vm capability check
[PATCH net-next 2/3] net: stmmac: add support for RZ/N1 GMAC
2024-04-03 8:34 UTC (6+ messages)
` [PATCH net-next 1/2] net: stmmac: introduce pcs_init/pcs_exit stmmac operations
` [Linux-stm32] "
` [PATCH net-next 2/2] net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
` [Linux-stm32] "
[PATCH net-next v7 07/16] net: dsa: vsc73xx: Add vlan filtering
2024-04-03 7:59 UTC (2+ messages)
[linus:master] [net] 2b0cfa6e49: stress-ng.sockfd.ops_per_sec 6.9% improvement
2024-04-03 7:53 UTC
[Intel-wired-lan] [PATCH net-next v9 0/6] ice: Support 5 layer Tx scheduler topology
2024-04-03 7:41 UTC (7+ messages)
` [Intel-wired-lan] [PATCH net-next v9 1/6] devlink: extend devlink_param *set pointer
` [Intel-wired-lan] [PATCH net-next v9 2/6] ice: Support 5 layer topology
` [Intel-wired-lan] [PATCH net-next v9 3/6] ice: Adjust the VSI/Aggregator layers
` [Intel-wired-lan] [PATCH net-next v9 4/6] ice: Enable switching default Tx scheduler topology
` [Intel-wired-lan] [PATCH net-next v9 5/6] ice: Add tx_scheduling_layers devlink param
` [Intel-wired-lan] [PATCH net-next v9 6/6] ice: Document tx_scheduling_layers parameter
[PATCH iwl-next v2] igc: Add MQPRIO offload support
2024-04-03 7:45 UTC (5+ messages)
[PATCH net-next v3 1/3] net: phy: marvell: add basic support of 88E308X/88E609X family
2024-04-03 7:35 UTC (2+ messages)
[PATCH net-next 0/6] Implement reset reason mechanism to detect
2024-04-03 7:31 UTC (7+ messages)
` [PATCH net-next 1/6] net: introduce rstreason to detect why the RST is sent
` [PATCH net-next 2/6] rstreason: prepare for passive reset
` [PATCH net-next 3/6] rstreason: prepare for active reset
` [PATCH net-next 4/6] tcp: support rstreason for passive reset
` [PATCH net-next 5/6] mptcp: "
` [PATCH net-next 6/6] rstreason: make it work in trace world
[PATCH iwl-next v1 0/5] ixgbe: Add support for Intel(R) E610 device
2024-04-03 7:27 UTC (4+ messages)
` [PATCH iwl-next v1 1/5] ixgbe: Add support for E610 FW Admin Command Interface
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).