netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-30 14:10:48 to 2024-08-30 22:56:14 UTC [more...]

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-08-30 22:56 UTC  (11+ 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()

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-30 22:33 UTC  (37+ 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  (8+ messages)
` [PATCH net-next 1/2] ethtool: "
` [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  (7+ messages)
` [PATCH net-next 2/2] selftests: txtimestamp: add SCM_TS_OPT_ID test

[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 v5 net-next 00/12] net: introduce TX H/W shaping API
 2024-08-30 19:14 UTC  (11+ 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

[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 0/4] xfrm: speed up policy insertions
 2024-08-30 16:37 UTC  (5+ messages)
` [PATCH ipsec-next 3/4] xfrm: switch migrate to xfrm_policy_lookup_bytype
    ` [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)

[PATCH net-next 3/5] net: napi: Make gro_flush_timeout per-NAPI
 2024-08-30 16:18 UTC  (3+ messages)

[PATCH v3] arm: dts: st: stm32mp151a-prtt1l: Fix QSPI configuration
 2024-08-30 16:03 UTC  (2+ messages)

[PATCH net-next v3 0/2] net-timestamp: introduce a flag to filter out rx software report
 2024-08-30 15:37 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net-timestamp: filter out report when setting SOF_TIMESTAMPING_SOFTWARE
` [PATCH net-next v3 2/2] rxtimestamp.c: add the test for SOF_TIMESTAMPING_OPT_RX_SOFTWARE_FILTER

[PATCH 1/2] netpoll: Make netpoll_send_udp return status instead of void
 2024-08-30 15:37 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] netcons: Add udp send fail statistics to netconsole

[PATCH net-next v2 00/12] net: vxlan: add skb drop reasons support
 2024-08-30 15:36 UTC  (17+ messages)
` [PATCH net-next v2 01/12] net: vxlan: add vxlan to the drop reason subsystem
` [PATCH net-next v2 02/12] net: skb: add pskb_network_may_pull_reason() helper
` [PATCH net-next v2 04/12] net: tunnel: add skb_vlan_inet_prepare_reason() helper
` [PATCH net-next v2 05/12] net: vxlan: make vxlan_remcsum() return drop reasons
` [PATCH net-next v2 06/12] net: vxlan: make vxlan_set_mac() "
` [PATCH net-next v2 07/12] net: vxlan: add skb drop reasons to vxlan_rcv()
` [PATCH net-next v2 08/12] net: vxlan: use vxlan_kfree_skb() in vxlan_xmit()

[PATCH net] bareudp: Fix device stats updates
 2024-08-30 15:31 UTC 

[PATCH rdma-next v2 1/2] RDMA/mana_ib: use the correct page table index based on hardware page size
 2024-08-30 15:16 UTC  (2+ messages)
` [PATCH rdma-next v2 2/2] RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page

[PATCH net] net: bridge: allow users setting EXT_LEARN for user FDB entries
 2024-08-30 14:53 UTC 

[PATCH net-next v2 RESEND] net: dsa: Simplify with scoped for each OF child loop
 2024-08-30 14:44 UTC  (2+ messages)

[PATCH net-next v1] sunrpc: xprtrdma: Use ERR_CAST() to return
 2024-08-30 14:33 UTC  (2+ messages)

[PATCH] xfrm: add SA information to the offloaded packet
 2024-08-30 14:30 UTC  (7+ messages)

[PATCH net v4] net: phy: Fix missing of_node_put() for leds
 2024-08-30 14:27 UTC  (2+ messages)

[PATCH v1] can: kvaser_usb: Simplify with dev_err_probe()
 2024-08-30 14:18 UTC  (3+ messages)

[PATCH net-next v2 0/3] net: dsa: microchip: rename and clean ksz8 series files
 2024-08-30 14:12 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: dsa: microchip: rename "
` [PATCH net-next v2 2/3] net: dsa: microchip: clean up ksz8_reg definition macros
` [PATCH net-next v2 3/3] net: dsa: microchip: replace unclear KSZ8830 strings


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