netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-30 16:25:45 to 2024-08-31 04:02:32 UTC [more...]

[syzbot] Monthly rdma report (Aug 2024)
 2024-08-31  4:02 UTC  (2+ messages)

[PATCH net v5] bpf, net: Fix a potential race in do_sock_getsockopt()
 2024-08-31  3:29 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Fix accessing first syscall argument on RV64
 2024-08-31  2:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Access first syscall argument with CO-RE direct read on s390
` [PATCH bpf-next v2 2/4] libbpf: Access first syscall argument with CO-RE direct read on arm64
` [PATCH bpf-next v2 3/4] selftests/bpf: Enable test_bpf_syscall_macro:syscall_arg1 on s390 and arm64
` [PATCH bpf-next v2 4/4] libbpf: Fix accessing first syscall argument on RV64

[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-08-31  2:13 UTC  (13+ messages)
` [PATCH net-next 01/12] net: dsa: bcm_sf2: Convert using devm_clk_get_optional_enabled() in bcm_sf2_sw_probe()
` [PATCH net-next 02/12] net: ethernet: Convert using devm_clk_get_enabled() in emac_probe()
` [PATCH net-next 03/12] net: ethernet: arc: "
` [PATCH net-next 04/12] net: ethernet: ethoc: Convert using devm_clk_get_enabled() in ethoc_probe()
` [PATCH net-next 05/12] net: ftgmac100: Convert using devm_clk_get_enabled() in ftgmac100_setup_clk()
` [PATCH net-next 06/12] net: ethernet: hisilicon: Convert using devm_clk_get_enabled() in hisi_femac_drv_probe()
` [PATCH net-next 07/12] net: lantiq_xrx200: Convert using devm_clk_get_enabled() in xrx200_probe()
` [PATCH net-next 08/12] net: stmmac: dwmac-dwc-qos-eth: Convert using devm_clk_get_enabled() in dwc_qos_probe()
` [PATCH net-next 09/12] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
` [PATCH net-next 10/12] net: xilinx: axienet: Convert using devm_clk_get_optional_enabled() in axienet_probe()
` [PATCH net-next 11/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_probe()
` [PATCH net-next 12/12] wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe()

[net-next,v4,1/1] net: stmmac: Batch set RX OWN flag and other flags
 2024-08-31  1:11 UTC 

[PATCH net-next v24 00/13] Device Memory TCP
 2024-08-31  0:43 UTC  (14+ messages)
` [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v24 05/13] page_pool: devmem support
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
` [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v24 13/13] netdev: add dmabuf introspection

[PATCH] xfrm: add SA information to the offloaded packet
 2024-08-31  0:27 UTC  (8+ messages)

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-08-31  0:19 UTC  (13+ messages)
` [PATCH bpf-next 1/9] firmware/psci: fix missing '%u' format literal in kthread_create_on_cpu()
` [PATCH bpf-next 2/9] kthread: allow vararg kthread_{create,run}_on_cpu()
` [PATCH bpf-next 3/9] net: napi: add ability to create CPU-pinned threaded NAPI
` [PATCH bpf-next 4/9] bpf: cpumap: use CPU-pinned threaded NAPI w/GRO instead of kthread
` [PATCH bpf-next 5/9] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH bpf-next 6/9] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH bpf-next 7/9] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH bpf-next 8/9] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH bpf-next 9/9] xdp: remove xdp_alloc_skb_bulk()

[net-next,v3,1/1] net: stmmac: Batch set RX OWN flag and other flags
 2024-08-30 23:59 UTC  (4+ messages)

[PATCH v1 net] fou: Fix null-ptr-deref in GRO
 2024-08-30 23:43 UTC 

[PATCH v5 net-next 00/12] net: introduce TX H/W shaping API
 2024-08-30 23:42 UTC  (12+ messages)
` [PATCH v5 net-next 02/12] net-shapers: implement NL get operation
` [PATCH v5 net-next 04/12] net-shapers: implement NL group operation

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-30 23:35 UTC  (6+ messages)
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling

[PATCH net-next v2 00/12] net: vxlan: add skb drop reasons support
 2024-08-30 23:26 UTC  (3+ messages)
` [PATCH net-next v2 06/12] net: vxlan: make vxlan_set_mac() return drop reasons

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-30 22:33 UTC  (29+ messages)
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH 09/11] arm64: defconfig: Enable RP1 misc/clock/gpio drivers as built-in
` [PATCH 10/11] net: macb: Add support for RP1's MACB variant
` [PATCH 11/11] arm64: dts: rp1: Add support for MACB contained in RP1

[PATCH -next 0/7] net: Simplified with scoped function
 2024-08-30 22:17 UTC  (3+ messages)
` [PATCH -next 2/7] net: dsa: realtek: Use for_each_child_of_node_scoped() and __free()

[PATCH net 0/13] pull-request: can 2024-08-29
 2024-08-30 22:03 UTC  (4+ messages)
