netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 01:34:56 to 2023-02-07 15:01:25 UTC [more...]

[PATCH v5 net-next 0/8] sfc: devlink support for ef100
 2023-02-07 15:01 UTC  (11+ messages)
` [PATCH v5 net-next 1/8] sfc: add "
` [PATCH v5 net-next 2/8] sfc: add devlink info "
` [PATCH v5 net-next 7/8] sfc: add support for devlink port_function_hw_addr_get in ef100

[PATCH net-next] ethtool: mm: fix get_mm() return code not propagating to user space
 2023-02-07 15:00 UTC  (2+ messages)

[PATCH net-next v2] rds: rds_rm_zerocopy_callback() use list_first_entry()
 2023-02-07 14:57 UTC 

[PATCH v3 00/12] gpiolib cleanups
 2023-02-07 14:55 UTC  (14+ messages)
` [PATCH v3 01/12] gpiolib: remove empty asm/gpio.h files
` [PATCH v3 02/12] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v3 03/12] gpiolib: remove asm-generic/gpio.h
` [PATCH v3 04/12] gpiolib: remove gpio_set_debounce
` [PATCH v3 05/12] gpiolib: remove legacy gpio_export
` [PATCH v3 06/12] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH v3 07/12] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
` [PATCH v3 08/12] gpio: aggregator: Add missing header(s)
` [PATCH v3 09/12] gpiolib: Drop unused forward declaration from driver.h
` [PATCH v3 10/12] gpiolib: Deduplicate forward declarations in consumer.h
` [PATCH v3 11/12] gpiolib: Group "
` [PATCH v3 12/12] gpiolib: Clean up headers

[syzbot] kernel BUG in process_one_work
 2023-02-07 14:50 UTC  (3+ messages)

[PATCH bpf-next] virtio_net: update xdp_features with xdp multi-buff
 2023-02-07 14:31 UTC  (2+ messages)

[patch net] devlink: change port event netdev notifier from per-net to global
 2023-02-07 14:40 UTC  (2+ messages)

[PATCH net-next 0/6] net: stmmac: add renesas,rzn1-gmac support
 2023-02-07 14:41 UTC  (4+ messages)
` [PATCH net-next 3/6] net: stmmac: start phylink before setting up hardware

[PATCH v2 00/11] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-07 14:30 UTC  (13+ messages)
` [PATCH v2 01/11] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH v2 02/11] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH v2 03/11] dt-bindings: arm: mediatek: add 'mediatek,pn_swap' property
` [PATCH v2 04/11] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [PATCH v2 05/11] net: ethernet: mtk_eth_soc: reset PCS state
` [PATCH v2 06/11] net: ethernet: mtk_eth_soc: only write values if needed
` [PATCH v2 07/11] net: ethernet: mtk_eth_soc: fix RX data corruption issue
` [PATCH v2 08/11] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
` [PATCH v2 09/11] net: pcs: add driver for MediaTek SGMII PCS
` [PATCH v2 10/11] net: ethernet: mtk_eth_soc: switch to external PCS driver
` [PATCH v2 11/11] net: dsa: mt7530: use "

[PATCH net] selftests: Fix failing VXLAN VNI filtering test
 2023-02-07 14:18 UTC 

[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
 2023-02-07 14:15 UTC  (7+ messages)
` [RFC PATCH v5 1/4] dpll: Add DPLL framework base functions

[PATCH v3 0/6] Introduce STM32 system bus
 2023-02-07 14:12 UTC  (7+ messages)
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus
` [PATCH v3 4/6] bus: stm32_sys_bus: add support for STM32MP15 and STM32MP13 system bus

[PATCH RESEND] can: j1939: do not wait 250ms if the same addr was already claimed
 2023-02-07 14:05 UTC  (5+ messages)
` [PATCH v2] can: j1939: do not wait 250 ms "

[PATCH net 0/1] pull-request: can 2023-02-07
 2023-02-07 14:05 UTC  (2+ messages)
` [PATCH net] can: j1939: do not wait 250 ms if the same addr was already claimed

[PATCH v2 net-next 00/15] taprio automatic queueMaxSDU and new TXQ selection procedure
 2023-02-07 13:54 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] net/sched: taprio: delete peek() implementation
