netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-30 20:29:23 to 2024-07-31 10:44:09 UTC [more...]

[PATCH net-next v1 0/5] net: stmmac: FPE via ethtool + tc
 2024-07-31 10:43 UTC  (3+ messages)
` [PATCH net-next v1 1/5] net: stmmac: configure FPE via ethtool-mm
` [PATCH net-next v1 2/5] net: stmmac: support fp parameter of tc-mqprio

[PATCH net-next v2 0/5] net: dsa: microchip: ksz8795: add Wake on LAN support
 2024-07-31 10:34 UTC  (6+ messages)
` [PATCH net-next v2 1/5] dt-bindings: net: dsa: microchip: add microchip,pme-active-high flag
` [PATCH net-next v2 2/5] net: dsa: microchip: move KSZ9477 WoL functions to ksz_common
` [PATCH net-next v2 3/5] net: dsa: microchip: generalize KSZ9477 WoL functions at ksz_common
` [PATCH net-next v2 4/5] net: dsa: microchip: add WoL support for KSZ87xx family
` [PATCH net-next v2 5/5] net: dsa: microchip: check erratum workaround through indirect register read

[PATCH net] net/smc: delete buf_desc from buffer list under lock protection
 2024-07-31 10:32 UTC  (2+ messages)

[PATCH v6 0/5] Add AP6275P wireless support
 2024-07-31 10:16 UTC  (8+ messages)
` [PATCH v6 1/5] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
` [PATCH v6 2/5] dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P
` [PATCH v6 3/5] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
` [PATCH v6 4/5] wifi: brcmfmac: Add optional lpo clock enable support
` [PATCH v6 5/5] wifi: brcmfmac: add flag for random seed during firmware download

[PATCH net-next] RDS: IB: Remove unused declarations
 2024-07-31 10:12 UTC  (2+ messages)

[PATCH v2 net-next] rxrpc: Remove unused function declarations
 2024-07-31 10:08 UTC 

[PATCH net 0/2] mptcp: fix duplicate data handling
 2024-07-31 10:10 UTC  (3+ messages)
` [PATCH net 1/2] mptcp: fix bad RCVPRUNED mib accounting
` [PATCH net 2/2] mptcp: fix duplicate data handling

[PATCH] net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.c
 2024-07-31 10:06 UTC  (3+ messages)

[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
 2024-07-31 10:05 UTC  (6+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()

[syzbot] [mptcp?] WARNING in __mptcp_clean_una
 2024-07-31  9:59 UTC  (3+ messages)

[RFC PATCH net-next 00/10] Add support of HIBMCGE Ethernet Driver
 2024-07-31  9:42 UTC  (11+ messages)
` [RFC PATCH net-next 01/10] net: hibmcge: Add pci table supported in this module
` [RFC PATCH net-next 02/10] net: hibmcge: Add read/write registers supported through the bar space
` [RFC PATCH net-next 03/10] net: hibmcge: Add mdio and hardware configuration supported in this module
` [RFC PATCH net-next 04/10] net: hibmcge: Add interrupt "
` [RFC PATCH net-next 05/10] net: hibmcge: Implement some .ndo functions
` [RFC PATCH net-next 06/10] net: hibmcge: Implement .ndo_start_xmit function
` [RFC PATCH net-next 07/10] net: hibmcge: Implement rx_poll function to receive packets
` [RFC PATCH net-next 08/10] net: hibmcge: Implement workqueue and some ethtool_ops functions
` [RFC PATCH net-next 09/10] net: hibmcge: Add a Makefile and update Kconfig for hibmcge
` [RFC PATCH net-next 10/10] net: hibmcge: Add maintainer "

[PATCH can-next v2 00/20] an: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
 2024-07-31  9:37 UTC  (21+ messages)
` [PATCH can-next v2 01/20] dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller
` [PATCH can-next v2 02/20] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next v2 03/20] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next v2 04/20] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next v2 05/20] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next v2 06/20] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next v2 07/20] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next v2 08/20] can: rockchip_canfd: add notes about known issues
` [PATCH can-next v2 09/20] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next v2 10/20] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next v2 11/20] can: rockchip_canfd: add TX PATH
` [PATCH can-next v2 12/20] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next v2 13/20] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next v2 14/20] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next v2 15/20] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next v2 16/20] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next v2 17/20] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next v2 18/20] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next v2 19/20] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next v2 20/20] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING

