netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 08:00:24 to 2021-10-07 18:27:15 UTC [more...]

[net-next PATCH 00/13] Multiple improvement for qca8337 switch
 2021-10-07 18:26 UTC  (27+ messages)
` [net-next PATCH 06/13] Documentation: devicetree: net: dsa: qca8k: document rgmii_1_8v bindings
` [net-next PATCH 07/13] net: dsa: qca8k: add support for mac6_exchange, sgmii falling edge
` [net-next PATCH 09/13] net: dsa: qca8k: check rgmii also on port 6 if exchanged
` [net-next PATCH 10/13] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH 11/13] devicetree: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH 12/13] drivers: net: dsa: qca8k: add support for pws config reg

[PATCH net-next v2 0/3] net: add a helpers for loading netdev->dev_addr from platform
 2021-10-07 18:18 UTC  (4+ messages)
` [PATCH net-next v2 1/3] ethernet: un-export nvmem_get_mac_address()
` [PATCH net-next v2 2/3] eth: platform: add a helper for loading netdev->dev_addr
` [PATCH net-next v2 3/3] ethernet: use platform_get_ethdev_address()

[PATCH net-next v2 0/2] net: enetc: add support for software TSO
 2021-10-07 18:14 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: enetc: declare NETIF_F_HW_CSUM and do it in software
` [PATCH net-next v2 2/2] net: enetc: add support for software TSO

[PATCH v2 1/2] vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt
 2021-10-07 17:14 UTC  (6+ messages)
` [PATCH v2 2/2] vsock: Enable y2038 safe timeval for timeout

[PATCH net-next v4] net: ipvs: add sysctl_run_estimation to support disable estimation
 2021-10-07 17:53 UTC  (4+ messages)

[PATCH 0/4] mqprio fixup and simplify code
 2021-10-07 17:50 UTC  (5+ messages)
` [PATCH net 1/4] mqprio: Correct stats in mqprio_dump_class_stats()
` [PATCH net-next 2/4] gen_stats: Add instead Set the value in __gnet_stats_copy_basic()
` [PATCH net-next 3/4] gen_stats: Add instead Set the value in __gnet_stats_copy_queue()
` [PATCH net-next 4/4] mq, mqprio: Simplify stats copy

[PATCH net-next v2] net: phy: micrel: ksz9131 led errata workaround
 2021-10-07 17:50 UTC  (3+ messages)

[PATCH] sfc: Remove redundant assignment of variable rc
 2021-10-07 17:50 UTC 

[PATCH] nfc: nci: fix the UAF of rf_conn_info object
 2021-10-07 17:44 UTC 

[GIT PULL] Networking for 5.15-rc5
 2021-10-07 17:15 UTC  (2+ messages)

lets settle the LED `function` property regarding the netdev trigger
 2021-10-07 17:13 UTC  (12+ messages)

[RFC net-next PATCH 00/16] Add support for Xilinx PCS
 2021-10-07 17:04 UTC  (17+ messages)
` [RFC net-next PATCH 05/16] net: phylink: Automatically attach PCS devices
` [RFC net-next PATCH 08/16] net: macb: Clean up macb_validate
` [RFC net-next PATCH 10/16] net: macb: Move PCS settings to PCS callbacks

[PATCH v3 net 0/4] DSA bridge TX forwarding offload fixes - part 1
 2021-10-07 16:47 UTC  (5+ messages)
` [PATCH v3 net 1/4] net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
` [PATCH v3 net 2/4] net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0
` [PATCH v3 net 3/4] net: dsa: mv88e6xxx: keep the pvid at 0 when VLAN-unaware
` [PATCH v3 net 4/4] net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports

DPAA2 triggers, [PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-10-07 16:40 UTC  (8+ messages)

[PATCH] rtlwifi: rtl8192ee: Remove redundant initialization of variable version
 2021-10-07 16:37 UTC 

[PATCH net-next 1/7] gve: Switch to use napi_complete_done
 2021-10-07 16:25 UTC  (7+ messages)
` [PATCH net-next 2/7] gve: Add rx buffer pagecnt bias
` [PATCH net-next 3/7] gve: Do lazy cleanup in TX path
` [PATCH net-next 4/7] gve: Recover from queue stall due to missed IRQ
` [PATCH net-next 5/7] gve: Add netif_set_xps_queue call
` [PATCH net-next 6/7] gve: Allow pageflips on larger pages
` [PATCH net-next 7/7] gve: Track RX buffer allocation failures

[PATCH net-next 0/3] net: introduce a function to check if a netdev name is in use
 2021-10-07 16:16 UTC  (4+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] bonding: use the correct function to check for netdev name collision
` [PATCH net-next 3/3] ppp: use the correct function to check if a netdev name is in use

[RFC] [PATCH net-next v6 0/3] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-10-07 16:15 UTC  (4+ messages)
` [RFC] [PATCH net-next v5 1/3] PCI/ASPM: Introduce a new helper to report ASPM capability
` [RFC] [PATCH net-next v6 2/3] r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
` [RFC] [PATCH net-next v6 3/3] r8169: Implement dynamic ASPM mechanism

DSA: some questions regarding TX forwarding offload
 2021-10-07 16:06 UTC  (12+ messages)

[PATCH iproute2 v4 0/5] configure: add support for libdir and prefix option
 2021-10-07 16:02 UTC  (7+ messages)
` [PATCH iproute2 v4 1/5] configure: fix parsing issue on include_dir option
` [PATCH iproute2 v4 2/5] configure: fix parsing issue on libbpf_dir option
` [PATCH iproute2 v4 3/5] configure: support --param=value style
` [PATCH iproute2 v4 4/5] configure: add the --prefix option
` [PATCH iproute2 v4 5/5] configure: add the --libdir option

[PATCH v1 1/3] kernel.h: Don't pollute header with single user macros
 2021-10-07 15:55 UTC  (10+ messages)
` [PATCH v1 3/3] kernel.h: Split out container_of() and typeof_memeber() macros

[PATCH][next] Bluetooth: use bitmap_empty to check if a bitmap has any bits set
 2021-10-07 15:53 UTC  (5+ messages)

[PATCH][v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
 2021-10-07 15:52 UTC 

[PATCH v4 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-10-07 15:12 UTC  (11+ messages)
` [PATCH v4 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v4 net-next 02/10] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v4 net-next 03/10] net: phy: Add support for LAN937x T1 phy driver
` [PATCH v4 net-next 04/10] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v4 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v4 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v4 net-next 07/10] net: dsa: microchip: add support for ethtool port counters
` [PATCH v4 net-next 08/10] net: dsa: microchip: add support for port mirror operations
` [PATCH v4 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v4 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-07 15:10 UTC  (2+ messages)
` [PATCH v2 2/2] qcom_scm: hide Kconfig symbol

[PATCH v2 0/4] kernel.h further split
 2021-10-07 15:07 UTC  (14+ messages)
` [PATCH v2 1/4] kernel.h: Drop unneeded <linux/kernel.h> inclusion from other headers
` [PATCH v2 2/4] kernel.h: Split out container_of() and typeof_member() macros
` [PATCH v2 3/4] lib/rhashtable: Replace kernel.h with the necessary inclusions
` [PATCH v2 4/4] kunit: "

[PATCH net-next] flow_offload: add l4 port range match
 2021-10-07 14:57 UTC  (3+ messages)

[PATCH][next] ath11k: Fix spelling mistake "incompaitiblity" -> "incompatibility"
 2021-10-07 14:52 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-07 14:41 UTC  (2+ messages)

[PATCH bpf-next] bpf, tests: Add more LD_IMM64 tests
 2021-10-07 14:30 UTC 

pull-request: bpf 2021-10-07
 2021-10-07 14:30 UTC  (2+ messages)

[PATCH bpf-next] mips, bpf: Optimize loading of 64-bit constants
 2021-10-07 14:28 UTC 

[PATCH] net: prefer socket bound to interface when not in VRF
 2021-10-07 14:27 UTC  (4+ messages)

[PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file
 2021-10-07 14:23 UTC 

[PATCH net-next 0/3] net: add a helpers for loading netdev->dev_addr from platform
 2021-10-07 14:21 UTC  (10+ messages)
` [PATCH net-next 1/3] ethernet: un-export nvmem_get_mac_address()
` [PATCH net-next 2/3] eth: platform: add a helper for loading netdev->dev_addr
` [PATCH net-next 3/3] ethernet: use platform_get_ethdev_address()

[PATCH net-next] net-sysfs: try not to restart the syscall if it will fail eventually
 2021-10-07 14:16 UTC  (2+ messages)

[PATCH net] net/smc: improved fix wait on already cleared link
 2021-10-07 14:14 UTC 

[PATCH] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
 2021-10-07 14:08 UTC 

[RESEND PATCH v2 0/7] nfc: minor printk cleanup
 2021-10-07 13:30 UTC  (8+ messages)
` [RESEND PATCH v2 1/7] nfc: drop unneeded debug prints
` [RESEND PATCH v2 2/7] nfc: nci: replace GPLv2 boilerplate with SPDX
` [RESEND PATCH v2 3/7] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [RESEND PATCH v2 4/7] nfc: st-nci: drop unneeded debug prints
` [RESEND PATCH v2 5/7] nfc: st21nfca: "
` [RESEND PATCH v2 6/7] nfc: trf7970a: "
` [RESEND PATCH v2 7/7] nfc: microread: "

[PATCH net-next] ptp: add vclock timestamp conversion IOCTL
 2021-10-07 13:31 UTC  (9+ messages)

[PATCH] can: at91_can: fix passive-state AERR flooding
 2021-10-07 13:28 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nf_tables_dump_sets
 2021-10-07 13:26 UTC  (3+ messages)

[PATCH net-next] net: phylib: ensure phy device drivers do not match by DT
 2021-10-07 13:23 UTC 

[PATCH net-next] net: mdio: ensure the type of mdio devices match mdio drivers
 2021-10-07 13:23 UTC 

[PATCH v2 00/15] nfc: minor printk cleanup
 2021-10-07 13:12 UTC  (5+ messages)
` [PATCH v2 12/15] nfc: trf7970a: drop unneeded debug prints

[PATCH rdma-next v3 00/13] Optional counter statistics support
 2021-10-07 13:07 UTC  (3+ messages)
` [PATCH rdma-next v3 09/13] RDMA/nldev: Allow optional-counter status configuration through RDMA netlink

[PATCH net-next] net/sched: sch_ets: properly init all active DRR list handles
 2021-10-07 13:05 UTC 

[PATCH net-next v3 0/9] net: add a helpers for loading netdev->dev_addr from FW
 2021-10-07 13:00 UTC  (6+ messages)
` [PATCH net-next v3 1/9] of: net: move of_net under net/
` [PATCH net-next v3 4/9] device property: move mac addr helpers to eth.c

pull-request: wireless-drivers-next-2021-10-07
 2021-10-07 13:00 UTC  (2+ messages)

[PATCH 0/2] nfc: pn533: Constify ops-structs
 2021-10-07 12:40 UTC  (2+ messages)

pull request (net): ipsec 2021-10-07
 2021-10-07 12:30 UTC  (2+ messages)

[PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-07 12:16 UTC 

ip_list_rcv() question
 2021-10-07 12:14 UTC 

[PATCH net-next 0/2] net: enetc: add support for software TSO
 2021-10-07 12:12 UTC  (10+ messages)
` [PATCH net-next 1/2] net: enetc: declare NETIF_F_IP_CSUM and do it in software
` [PATCH net-next 2/2] net: enetc: add support for software TSO

[EXT] [PATCH][next][RFC] qed: Initialize debug string array
 2021-10-07 12:04 UTC  (2+ messages)
` [PATCH v2][next] "

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-10-06
 2021-10-07 11:50 UTC  (2+ messages)

[PATCH v2 00/13] qed: new firmware version 8.59.1.0 support
 2021-10-07 11:32 UTC  (3+ messages)
` [PATCH v2 06/13] qed: Update qed_hsi.h for fw 8.59.1.0

[PATCH v7 00/24] wfx: get out from the staging area
 2021-10-07 11:22 UTC  (25+ messages)
` [PATCH v7 10/24] wfx: add fwio.c/fwio.h
` [PATCH v7 05/24] wfx: add main.c/main.h
` [PATCH v7 08/24] wfx: add bus_sdio.c

[PATCH bpf-next v1 0/6] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-07 10:24 UTC  (8+ messages)
` [PATCH bpf-next v1 3/6] libbpf: Ensure that module BTF fd is never 0

802.1aq
 2021-10-07  9:37 UTC 

[BUG RESEND] net: stmmac: dwmac-rk: Ethernet broken on rockpro64 by commit 2d26f6e39afb ("net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings")
 2021-10-07  9:30 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: keep track of prog verification stats
 2021-10-07  9:06 UTC  (9+ messages)

[PATCH v8 00/24] wfx: get out from the staging area
 2021-10-07  8:22 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-07  8:09 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: add insn_processed to bpf_prog_info and fdinfo
` [PATCH bpf-next 2/2] selftests/bpf: add verif_stats test


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