` [PATCH v2 net-next 02/15] net/sched: taprio: continue with other TXQs if one dequeue() failed
` [PATCH v2 net-next 03/15] net/sched: taprio: refactor one skb dequeue from TXQ to separate function
` [PATCH v2 net-next 04/15] net/sched: taprio: avoid calling child->ops->dequeue(child) twice
` [PATCH v2 net-next 05/15] net/sched: taprio: give higher priority to higher TCs in software dequeue mode
` [PATCH v2 net-next 06/15] net/sched: taprio: calculate tc gate durations
` [PATCH v2 net-next 07/15] net/sched: taprio: rename close_time to end_time
` [PATCH v2 net-next 08/15] net/sched: taprio: calculate budgets per traffic class
` [PATCH v2 net-next 09/15] net/sched: taprio: calculate guard band against actual TC gate close time
` [PATCH v2 net-next 10/15] net/sched: make stab available before ops->init() call
` [PATCH v2 net-next 11/15] net/sched: taprio: warn about missing size table
` [PATCH v2 net-next 12/15] net/sched: keep the max_frm_len information inside struct sched_gate_list
` [PATCH v2 net-next 13/15] net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durations
` [PATCH v2 net-next 14/15] net/sched: taprio: split segmentation logic from qdisc_enqueue()
` [PATCH v2 net-next 15/15] net/sched: taprio: don't segment unnecessarily

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-25 (igc)
 2023-02-07 13:38 UTC  (4+ messages)
` [PATCH net-next 2/3] igc: offload queue max SDU from tc-taprio

[PATCH v2] dt-bindings: mt76: add active-low property for led
 2023-02-07 13:36 UTC  (2+ messages)

[PATCH net-next v4 0/2] net: micrel: Add support for lan8841 PHY
 2023-02-07 13:27 UTC  (4+ messages)
` [PATCH net-next v4 1/2] "
` [PATCH net-next v4 2/2] dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841

[PATCH 1/1] net: fec: Don't fail on missing optional phy-reset-gpios
 2023-02-07 13:24 UTC  (3+ messages)

[PATCH net 0/6] mptcp: fixes for v6.2
 2023-02-07 13:04 UTC  (7+ messages)
` [PATCH net 1/6] mptcp: do not wait for bare sockets' timeout
` [PATCH net 2/6] mptcp: fix locking for setsockopt corner-case
` [PATCH net 3/6] mptcp: fix locking for in-kernel listener creation
` [PATCH net 4/6] mptcp: be careful on subflow status propagation on errors
` [PATCH net 5/6] selftests: mptcp: allow more slack for slow test-case
` [PATCH net 6/6] selftests: mptcp: stop tests earlier

[PATCH wpan-next 0/6] IEEE 802.15.4 passive scan support
 2023-02-07 12:57 UTC  (7+ messages)
` [PATCH wpan-next 1/6] ieee802154: Add support for user scanning requests

[PATCH net] net: txgbe: Update support email address
 2023-02-07 12:50 UTC  (2+ messages)

[net-next PATCH V3 0/4] octeontx2-pf: HTB offload support
 2023-02-07 12:48 UTC  (5+ messages)
` [net-next PATCH V3 2/4] octeontx2-pf: qos send queues management
` [net-next PATCH V3 4/4] octeontx2-pf: Add support for HTB offload

[PATCH v6 net-next 00/13] ENETC mqprio/taprio cleanup
 2023-02-07 12:48 UTC  (4+ messages)

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-02-07 12:41 UTC  (7+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH net] net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
 2023-02-07 12:39 UTC  (10+ messages)

[syzbot] general protection fault in skb_dequeue (3)
 2023-02-07 12:29 UTC  (3+ messages)

[PATCH] dt-bindings: mt76: add active-low property to led
 2023-02-07 12:26 UTC  (4+ messages)
  ` Aw: "

[PATCH] net: fec: Refactor: rename `adapter` to `fep`
 2023-02-07 11:46 UTC  (3+ messages)
` [PATCH repost] "

[PATCH v4 3/4] crypto/net/ipv6: sr: Switch to using crypto_pool
 2023-02-07 11:40 UTC  (2+ messages)

[PATCH net v2 0/2] Fix dma leaking
 2023-02-07 11:36 UTC  (7+ messages)