[PATCH net-next v3 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-31  9:30 UTC  (2+ messages)

[PATCH iwl-next] ice: Implement ethtool reset support
 2024-07-31  9:24 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net v1] net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
 2024-07-31  9:23 UTC  (3+ messages)
` [PATCH net] "

[PATCH ipsec-next v5 00/17] Add IP-TFS mode to xfrm
 2024-07-30 21:29 UTC  (4+ messages)
` [PATCH ipsec-next v5 06/17] xfrm: add mode_cbs module functionality

[PATCH net-next v2 0/4] net: axienet: Fix coding style issues
 2024-07-31  9:16 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: axienet: Replace the occurrences of (1<<x) by BIT(x)
` [PATCH net-next v2 2/4] net: axienet: add missing blank line after declaration
` [PATCH net-next v2 3/4] net: axienet: remove unnecessary ftrace-like logging
` [PATCH net-next v2 4/4] net: axienet: remove unnecessary parentheses

[net-next,v2] net: phy: phy_device: fix PHY WOL enabled, PM failed to suspend
 2024-07-31  9:15 UTC  (2+ messages)
` [net-next,v4] "

[PATCH net-next] ethtool: Don't check for NULL info in prepare_data callbacks
 2024-07-31  9:15 UTC 

[PATCH can-next 00/21] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
 2024-07-31  9:04 UTC  (17+ messages)
` [PATCH can-next 01/21] dt-bindings: can: rockchip_canfd: add binding for rockchip CAN-FD controller
` [PATCH can-next 04/21] can: rockchip_canfd: add driver for Rockchip "
` [PATCH can-next 11/21] can: rockchip_canfd: add functions to check if CAN-FD frames are equal
` [PATCH can-next 12/21] can: rockchip_canfd: add TX PATH
` [PATCH can-next 19/21] can: rockchip_canfd: add hardware timestamping support

[PATCH net-next v1 0/3] fix bnxt_en queue reset when queue is active
 2024-07-31  9:01 UTC  (4+ messages)
` [PATCH net-next v1 1/3] bnxt_en: Add support to call FW to update a VNIC

[PATCH net] r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
 2024-07-31  8:59 UTC  (2+ messages)

[PATCH v12 00/24] GenieZone hypervisor drivers
 2024-07-31  8:57 UTC  (3+ messages)
` [PATCH v12 11/24] virt: geniezone: Add ioeventfd support

net: xilinx: axienet: Query about checksum partial implementation
 2024-07-31  8:54 UTC  (3+ messages)

[PATCH net-next v2] net: mana: Implement get_ringparam/set_ringparam for mana
 2024-07-31  8:49 UTC  (2+ messages)

"netlink error: Invalid argument" with ethtool-5.13+ on recent kernels due to "ethtool: Add netlink handler for getmodule (-m)" - 25b64c66f58d3df0ad7272dda91c3ab06fe7a303, also no SFP-DOM support via netlink?
 2024-07-31  8:48 UTC  (13+ messages)
                ` [PATCH] qsfp: Better handling of Page 03h netlink read failure

[PATCH v2 net-next] net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
 2024-07-31  8:45 UTC  (2+ messages)

[PATCH net v1] net: wan: fsl_qmc_hdlc: Discard received CRC
 2024-07-31  8:44 UTC  (2+ messages)

