netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-27 09:43:28 to 2023-03-27 21:40:56 UTC [more...]

Move MT7530 phy muxing from DSA to PHY driver
 2023-03-27 21:40 UTC  (9+ messages)

[RFC PATCH net-next 2/2] net: dsa: mt7530: introduce MMIO driver for MT7988 SoC
 2023-03-27 21:35 UTC 

[RFC PATCH net-next 1/2] net: dsa: mt7530: split-off MDIO driver
 2023-03-27 21:35 UTC 

[RFC PATCH net-next 0/2] net: dsa: add support for MT7988
 2023-03-27 21:35 UTC 

[PATCH net] net: ipa: compute DMA pool size properly
 2023-03-27 21:16 UTC  (2+ messages)

[PATCH v5 0/5] Introduce PRU platform consumer API
 2023-03-27 21:04 UTC  (9+ messages)
` [PATCH v5 1/5] soc: ti: pruss: Add pruss_get()/put() API
` [PATCH v5 2/5] soc: ti: pruss: Add pruss_{request,release}_mem_region() API
` [PATCH v5 3/5] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [PATCH v5 5/5] soc: ti: pruss: Add helper functions to get/set PRUSS_CFG_GPMUX

[PATCH net-next v2 0/8] Make SmartEEE support controllable
 2023-03-27 20:45 UTC  (11+ messages)
` [PATCH net-next v2 1/8] net: phy: Add driver-specific get/set_eee support for non-standard PHYs
` [PATCH net-next v2 2/8] net: phy: add is_smart_eee_phy variable for SmartEEE support
` [PATCH net-next v2 3/8] net: phy: Add mac_supports_eee variable for EEE support and LPI handling
` [PATCH net-next v2 4/8] ethtool: eee: Rework get/set handler for SmartEEE-capable PHYs with non-EEE MACs
` [PATCH net-next v2 5/8] net: phy: at803x: Indicate SmartEEE support for AR8035 and AR8031 PHYs
` [PATCH net-next v2 6/8] net: phy: at803x: Make SmartEEE support optional and configurable via ethtool
` [PATCH net-next v2 7/8] net: phy: at803x: Fix SmartEEE support for some link configurations
` [PATCH net-next v2 8/8] net: fec: Indicate EEE (LPI) support for some FEC Ethernet controllers

[PATCH v9 0/5] can: bxcan: add support for ST bxCAN controller
 2023-03-27 20:16 UTC  (3+ messages)
` [PATCH v9 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [PATCH v9 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH v6 vfio 0/7] pds_vfio driver
 2023-03-27 20:05 UTC  (8+ messages)
` [PATCH v6 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v6 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v6 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v6 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v6 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v6 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v6 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH v8 1/4] Bluetooth: Add support for hci devcoredump
 2023-03-27 19:48 UTC  (3+ messages)

Invalid wait context in qman_update_cgr()
 2023-03-27 19:33 UTC  (6+ messages)

[PATCH net-next] docs: netdev: clarify the need to sending reverts as patches
 2023-03-27 19:19 UTC  (3+ messages)

[PATCH 0/7] net: dsa: mt7530: fix port 5 phylink, phy muxing, and port 6
 2023-03-27 19:12 UTC  (7+ messages)
` [PATCH net 2/7] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [PATCH net 3/7] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [PATCH net 4/7] net: dsa: mt7530: set both CPU port interfaces to PHY_INTERFACE_MODE_NA

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-03-27 19:11 UTC  (4+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap
` [PATCH net-next v4 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v4 3/3] selftests/bpf: add a test case for vsock sockmap

[PATCH mfd v2 1/3] mfd: rsmu: support 32-bit address space
 2023-03-27 18:39 UTC 

[PATCH mfd v2 2/3] ptp: clockmatrix: fix wrong parameter passing order for idtcm_read/write
 2023-03-27 18:39 UTC  (2+ messages)
` [PATCH mfd v2 3/3] ptp: clockmatrix: support 32-bit address space

[PATCH net v2] net: dpaa2-mac: Get serdes only for backplane links
 2023-03-27 18:25 UTC  (7+ messages)

[PATCH bpf v2 00/11] bpf sockmap fixes
 2023-03-27 18:17 UTC  (14+ messages)
` [PATCH bpf v2 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v2 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v2 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v2 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v2 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v2 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v2 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v2 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v2 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v2 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v2 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v2 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH net-next v2] Revert "sh_eth: remove open coded netif_running()"
 2023-03-27 18:06 UTC  (2+ messages)

[RFC/RFT 00/23] net: ethernet: Rework EEE
 2023-03-27 18:02 UTC  (29+ messages)
` [RFC/RFT 01/23] net: phy: Add phydev->eee_active to simplify adjust link callbacks
` [RFC/RFT 02/23] net: phylink: Plumb eee_active in mac_link_up call
` [RFC/RFT 03/23] net: phy: Add helper to set EEE Clock stop enable bit
` [RFC/RFT 04/23] net: phy: Keep track of EEE tx_lpi_enabled
` [RFC/RFT 05/23] net: phy: Immediately call adjust_link if only tx_lpi_enabled changes
` [RFC/RFT 06/23] net: marvell: mvneta: Simplify EEE configuration
` [RFC/RFT 07/23] net: stmmac: Drop usage of phy_init_eee()
` [RFC/RFT 08/23] net: stmmac: Simplify ethtool get eee
` [RFC/RFT 09/23] net: lan743x: Fixup EEE
` [RFC/RFT 10/23] net: fec: Move fec_enet_eee_mode_set() and helper earlier
` [RFC/RFT 11/23] net: FEC: Fixup EEE
` [RFC/RFT 12/23] net: genet: "
` [RFC/RFT 13/23] net: sxgdb: "
` [RFC/RFT 14/23] net: dsa: mt7530: Swap to using phydev->eee_active
` [RFC/RFT 15/23] net: dsa: b53: "
` [RFC/RFT 16/23] net: phylink: Remove unused phylink_init_eee()
` [RFC/RFT 17/23] net: phy: remove unused phy_init_eee()
` [RFC/RFT 18/23] net: usb: lan78xx: Fixup EEE
` [RFC/RFT 19/23] net: phy: Add phy_support_eee() indicating MAC support EEE
` [RFC/RFT 20/23] net: phylink: Add MAC_EEE to mac_capabilites
` [RFC/RFT 21/23] net: phylink: Extend mac_capabilities in MAC drivers which support EEE
` [RFC/RFT 22/23] net: phylib: call phy_support_eee() "
` [RFC/RFT 23/23] net: phy: Disable EEE advertisement by default

[PATCH net-next v3 0/3] Macb PTP minor updates
 2023-03-27 17:51 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net: macb: Update gem PTP support check
` [PATCH net-next v3 2/3] net: macb: Enable PTP unicast
` [PATCH net-next v3 3/3] net: macb: Optimize reading HW timestamp

[PATCH mfd-n 1/2] ptp: clockmatrix: support 32-bit address space
 2023-03-27 17:37 UTC  (4+ messages)

[PATCH v6 net-next 0/7] Add tx push buf len param to ethtool
 2023-03-27 17:33 UTC  (11+ messages)
` [PATCH v6 net-next 1/7] netlink: Add a macro to set policy message with format string

[PATCH net] net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G links
 2023-03-27 17:28 UTC  (8+ messages)
` Aw: "
    ` Aw: "
        ` Aw: "
            ` Aw: "

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-27 17:18 UTC  (3+ messages)
` [PATCH v4 5/9] vringh: support VA with iotlb

[PATCH v2 05/14] net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-27 17:14 UTC  (6+ messages)
` [PATCH v2 06/14] net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()

Network RX per process per interface statistics
 2023-03-27 17:09 UTC  (4+ messages)

[PATCH net-next 0/4] Support MACsec VLAN
 2023-03-27 16:43 UTC  (3+ messages)
` [PATCH net-next 1/4] vlan: Add MACsec offload operations for VLAN interface

[Patch net-next v3] sock_map: dump socket map id via diag
 2023-03-27 16:33 UTC  (4+ messages)

[PATCH 0/2] xen/netback: fix issue introduced recently
 2023-03-27 16:22 UTC  (6+ messages)
` [PATCH 1/2] xen/netback: don't do grant copy across page boundary

[PATCH v5 vfio 0/7] pds_vfio driver
 2023-03-27 16:19 UTC  (6+ messages)
` [PATCH v5 vfio 3/7] vfio/pds: register with the pds_core PF

[PATCH iproute2-next 1/2] ip: Support IP address protocol
 2023-03-27 16:12 UTC  (2+ messages)
` [PATCH iproute2-next 2/2] man: man8: Add man page coverage for "ip address add ... proto"

[PATCH iproute2-next 0/2] ip: Support IP address protocol
 2023-03-27 16:12 UTC 

[PATCH] driver core: class: mark the struct class for sysfs callbacks as constant
 2023-03-27 16:05 UTC  (2+ messages)

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-03-27 16:00 UTC  (5+ messages)
` [PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers

[PATCH v3 2/3] net: mvpp2: parser fix QinQ
 2023-03-27 15:48 UTC  (2+ messages)

[PATCH v3 1/3] net: mvpp2: classifier flow fix fragmentation flags
 2023-03-27 15:47 UTC  (2+ messages)

[PATCH RFC net-next 0/7] Another attempt at moving mv88e6xxx forward
 2023-03-27 15:45 UTC  (9+ messages)
` [PATCH RFC net-next 6/7] net: dsa: mv88e6xxx: provide software node for default settings

[PATCH v6] net/packet: support mergeable feature of virtio
 2023-03-27 15:36 UTC 

[RFC] net: dsa: mv88e6xxx disable IGMP snooping on cpu port
 2023-03-27 15:26 UTC  (3+ messages)

[PATCH] brcmsmac: ampdu: remove unused suc_mpdu variable
 2023-03-27 15:11 UTC 

[PATCH V3] can: usb: f81604: add Fintek F81604 support
 2023-03-27 15:09 UTC  (3+ messages)

[lvc-project] [PATCH] netfilter: nfnetlink: NULL-check skb->dev in __build_packet_message()
 2023-03-27 15:09 UTC  (3+ messages)

[PATCH net-next v5 0/7] ynl: add support for user headers and struct attrs
 2023-03-27 14:39 UTC  (6+ messages)
` [PATCH net-next v5 6/7] docs: netlink: document struct support for genetlink-legacy
` [PATCH net-next v5 7/7] docs: netlink: document the sub-type attribute property

traceability of wifi packet drops
 2023-03-27 14:31 UTC  (2+ messages)

[PATCH net-next v3 0/6] sfc: support TC decap rules
 2023-03-27 14:28 UTC  (10+ messages)
` [PATCH net-next v3 1/6] sfc: document TC-to-EF100-MAE action translation concepts
` [PATCH net-next v3 2/6] sfc: add notion of match on enc keys to MAE machinery
` [PATCH net-next v3 3/6] sfc: handle enc keys in efx_tc_flower_parse_match()
` [PATCH net-next v3 4/6] sfc: add functions to insert encap matches into the MAE
` [PATCH net-next v3 5/6] sfc: add code to register and unregister encap matches
` [PATCH net-next v3 6/6] sfc: add offloading of 'foreign' TC (decap) rules

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-03-27 14:10 UTC  (17+ messages)
` [net-next PATCH v6 01/16] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v6 02/16] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v6 03/16] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v6 04/16] leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled
` [net-next PATCH v6 05/16] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v6 06/16] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v6 07/16] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v6 08/16] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v6 09/16] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v6 10/16] dt-bindings: leds: Document support for generic ethernet LEDs
` [net-next PATCH v6 11/16] dt-bindings: net: ethernet-controller: Document support for LEDs node
` [net-next PATCH v6 12/16] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v6 13/16] ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes
` [net-next PATCH v6 14/16] ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each port
` [net-next PATCH v6 15/16] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH net-next v2 0/4] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
 2023-03-27 14:05 UTC  (5+ messages)
` [PATCH net-next v2 2/4] selftests: tc-testing: extend the "skip" property