` [PATCH net 13/13] can: kvaser_pciefd: Enable 64-bit DMA addressing

pull request: bluetooth 2024-08-30
 2024-08-30 22:03 UTC 

[PATCH net 0/n] pull-request: can 2024-08-30
 2024-08-30 21:53 UTC  (14+ messages)
` [PATCH net 01/13] can: bcm: Remove proc entry when dev is unregistered
` [PATCH net 02/13] can: m_can: Release irq on error in m_can_open
` [PATCH net 03/13] can: m_can: Reset coalescing during suspend/resume
` [PATCH net 04/13] can: m_can: Remove coalesing disable in isr during suspend
` [PATCH net 05/13] can: m_can: Remove m_can_rx_peripheral indirection
` [PATCH net 06/13] can: m_can: Do not cancel timer from within timer
` [PATCH net 07/13] can: m_can: disable_all_interrupts, not clear active_interrupts
` [PATCH net 08/13] can: m_can: Reset cached active_interrupts on start
` [PATCH net 09/13] can: m_can: Limit coalescing to peripheral instances
` [PATCH net 10/13] can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
` [PATCH net 11/13] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
` [PATCH net 12/13] can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
` [PATCH net 13/13] can: kvaser_pciefd: Use a single write when releasing RX buffers

[PATCH net-next RFC] selftests/net: integrate packetdrill with ksft
 2024-08-30 21:52 UTC  (12+ messages)

net/xfrm/xfrm_policy.c:1286:8: error: variable 'dir' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-08-30 21:47 UTC  (4+ messages)

[PATCH net-next 0/6] pull-request: can-next 2024-08-30
 2024-08-30 21:34 UTC  (7+ messages)
` [PATCH net-next 1/6] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M support
` [PATCH net-next 2/6] dt-bindings: can: convert microchip,mcp251x.txt to yaml
` [PATCH net-next 3/6] can: j1939: use correct function name in comment
` [PATCH net-next 4/6] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
` [PATCH net-next 5/6] can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdef
` [PATCH net-next 6/6] can: kvaser_usb: Simplify with dev_err_probe()

[PATCH] dpaa2-switch: fix flooding domain among multiple vlans
 2024-08-30 21:37 UTC  (2+ messages)

[PATCH] net: alacritech: Partially revert "net: alacritech: Switch to use dev_err_probe()"
 2024-08-30 21:32 UTC  (4+ messages)

[[PATCH v2 iwl-next] v2 0/4]
 2024-08-30 21:31 UTC  (5+ messages)
` [[PATCH v2 iwl-next] v2 2/4] idpf: Acquire the lock before accessing the xn->salt
  ` [Intel-wired-lan] "

[PATCH net-next 0/5] Add support for per-NAPI config via netlink
 2024-08-30 21:22 UTC  (17+ messages)
` [PATCH net-next 1/5] net: napi: Make napi_defer_hard_irqs per-NAPI
` [PATCH net-next 2/5] netdev-genl: Dump napi_defer_hard_irqs
` [PATCH net-next 5/5] netdev-genl: Support setting per-NAPI config values

[PATCH net-next 0/2] RX software timestamp for all
 2024-08-30 21:16 UTC  (6+ messages)
` [PATCH net-next 2/2] net: Remove setting of RX software timestamp from drivers