` [PATCH net v2 1/2] net: ll_temac: Fix DMA resources leak
` [PATCH net v2 2/2] net: ll_temac: Reset buffer on dma_map_single() errors

[PATCH net 1/2] net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
 2023-02-07 11:30 UTC  (2+ messages)

[RESEND PATCH v7 0/5] can: bxcan: add support for ST bxCAN controller
 2023-02-07 11:29 UTC  (3+ messages)
` [RESEND PATCH v7 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RESEND PATCH v7 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH 0/5] pull request for net-next: batman-adv 2023-01-27
 2023-02-07 11:20 UTC  (9+ messages)
` [PATCH 1/5] batman-adv: Start new development cycle

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-07 12:08 UTC 

[PATCH bpf-next] libbpf: always use libbpf_err to return an error in bpf_xdp_query()
 2023-02-07 11:11 UTC 

[PATCH v3 net-next 1/4] net-sysctl: factor out cpumask parsing helper
 2023-02-07 11:06 UTC  (2+ messages)

[QUESTION] bpf, iproute2/tc: verifier fails because of a map
 2023-02-07 10:45 UTC 

[PATCH] i40e: Add checking for null for nlmsg_find_attr()
 2023-02-07 10:48 UTC  (3+ messages)
` [PATCH v3] "
  ` [Intel-wired-lan] "

[PATCH net] net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0
 2023-02-07 10:42 UTC  (2+ messages)

[PATCH v3 0/2] dt: bindings: net: ath11k: add dt entry for XO calibration support
 2023-02-07 10:38 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] wifi: ath11k: PMIC XO cal data support

[PATCH v2 0/2] dt: bindings: add dt entry for XO calibration support
 2023-02-07 10:37 UTC  (6+ messages)
` [PATCH v3 0/2] dt: bindings: net: ath11k: "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] wifi: ath11k: PMIC XO cal data support

[PATCH net-next v2] net: lan966x: Add support for TC flower filter statistics
 2023-02-07 10:35 UTC 

[PATCH 0/3] some minor fixes of error checking about debugfs_rename()
 2023-02-07 10:30 UTC  (3+ messages)

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-02-07 10:29 UTC  (4+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()

[PATCH iproute2-next v2 0/3] bridge: Support mcast_n_groups, mcast_max_groups
 2023-02-07 10:27 UTC  (4+ messages)
` [PATCH iproute2-next v2 1/3] uapi: Update if_bridge, if_link
` [PATCH iproute2-next v2 2/3] bridge: Add support for mcast_n_groups, mcast_max_groups
` [PATCH iproute2-next v2 3/3] man: man8: bridge: Describe mcast_max_groups

[syzbot] KASAN: slab-out-of-bounds Write in copy_verifier_state
 2023-02-07 10:27 UTC  (3+ messages)

[PATCH] PCI: Add ACS quirk for Wangxun NICs
 2023-02-07 10:24 UTC 

[PATCH net] nfp: ethtool: fix the bug of setting unsupported port speed
 2023-02-07 10:16 UTC 

[PATCH net-next] nfp: flower: add check for flower VF netdevs for get/set_eeprom
 2023-02-07 10:09 UTC  (2+ messages)