[PATCH v4 net-next] net: hns3: support wake on lan configuration and query
 2023-03-27 13:55 UTC 

[GIT PULL] vdpa: bugfix
 2023-03-27 13:32 UTC  (3+ messages)

[PATCH net 0/2] pull-request: can 2023-03-27
 2023-03-27 12:48 UTC  (3+ messages)
` [PATCH net 1/2] can: j1939: prevent deadlock by moving j1939_sk_errqueue()
` [PATCH net 2/2] can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write

[PATCH 0/5] usermode_driver: Add management library and API
 2023-03-27 11:27 UTC  (7+ messages)

[PATCH net-next 0/3] Add SCM_PIDFD and SO_PEERPIDFD
 2023-03-27 11:18 UTC  (3+ messages)

[PATCH v2] net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
 2023-03-27 11:07 UTC  (4+ messages)

[syzbot] Monthly net report
 2023-03-27 11:04 UTC 

[PATCH v5 net-next 0/4] sfc: support unicast PTP
 2023-03-27 10:57 UTC  (5+ messages)
` [PATCH v5 net-next 1/4] sfc: store PTP filters in a list
` [PATCH v5 net-next 2/4] sfc: allow insertion of filters for unicast PTP
` [PATCH v5 net-next 3/4] sfc: support "
` [PATCH v5 net-next 4/4] sfc: remove expired unicast PTP filters