[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
 2024-07-31  8:42 UTC  (3+ messages)

[PATCH net-next v2 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-07-31  8:38 UTC  (10+ messages)
` [PATCH net-next v2 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v2 2/6] rust: net::phy support probe callback
` [PATCH net-next v2 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v2 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v2 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v2 6/6] net: phy: add Applied Micro QT2025 PHY driver

[PATCH net-next 00/15] l2tp: simplify tunnel and session cleanup
 2024-07-31  8:30 UTC  (2+ messages)

[PATCH v2 ethtool] qsfp: Better handling of Page 03h netlink read failure
 2024-07-31  8:20 UTC  (2+ messages)

[PATCH net-next] tipic: guard against buffer overrun in bearer_name_validate()
 2024-07-31  8:11 UTC 

IPv6 max_addresses?
 2024-07-31  8:08 UTC  (2+ messages)

[PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-31  8:03 UTC  (12+ messages)
` [PATCH net-next v5 13/14] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH v3 00/12] net: introduce TX H/W shaping API
 2024-07-31  7:52 UTC  (14+ messages)
` [PATCH v3 01/12] tools: ynl: lift an assumption about spec file name
` [PATCH v3 02/12] netlink: spec: add shaper YAML spec
` [PATCH v3 03/12] net-shapers: implement NL get operation
` [PATCH v3 04/12] net-shapers: implement NL set and delete operations
` [PATCH v3 05/12] net-shapers: implement NL group operation
` [PATCH v3 06/12] netlink: spec: add shaper introspection support
` [PATCH v3 07/12] net: shaper: implement "
` [PATCH v3 08/12] testing: net-drv: add basic shaper test
` [PATCH v3 09/12] virtchnl: support queue rate limit and quanta size configuration
` [PATCH v3 10/12] ice: Support VF "
` [PATCH v3 11/12] iavf: Add net_shaper_ops support
` [PATCH v3 12/12] iavf: add support to exchange qos capabilities

[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
 2024-07-31  7:40 UTC  (3+ messages)

[PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible
 2024-07-31  7:39 UTC  (3+ messages)
` [PATCH net-next v4 2/2] vsock/virtio: avoid queuing packets when intermediate queue is empty

[PATCH net-next v4 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-07-31  7:34 UTC  (7+ messages)
` [PATCH net-next v4 1/3] vsock: add support for SIOCOUTQ ioctl
` [PATCH net-next v4 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v4 3/3] test/vsock: add ioctl unsent bytes test

[PATCH v3] vdpa: Add support for setting the MAC address and MTU in vDPA tool
 2024-07-31  7:14 UTC 

[PATCH v1 net] sctp: Fix null-ptr-deref in reuseport_add_sock()
 2024-07-31  7:05 UTC  (2+ messages)
`  "

[PATCH net 0/4] Fixes for IPsec over bonding
 2024-07-31  7:08 UTC  (11+ messages)
` [PATCH net 1/4] bonding: implement xfrm state xdo_dev_state_free API
` [PATCH net 2/4] bonding: call xfrm state xdo_dev_state_free after deletion
` [PATCH net 4/4] bonding: change ipsec_lock from spin lock to mutex

[PATCH v4 0/6] Add support for ICSSG PA_STATS
 2024-07-31  5:26 UTC  (4+ messages)
` [DO NOT MERGE][PATCH v4 6/6] arm64: dts: ti: k3-am64: Add ti,pa-stats property

[PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
 2024-07-31  5:05 UTC  (4+ messages)

[PATCH] net: core: use __counted_by for trailing VLA of struct sock_reuseport
 2024-07-31  4:53 UTC  (3+ messages)
  ` [PATCH v2] net: core: annotate socks of struct sock_reuseport with __counted_by

[PATCH v4 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2024-07-31  4:40 UTC  (7+ messages)
  ` [PATCH v4 2/4] "
  ` [PATCH v4 3/4] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC

[Intel-wired-lan] [PATCH iwl-net v1] ice: Fix incorrect assigns of FEC counts
 2024-07-31  4:18 UTC  (2+ messages)

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-31  4:09 UTC  (7+ messages)
` [RFC PATCH v9 05/11] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [RFC PATCH v9 06/11] bpf: net_sched: Add bpf qdisc kfuncs

[PATCH v8 0/3] vdpa: support set mac address from vdpa tool
 2024-07-31  3:21 UTC  (7+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] vdpa_sim_net: Add the support of set mac address
` [PATCH v8 3/3] vdpa/mlx5: "

[PATCH net-next 0/4] net/smc: do some cleanups in smc module
 2024-07-31  3:18 UTC  (3+ messages)
` [PATCH net-next 1/4] net/smc: remove unreferenced header in smc_loopback.h file

[PATCH net] virtio_net: Avoid sending unnecessary vq coalescing commands
 2024-07-31  3:13 UTC  (4+ messages)

[PATCH V4 net-next 0/3] virtio-net: synchronize op/admin state
 2024-07-31  2:59 UTC  (4+ messages)
` [PATCH V4 net-next 1/3] virtio: rename virtio_config_enabled to virtio_config_core_enabled
` [PATCH V4 net-next 2/3] virtio: allow driver to disable the configure change notification
` [PATCH V4 net-next 3/3] virtio-net: synchronize operstate with admin state on up/down

[PATCH net v2] net-sysfs: check device is present when showing duplex
 2024-07-31  2:58 UTC  (2+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (3+ messages)

[PATCH net v2] net/tcp: Disable TCP-AO static key after RCU grace period
 2024-07-31  2:01 UTC  (3+ messages)

[PATCH net-next] net: wangxun: use net_prefetch to simplify logic
 2024-07-31  2:00 UTC  (2+ messages)

[PATCH net-next] net/tcp: Expand goo.gl link
 2024-07-31  2:00 UTC  (2+ messages)

[PATCH net v2] net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115c
 2024-07-31  2:00 UTC  (2+ messages)

[PATCH net v2 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-07-31  2:00 UTC  (2+ messages)

[PATCH net v2] net: drop bad gso csum_start and offset in virtio_net_hdr
 2024-07-31  2:00 UTC  (2+ messages)

[PATCH v1 net-next 0/6] net: Random cleanup for netns initialisation
 2024-07-31  1:54 UTC  (6+ messages)
` [PATCH v1 net-next 1/6] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops
` [PATCH v1 net-next 2/6] net: Don't register pernet_operations if only one of id or size is specified

[PATCH net-next 00/15][pull request] ice: support devlink subfunction
 2024-07-31  1:45 UTC  (2+ messages)

[PATCH net] rtnetlink: fix possible deadlock in team_port_change_check
 2024-07-31  1:37 UTC  (3+ messages)

[PATCH net-next v2] selftests: net: ksft: print more of the stack for checks
 2024-07-31  1:33 UTC 

io_uring NAPI busy poll RCU is causing 50 context switches/second to my sqpoll thread
 2024-07-31  1:00 UTC  (5+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-07-31  0:43 UTC  (6+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)

[PATCH net-next 5/6] tcp: rstreason: introduce SK_RST_REASON_TCP_TIMEOUT for active reset
 2024-07-31  0:09 UTC  (3+ messages)

[PATCH net-next 4/6] tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset
 2024-07-31  0:02 UTC  (3+ messages)

[PATCH v5 0/5] Add AP6275P wireless support
 2024-07-30 23:57 UTC  (4+ messages)
` [PATCH v5 4/5] wifi: brcmfmac: Add optional lpo clock enable support

[PATCH net-next v2 1/2] selftests: net-drv: exercise queue stats when the device is down
 2024-07-30 22:39 UTC  (2+ messages)
` [PATCH net-next v2 2/2] selftests: net: ksft: support marking tests as disruptive

[net-next v3 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-07-30 22:22 UTC  (4+ messages)
` [net-next v3 14/15] net: marvell: Convert tasklet API to new bottom half workqueue mechanism

[PATCH net V1] net: phy: micrel: Fix the KSZ9131 MDI-X status issue
 2024-07-30 22:20 UTC  (2+ messages)

[PATCH bpf-next] xsk: Try to make xdp_umem_reg extension a bit more future-proof
 2024-07-30 22:20 UTC  (2+ messages)

[PATCH net-next] net: pse-pd: tps23881: Fix the device ID check
 2024-07-30 21:52 UTC  (3+ messages)

[PATCH v7 0/4] Landlock: Abstract Unix Socket Scoping Support
 2024-07-30 21:41 UTC  (4+ messages)
` [PATCH v7 1/4] Landlock: Add abstract unix socket connect restriction

[PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()
 2024-07-30 20:50 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).