[PATCH v5 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-02-07 10:05 UTC  (4+ messages)
` [PATCH v5 bpf-next 2/8] drivers: net: turn on XDP features

[PATCH iproute2-next 0/3] bridge: Support mcast_n_groups, mcast_max_groups
 2023-02-07  9:49 UTC  (7+ messages)
` [PATCH iproute2-next 2/3] bridge: Add support for "
` [PATCH iproute2-next 3/3] man: man8: bridge: Describe mcast_max_groups

[RFC PATCH net-next 00/13] vxlan: Add MDB support
 2023-02-07  9:25 UTC  (3+ messages)

[PATCH v7 0/4] mac80211_hwsim: Add PMSR support
 2023-02-07  9:12 UTC  (8+ messages)
` [PATCH v7 1/4] mac80211_hwsim: add PMSR capability support
` [PATCH v7 2/4] mac80211_hwsim: add PMSR request support via virtio
` [PATCH v7 3/4] mac80211_hwsim: add PMSR abort "
` [PATCH v7 4/4] mac80211_hwsim: add PMSR report "

remove arch/sh
 2023-02-07  9:06 UTC  (6+ messages)

[PATCH v6 0/2] mac80211_hwsim: Add PMSR support
 2023-02-07  8:59 UTC  (4+ messages)
` [PATCH v6 2/2] mac80211_hwsim: handle FTM requests with virtio

[net-next PATCH 0/1] net/ncsi: Fix netlink major/minor version numbers
 2023-02-07  8:44 UTC  (5+ messages)
` [net-next PATCH 1/1] "

[PATCH 0/17] crypto: api - Change completion callback argument to void star
 2023-02-07  8:18 UTC  (7+ messages)
` [PATCH 8/17] tls: Only use data field in crypto completion function
    ` [PATCH] tls: Pass rec instead of aead_req into tls_encrypt_done

[PATCH v4 0/4] Add WCN6855 Bluetooth support
 2023-02-07  8:05 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: net: Add WCN6855 Bluetooth
` [PATCH v4 2/4] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
` [PATCH v4 3/4] arm64: dts: qcom: sc8280xp: Define uart2
` [PATCH v4 4/4] arm64: dts: qcom: thinkpad-x13s: Add bluetooth

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-02-07  7:59 UTC  (5+ messages)
` [PATCH v4 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names

[PATCH net-next 0/6] mlxsw: Misc devlink changes
 2023-02-07  7:39 UTC  (3+ messages)
` [PATCH net-next 1/6] mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()

[net-next 0/2] Deliver confirm/delete rkey message in parallel
 2023-02-07  7:36 UTC  (3+ messages)
` [net-next 1/2] net/smc: allow confirm/delete rkey response deliver multiplex
` [net-next 2/2] net/smc: make SMC_LLC_FLOW_RKEY run concurrently

igc: 5.10.146 Kernel BUG at 0xffffffff813ce19f
 2023-02-07  7:23 UTC  (10+ messages)
  ` [Intel-wired-lan] "

[PATCH RFC 0/3] dt-bindings: net: Add network-class.yaml schema
 2023-02-07  7:10 UTC  (5+ messages)

[PATCH] amd-xgbe: fix mismatched prototype
 2023-02-07  6:54 UTC  (4+ messages)

[PATCH net-next v4] gve: Introduce a way to disable queue formats
 2023-02-07  6:50 UTC  (2+ messages)

Advice on MFD-style probing of DSA switch SoCs
 2023-02-07  6:49 UTC  (4+ messages)

[PATCH net-next] devlink: Fix memleak in health diagnose callback
 2023-02-07  6:42 UTC  (2+ messages)

[PATCH v2 0/2] dt: bindings: add dt entry for XO calibration support
 2023-02-07  6:40 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH net-next v8 1/1] net: openvswitch: reduce cpu_used_mask memory
 2023-02-07  6:40 UTC  (2+ messages)

[PATCH v2 net-next] net: mscc: ocelot: un-export unused regmap symbols
 2023-02-07  6:40 UTC  (2+ messages)

[PATCH net-next v11 0/8] Add Auxiliary driver support
 2023-02-07  6:40 UTC  (2+ messages)

[PATCH] af_key: Fix heap information leak
 2023-02-07  6:04 UTC  (2+ messages)

[PATCH] ath10k: Remove redundant assignment to changed_flags
 2023-02-07  5:24 UTC 

[PATCH net-next v8 0/7] net/sched: cls_api: Support hardware miss to tc action
 2023-02-07  5:20 UTC  (6+ messages)

[PATCH v4 0/2] Introduce ICSSG based ethernet Driver
 2023-02-07  5:07 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings
    ` [EXTERNAL] "

[PATCH net-next v1 1/1] net: openvswitch: remove unnecessary vlan init in key_extract
 2023-02-07  4:31 UTC 

[PATCH/RFC net-next 0/2] devlink: expose port function commands to assign VFs to multiple devlink
 2023-02-07  2:42 UTC  (3+ messages)
` [PATCH/RFC net-next 1/2] devlink: expose port function commands to assign VFs to multiple netdevs

[PATCH net,v3] net: mana: Fix accessing freed irq affinity_hint
 2023-02-07  2:33 UTC  (2+ messages)

[PATCH net] txhash: fix sk->sk_txrehash default
 2023-02-07  2:08 UTC 

ethtool's eeprom_parse fails to determine plug type due to short read
 2023-02-07  1:45 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).