netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-23 02:45:30 to 2023-11-23 14:07:49 UTC [more...]

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-23 14:07 UTC  (15+ messages)

[PATCH net-next RFC v5 0/4] net/sched: Introduce tc block ports tracking and use
 2023-11-23 14:04 UTC  (7+ messages)
` [PATCH net-next RFC v5 1/4] net/sched: act_mirred: Separate mirror and redirect into two distinct functions
` [PATCH net-next RFC v5 4/4] net/sched: act_blockcast: Introduce blockcast tc action

[syzbot] Monthly net report (Nov 2023)
 2023-11-23 14:02 UTC  (2+ messages)

[PATCH nf-next 0/8] netfilter: make nf_flowtable lifetime differ from container struct
 2023-11-23 13:52 UTC  (3+ messages)
` [PATCH nf-next 1/8] netfilter: flowtable: move nf_flowtable out of container structures

[PATCH v1 0/2] net: stmmac: add NPCM dwmac support
 2023-11-23 13:50 UTC  (6+ messages)
` [PATCH v1 2/2] net: stmmac: Add NPCM support

[PATCHv2 net-next 00/10] Doc: update bridge doc
 2023-11-23 13:45 UTC  (11+ messages)
` [PATCHv2 net-next 01/10] net: bridge: add document for IFLA_BR enum
` [PATCHv2 net-next 02/10] net: bridge: add document for IFLA_BRPORT enum
` [PATCHv2 net-next 03/10] net: bridge: add document for bridge sysfs attribute
` [PATCHv2 net-next 04/10] docs: bridge: Add kAPI/uAPI fields
` [PATCHv2 net-next 05/10] docs: bridge: add STP doc
` [PATCHv2 net-next 06/10] docs: bridge: add VLAN doc
` [PATCHv2 net-next 07/10] docs: bridge: add multicast doc
` [PATCHv2 net-next 08/10] docs: bridge: add switchdev doc
` [PATCHv2 net-next 09/10] docs: bridge: add netfilter doc
` [PATCHv2 net-next 10/10] docs: bridge: add other features

[RFC PATCH net-next v2 00/10] Introduce PHY listing and link_topology tracking
 2023-11-23 13:44 UTC  (15+ messages)
` [RFC PATCH net-next v2 01/10] net: phy: Introduce ethernet link topology representation
` [RFC PATCH net-next v2 04/10] net: sfp: Add helper to return the SFP bus name
` [RFC PATCH net-next v2 05/10] net: ethtool: Allow passing a phy index for some commands
` [RFC PATCH net-next v2 06/10] net: ethtool: Introduce a command to list PHYs on an interface

[Intel-wired-lan] [PATCH v2 iwl-next] iavf: use iavf_schedule_aq_request() helper
 2023-11-23 13:42 UTC  (2+ messages)

[PATCH net-next 0/7] net/smc: implement SMCv2.1 virtual ISM device support
 2023-11-23 13:39 UTC  (6+ messages)
` [PATCH net-next 5/7] net/smc: compatible with 128-bits extend GID of virtual ISM device

[PATCH net-next v6 0/7] Support symmetric-xor RSS hash
 2023-11-23 13:33 UTC  (4+ messages)
` [PATCH net-next v6 2/7] net: ethtool: add support for "

[PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-23 13:31 UTC  (4+ messages)

[PATCH] net: fec: fix probing of fec1 when fec0 is not probed yet
 2023-11-23 13:27 UTC 

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-23 13:18 UTC  (7+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v2] net/mlx5e: Fix a race in command alloc flow
 2023-11-23 12:45 UTC  (3+ messages)

[PATCH net 0/3] amd-xgbe: fixes to handle corner-cases
 2023-11-23 13:00 UTC  (2+ messages)

[PATCH net-next v3] netlink: specs: devlink: add some(not all) missing attributes in devlink.yaml
 2023-11-23 12:59 UTC  (4+ messages)

[net-next PATCH v2] net: phy: correctly check soft_reset ret ONLY if defined for PHY
 2023-11-23 12:50 UTC  (2+ messages)

[PATCH net] net: veth: fix ethtool stats reporting
 2023-11-23 12:50 UTC  (2+ messages)

[net PATCH 0/5] octeontx2-af: miscellaneous fixes
 2023-11-23 12:47 UTC  (14+ messages)
` [net PATCH 1/5] octeontx2-af: Adjust Tx credits when MCS external bypass is disabled
    ` [EXT] "
` [net PATCH 2/5] octeontx2-af: Fix mcs sa cam entries size
` [net PATCH 3/5] octeontx2-af: Fix mcs stats register address
` [net PATCH 4/5] octeontx2-af: Add missing mcs flr handler call
` [net PATCH 5/5] octeontx2-af: Update Tx link register range
    ` [EXT] "

[PATCH net-next v12 00/13] Add Realtek automotive PCIe driver
 2023-11-23 12:43 UTC  (14+ messages)
` [PATCH net-next v12 01/13] rtase: Add pci table supported in this module
` [PATCH net-next v12 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v12 03/13] rtase: Implement the rtase_down function
` [PATCH net-next v12 04/13] rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v12 05/13] rtase: Implement hardware configuration function
` [PATCH net-next v12 06/13] rtase: Implement .ndo_start_xmit function
` [PATCH net-next v12 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v12 08/13] rtase: Implement net_device_ops
` [PATCH net-next v12 09/13] rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v12 10/13] rtase: Implement ethtool function
` [PATCH net-next v12 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v12 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v12 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
 2023-11-23 12:37 UTC 

[PATCH net-next v3 0/3] Ethernet DWMAC5 fault IRQ support
 2023-11-23 12:36 UTC  (14+ messages)
` [PATCH net-next v3 1/3] dt-bindings: net: qcom,ethqos: add binding doc for fault IRQ for sa8775p
` [PATCH net-next v3 2/3] arm64: dts: qcom: sa8775p: enable Fault IRQ
` [PATCH net-next v3 3/3] net: stmmac: Add driver support for DWMAC5 fault IRQ Support

[RFC PATCH] net/tipc: reduce tipc_node lock holding time in tipc_rcv
 2023-11-23 12:34 UTC  (5+ messages)

[PATCH RFC net-next v4 0/2] selftests/dpll: DPLL subsystem integration tests
 2023-11-23 12:24 UTC  (4+ messages)
` [PATCH RFC net-next v4 1/2] netdevsim: implement DPLL for subsystem selftests
` [PATCH RFC net-next v4 2/2] selftests/dpll: add DPLL system integration selftests

[PATCH v2] dt-bindings: net: renesas,ethertsn: Add Ethernet TSN
 2023-11-23 12:20 UTC  (2+ messages)

[PATCH RFC WIP 0/2] net: stmmac: dwmac-rk: add support for PHY wake on LAN
 2023-11-23 12:14 UTC  (3+ messages)
` [PATCH RFC WIP 1/2] dt-bindings: net: rockchip-dwmac: add rockchip,phy-wol property
` [PATCH RFC WIP 2/2] net: stmmac: dwmac-rk: add support for PHY wake on LAN

[PATCH net-next] mlxsw: pci: Fix missing error checking
 2023-11-23 12:01 UTC 

[PATCH v5 0/6] add qca8084 ethernet phy driver
 2023-11-23 12:01 UTC  (11+ messages)
` [PATCH v5 3/6] net: phy: at803x: add QCA8084 ethernet phy support

[net PATCH v2] octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx queue than its PF
 2023-11-23 12:00 UTC  (3+ messages)

[PATCH v4 0/3] net/ethernet/intel: PCI cleanups
 2023-11-23 11:58 UTC  (7+ messages)
` [PATCH v4 1/3] igb: Use FIELD_GET() to extract Link Width
` [PATCH v4 2/3] e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code
` [PATCH v4 3/3] e1000e: Use pcie_capability_read_word() for reading LNKSTA

[PATCH net-next v6 0/3] Fine-Tune Flow Control and Speed Configurations in Microchip KSZ8xxx DSA Driver
 2023-11-23 11:55 UTC  (6+ messages)
` [PATCH net-next v6 1/3] net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port configurable
` [PATCH net-next v6 2/3] net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYs
` [PATCH net-next v6 3/3] net: dsa: microchip: make phylink_mac_link_up() not optional

[PATCH 0/4 net] qca_spi: collection of major fixes
 2023-11-23 11:51 UTC  (7+ messages)
` [PATCH 1/4 net] qca_spi: Fix SPI thread creation
` [PATCH 2/4 net] qca_spi: Fix SPI IRQ handling
` [PATCH 3/4 net] qca_spi: Fix ethtool -G iface tx behavior

[PATCH V5 0/4] Add support for Qualcomm ECPRI clock controller
 2023-11-23 11:47 UTC  (6+ messages)
` [PATCH V5 1/4] dt-bindings: clock: qcom: Add ECPRICC clocks for QDU1000 and QRU1000
` [PATCH V5 2/4] clk: qcom: branch: Add mem ops support for branch2 clocks
` [PATCH V5 3/4] clk: qcom: Add ECPRICC driver support for QDU1000 and QRU1000
` [PATCH V5 4/4] arm64: dts: qcom: qdu1000: Add ECPRI clock controller

ethtool module info only reports hex info
 2023-11-23 11:29 UTC  (2+ messages)

[PATCH v4] dt-bindings: leds: add 'internet' and 'signal' function definitions
 2023-11-23 11:25 UTC 

[net-next RFC PATCH 00/14] net: phy: Support DT PHY package
 2023-11-23 11:20 UTC  (16+ messages)
` [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes
` [net-next RFC PATCH 11/14] dt-bindings: net: add QCA807x PHY defines
` [net-next RFC PATCH 12/14] dt-bindings: net: Document Qcom QCA807x PHY package
` [net-next RFC PATCH 13/14] net: phy: add Qualcom QCA807x driver

[PATCH] net: make config lines follow common pattern
 2023-11-23 11:12 UTC 

[net-next v3 0/5] net: ethernet: renesas: rcar_gen4_ptp: Add V4H support
 2023-11-23 11:10 UTC  (2+ messages)

[PATCH 0/9] add MDIO changes on ipq5332 platform
 2023-11-23 11:02 UTC  (6+ messages)
` [PATCH 2/9] net: mdio: ipq4019: Enable the clocks for "

[PATCH] net: stmmac: fix FPE events losing
 2023-11-23 10:58 UTC  (10+ messages)

[PATCH net-next v1 1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function
 2023-11-23 10:54 UTC  (5+ messages)
` [PATCH net-next v1 2/3] net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr
` [PATCH net-next v1 3/3] net: dsa: microchip: Fix PHY loopback configuration for KSZ8794 and KSZ8873

[net-next PATCH v3 0/2] octeontx2: Multicast/mirror offload changes
 2023-11-23 10:35 UTC  (7+ messages)
` [net-next PATCH v3 1/2] octeontx2-af: Add new mbox to support multicast/mirror offload
` [net-next PATCH v3 2/2] octeontx2-pf: TC flower offload support for mirror

[PATCH net v1] net: stmmac: xgmac: Disable FPE MMC interrupts
 2023-11-23 10:34 UTC  (4+ messages)

[patch net-next v3 0/9] devlink: introduce notifications filtering
 2023-11-23 10:32 UTC  (11+ messages)
` [patch net-next v3 5/9] genetlink: implement release callback and free sk_user_data there

[PATCH net 0/3] dpaa2-eth: various fixes
 2023-11-23 10:32 UTC  (3+ messages)

[PATCH v2] net: can: Use device_get_match_data()
 2023-11-23 10:15 UTC  (2+ messages)

[PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-11-23  9:56 UTC  (2+ messages)

[PATCH net-next] r8169: remove not needed check in rtl_fw_write_firmware
 2023-11-23  9:53 UTC 

[PATCH net-next] net: enetc: add ethtool::get_channels support
 2023-11-23  9:40 UTC  (4+ messages)

[PATCH net,v3] ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
 2023-11-23  9:37 UTC  (3+ messages)

[PATCH RFC] net: dsa: mv88e6xxx: Support LED control
 2023-11-23  9:37 UTC 

[PATCH net-next 0/5] Implement more ethtool_ops for Wangxun
 2023-11-23  9:25 UTC  (7+ messages)
` [PATCH net-next 1/5] net: wangxun: add flow control support
` [PATCH net-next 2/5] net: wangxun: add ethtool_ops for ring parameters

[PATCH net v2] calipso: Fix memory leak in netlbl_calipso_add_pass()
 2023-11-23  9:25 UTC 

[PATCH 0/2] usb: fix port mapping for ZTE MF290 modem
 2023-11-23  9:20 UTC  (6+ messages)

[PATCH v3 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
 2023-11-23  8:52 UTC  (2+ messages)

[PATCH net-next 0/5] net: ipa: add IPA v5.5 support
 2023-11-23  8:52 UTC  (3+ messages)
` [PATCH net-next 1/5] dt-bindings: net: qcom,ipa: add SM8550 compatible

[PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2023-11-23  8:48 UTC  (3+ messages)
` [PATCH 08/13] net: ravb: Rely on PM domain to enable refclk

[PATCH net-next v4 0/4] virtio-net: support dynamic coalescing moderation
 2023-11-23  8:34 UTC  (6+ messages)
` [PATCH net-next v4 4/4] virtio-net: support rx netdim

[syzbot] [mptcp?] KMSAN: uninit-value in mptcp_incoming_options
 2023-11-23  8:00 UTC  (3+ messages)

[PATCH net] calipso: Fix memory leak in netlbl_calipso_add_pass()
 2023-11-23  7:55 UTC  (3+ messages)

[PATCH v2 0/9] Add NSS clock controller support for Qualcomm IPQ5332
 2023-11-23  7:14 UTC  (7+ messages)
` [PATCH v2 7/9] clk: qcom: add NSS clock Controller driver "
` [PATCH v2 8/9] arm64: dts: qcom: ipq5332: add support for the NSSCC

[PATCH net-next v2] netlink: specs: devlink: add missing attributes in devlink.yaml and re-generate the related code
 2023-11-23  6:44 UTC  (2+ messages)

[PATCH v1] ptp: add PTP_MULTI_CLOCK_GET ioctl
 2023-11-23  6:21 UTC  (3+ messages)

[PATCH V4 0/4] Add support for Qualcomm ECPRI clock controller
 2023-11-23  6:20 UTC  (4+ messages)
` [PATCH V4 2/4] clk: qcom: branch: Add mem ops support for branch2 clocks

[PATCH net-next v2 1/3] page_pool: Rename pp_frag_count to pp_ref_count
 2023-11-23  6:18 UTC  (2+ messages)

[question] smc: how to enable SMC_LO feature
 2023-11-23  6:15 UTC  (2+ messages)

[pull request][net 00/15] mlx5 fixes 2023-11-21
 2023-11-23  6:12 UTC  (8+ messages)
` [net 09/15] net/mlx5e: Forbid devlink reload if IPSec rules are offloaded

[PATCH net-next v8 0/4] Rust abstractions for network PHY drivers
 2023-11-23  5:04 UTC  (5+ messages)
` [PATCH net-next v8 1/4] rust: core "
` [PATCH net-next v8 2/4] rust: net::phy add module_phy_driver macro
` [PATCH net-next v8 3/4] MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY
` [PATCH net-next v8 4/4] net: phy: add Rust Asix PHY driver

linux-next: build warning after merge of the net-next tree
 2023-11-23  4:04 UTC  (2+ messages)

[PATCH net-next v11 00/13] Add Realtek automotive PCIe driver
 2023-11-23  3:48 UTC  (7+ messages)
` [PATCH net-next v11 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function
` [PATCH net-next v11 10/13] net:ethernet:realtek:rtase: Implement ethtool function

[PATCH iwl-next v4 0/5] iavf: Add devlink and devlink rate support
 2023-11-23  3:22 UTC  (10+ messages)
      ` [PATCH iwl-next v4 0/5] iavf: Add devlink and devlink rate support'
              ` [Intel-wired-lan] "

[PATCH net-next] tools: ynl-gen: use enum name from the spec
 2023-11-23  3:10 UTC 

[Patch v1 0/4]
 2023-11-23  3:10 UTC  (5+ messages)
` [Patch v1 1/4] RDMA/mana_ib: register RDMA device with GDMA
` [Patch v1 2/4] RDMA/mana_ib: create and process EQ events
` [Patch v1 3/4] RDMA/mana_ib: create RDMA adapter handle
` [Patch v1 4/4] RDMA/mana_ib: query device capabilities

[PATCH net-next] tools: ynl-get: use family c-name
 2023-11-23  3:08 UTC 

[PATCH net] tools: ynl: fix header path for nfsd
 2023-11-23  3:06 UTC 

[PATCH net] tools: ynl: fix duplicate op name in devlink
 2023-11-23  3:05 UTC 


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