[PATCH net v2] ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
 2023-03-27 10:59 UTC  (2+ messages)
` [Intel-wired-lan] "

What is the best way to provide FDB related metrics to user space?
 2023-03-27 10:51 UTC  (3+ messages)

[PATCH 0/8] sched/topology: add for_each_numa_cpu() macro
 2023-03-27 10:28 UTC  (5+ messages)
` [PATCH 1/8] lib/find: add find_next_and_andnot_bit()
` [PATCH 2/8] sched/topology: introduce sched_numa_find_next_cpu()

[PATCH net-next v2 0/4] mptcp: a couple of cleanups and improvements
 2023-03-27 10:22 UTC  (5+ messages)
` [PATCH net-next v2 1/4] mptcp: avoid unneeded address copy
` [PATCH net-next v2 2/4] mptcp: simplify subflow_syn_recv_sock()
` [PATCH net-next v2 3/4] mptcp: do not fill info not used by the PM in used
` [PATCH net-next v2 4/4] selftests: mptcp: add mptcp_info tests

[PATCH v8 net-next 0/7] Add tx push buf len param to ethtool
 2023-03-27  9:54 UTC  (3+ messages)
` [PATCH v8 net-next 3/7] net: ena: Make few cosmetic preparations to support large LLQ

[PATCH net-next 0/6] mlxsw: Add support for new reset flow
 2023-03-27  9:53 UTC  (5+ messages)
` [PATCH net-next 2/6] mlxsw: reg: Add Management Capabilities Mask Register


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).