[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
 2024-08-30 21:09 UTC  (14+ messages)
` [PATCH net-next v2 1/7] net: ethernet: fs_enet: convert to SPDX
` [PATCH net-next v2 2/7] net: ethernet: fs_enet: cosmetic cleanups
` [PATCH net-next v2 3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next v2 4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
` [PATCH net-next v2 5/7] net: ethernet: fs_enet: fcc: use macros for speed and duplex values
` [PATCH net-next v2 6/7] net: ethernet: fs_enet: simplify clock handling with devm accessors

[PATCH net-next 1/2] net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
 2024-08-30 21:07 UTC  (4+ messages)

[PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e)
 2024-08-30 21:04 UTC  (7+ messages)
` [PATCH net-next 1/6] igc: Add MQPRIO offload support
` [PATCH net-next 2/6] igc: Get rid of spurious interrupts
` [PATCH net-next 3/6] igc: Add Energy Efficient Ethernet ability
` [PATCH net-next 4/6] igc: Move the MULTI GBT AN Control Register to _regs file
` [PATCH net-next 5/6] e1000e: avoid failing the system during pm_suspend
` [PATCH net-next 6/6] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards

[PATCH net-next V4 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-08-30 20:55 UTC  (5+ messages)
` [PATCH net-next V4 1/5] net: phylink: Add phylink_set_fixed_link() to configure fixed link state in phylink
` [PATCH net-next V4 5/5] net: lan743x: Add support to ethtool phylink get and set settings

[PATCH wpan-next 0/2] wpan: Correct spelling in headers
 2024-08-30 20:35 UTC  (5+ messages)
` [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h
` [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h

[PATCH v1] ieee802154: at86rf230: Simplify with dev_err_probe()
 2024-08-30 20:36 UTC  (7+ messages)

[PATCH v2] memcg: add charging of already allocated slab objects
 2024-08-30 20:34 UTC  (2+ messages)

[PATCH net v2] docs: netdev: document guidance on cleanup.h
 2024-08-30 20:31 UTC  (2+ messages)

[PATCH net] tools/net/ynl: fix cli.py --subscribe feature
 2024-08-30 20:13 UTC 

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

[PATCH v2 net-next 0/3] cleanup chelsio driver declarations
 2024-08-30 20:11 UTC  (3+ messages)
` [PATCH v2 net-next 3/3] cxgb: Remove unused declarations

[PATCH net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
 2024-08-30 19:41 UTC 

[PATCH v3] memcg: add charging of already allocated slab objects
 2024-08-30 19:44 UTC  (3+ messages)

[PATCH bpf-next 0/2] Fix accessing first syscall argument on RV64
 2024-08-30 19:34 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "

[PATCH iwl-next v3] i40e: add ability to reset vf for tx and rx mdd events
 2024-08-30 19:28 UTC 

[PATCH net-next] ioam6: improve checks on user data
 2024-08-30 19:19 UTC 

[PATCH v2 net-next 0/3] icmp: avoid possible side-channels attacks
 2024-08-30 18:40 UTC  (2+ messages)

[PATCH net-next] Documentation: Add missing fields to net_cachelines
 2024-08-30 18:40 UTC  (2+ messages)

[RFC net-next 0/2] net: ethtool: add phy(dev) specific stats over netlink
 2024-08-30 18:30 UTC  (4+ messages)
` [RFC net-next 1/2] net: ethtool: plumb PHY stats to PHY drivers

[PATCH v2] sfc: Convert to use ERR_CAST()
 2024-08-30 18:20 UTC  (2+ messages)

[PATCH v1 net-next] nfp: Convert to use ERR_CAST()
 2024-08-30 18:20 UTC  (2+ messages)

[PATCH v1 net-next] net: openvswitch: Use ERR_CAST() to return
 2024-08-30 18:20 UTC  (2+ messages)

[PATCH nf-next v4 0/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
 2024-08-30 18:18 UTC  (2+ messages)

[PATCH net-next 0/6] various cleanups
 2024-08-30 18:14 UTC  (5+ messages)
` [PATCH net-next 1/6] net: ag71xx: add COMPILE_TEST to test compilation

[PATCH v2 0/1] net/mlx5: Added cond_resched() to crdump collection
 2024-08-30 18:01 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH net-next v23 00/13] Device Memory TCP
 2024-08-30 17:59 UTC  (6+ messages)
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice

[PATCH] net: enetc: Replace ifdef with IS_ENABLED
 2024-08-30 17:50 UTC 

[PATCH net-next v3] net: mvneta: Use min macro
 2024-08-30 17:39 UTC  (3+ messages)

[PATCH V3 net] net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
 2024-08-30 17:36 UTC  (3+ messages)

[PATCH nf-next 0/2] netfilter: Add missing Kernel doc to headers
 2024-08-30 17:23 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nf_tables: Add missing Kernel doc to nf_tables.h
` [PATCH nf-next 2/2] netfilter: tproxy: Add missing Kernel doc to nf_tproxy.h

[PATCH net] ice: Fix NULL pointer access, if PF doesn't support SRIOV_LAG
 2024-08-30 17:12 UTC  (6+ messages)

[PATCH net-next,v2,0/3] octeontx2-af: update CPT block for CN10KB and CN10KA B0
 2024-08-30 17:10 UTC  (7+ messages)
` [PATCH net-next,v2,1/3] octeontx2-af: use dynamic interrupt vectors for CN10K
` [PATCH net-next,v2,2/3] octeontx2-af: avoid RXC register access for CN10KB
` [PATCH net-next,v2,3/3] octeontx2-af: configure default CPT credits for CN10KA B0

[PATCH v2 0/2] netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
 2024-08-30 17:07 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH net-next v6 00/25] Introducing OpenVPN Data Channel Offload
 2024-08-30 17:02 UTC  (3+ messages)
` [PATCH net-next v6 10/25] ovpn: implement basic TX path (UDP)

[PATCH ipsec-next] xfrm: Initialise dir in xfrm_hash_rebuild()
 2024-08-30 17:01 UTC 

[PATCH v1] net: alacritech: Switch to use dev_err_probe()
 2024-08-30 16:54 UTC  (2+ messages)

[PATCH ipsec-next 3/4] xfrm: switch migrate to xfrm_policy_lookup_bytype
 2024-08-30 16:37 UTC  (3+ messages)
` [PATCH ipsec-next] xfrm: policy: fix null dereference

[PATCH v3 1/2] dt-bindings: arm: stm32: Add compatible strings for Protonic boards
 2024-08-30 16:31 UTC  (4+ messages)
` [PATCH v3 2/2] arm: dts: st: Add MECIO1 and MECT1S board variants

[patch net-next v5] ethtool: pse-pd: move pse validation into set
 2024-08-30 16:27 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).