netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-11 07:31:36 to 2023-07-11 18:00:10 UTC [more...]

[PATCH net] net: ena: fix shift-out-of-bounds in exponential backoff
 2023-07-11 17:47 UTC  (2+ messages)

[PATCH net-next v2 03/10] net: ppp: Remove unnecessary (void*) conversions
 2023-07-11 17:50 UTC  (2+ messages)

[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
 2023-07-11 17:50 UTC  (2+ messages)

[PATCH v8 0/2] Introduce ICSSG based ethernet Driver
 2023-07-11 17:45 UTC  (3+ messages)
` [PATCH v8 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[syzbot] WARNING in usbnet_start_xmit/usb_submit_urb
 2023-07-11 17:38 UTC  (4+ messages)
` [syzbot] [usb?] "
        ` [PATCH] net: usbnet: Fix "

[PATCH v3 00/14] spi: Header and core clean up and refactoring
 2023-07-11 17:34 UTC  (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization

[PATCH net] wifi: airo: avoid uninitialized warning in airo_get_rate()
 2023-07-11 17:25 UTC  (2+ messages)

[PATCH net] gve: unify driver name usage
 2023-07-11 17:24 UTC  (3+ messages)

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-11 17:24 UTC  (22+ messages)

[PATCH net-next][resend v1 1/1] netlink: Don't use int as bool in netlink_update_socket_mc()
 2023-07-11 17:19 UTC  (10+ messages)

[RFC PATCH v9 00/10] Create common DPLL configuration API
 2023-07-11 17:17 UTC  (8+ messages)

Patch fixing STP if bridge in non-default namespace
 2023-07-11 17:08 UTC  (3+ messages)
  ` llc needs namespace awareness asap, was "

[PATCH 5/8] net: altera-tse: make ALTERA_TSE depend on HAS_IOMEM
 2023-07-11 17:17 UTC  (2+ messages)

[PATCH] can: mcp251xfd: Always stop on BUS_OFF and call netif_stop_queue
 2023-07-11 17:05 UTC  (2+ messages)

[PATCH v5 RFC 0/6] introduce page_pool_alloc() API
 2023-07-11 16:59 UTC  (11+ messages)
` [PATCH v5 RFC 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
` [PATCH v5 RFC 2/6] page_pool: unify frag_count handling in page_pool_is_last_frag()

[PATCH bpf] xdp: use trusted arguments in XDP hints kfuncs
 2023-07-11 17:00 UTC  (3+ messages)

[PATCH net 0/3] Fix dropping of oversize preemptible frames with felix DSA driver
 2023-07-11 16:56 UTC  (3+ messages)
` [PATCH net 1/3] net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock

[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
 2023-07-11 16:46 UTC  (13+ messages)
` [PATCH bpf-next v4 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v4 4/8] libbpf: Add link-based "
` [PATCH bpf-next v4 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v4 6/8] bpftool: Extend net dump with tcx progs

[PATCH net-next 00/10] mlxsw: Add port range matching support
 2023-07-11 16:44 UTC  (11+ messages)
` [PATCH net-next 01/10] mlxsw: reg: Add Policy-Engine Port Range Register
` [PATCH net-next 02/10] mlxsw: resource: Add resource identifier for port range registers
` [PATCH net-next 03/10] mlxsw: spectrum_port_range: Add port range core
` [PATCH net-next 04/10] mlxsw: spectrum_port_range: Add devlink resource support
` [PATCH net-next 05/10] mlxsw: spectrum_acl: Add port range key element
` [PATCH net-next 06/10] mlxsw: spectrum_acl: Pass main driver structure to mlxsw_sp_acl_rulei_destroy()
` [PATCH net-next 07/10] mlxsw: spectrum_flower: Add ability to match on port ranges
` [PATCH net-next 08/10] selftests: mlxsw: Add scale test for "
` [PATCH net-next 09/10] selftests: mlxsw: Test port range registers' occupancy
` [PATCH net-next 10/10] selftests: forwarding: Add test cases for flower port range matching

[PATCH RFC net-next v4 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-07-11 16:37 UTC  (14+ messages)
` [PATCH RFC net-next v4 5/9] libie: add Rx buffer management (via Page Pool)
` [PATCH RFC net-next v4 6/9] iavf: switch to Page Pool

[PATCH bpf-next] bpf, sockops: Enhance the return capability of sockops
 2023-07-11 16:39 UTC  (2+ messages)

[PATCH iwl-net v3] ice: prevent NULL pointer deref during reload
 2023-07-11 16:33 UTC  (2+ messages)

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-07-11 16:31 UTC  (2+ messages)
` (subset) "

[PATCH bpf-next v5 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-11 16:15 UTC  (3+ messages)
` [PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign

[PATCH bpf] bpf: cpumap: Fix memory leak in cpu_map_update_elem
 2023-07-11 16:06 UTC  (2+ messages)

[PATCH 0/2] net: phy: dp83822: Add support for line class driver configuration
 2023-07-11 16:05 UTC  (7+ messages)

[PATCH iproute2] lib: move rtnl_echo_talk from libnetlink to utils
 2023-07-11 16:00 UTC  (2+ messages)

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-11 15:49 UTC  (36+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS

[RFC 00/12] net: huge page backed page_pool
 2023-07-11 15:49 UTC  (2+ messages)

[PATCH 0/2] ARM: imx: imx6sx: Add support for TX clock controls
 2023-07-11 15:08 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: net: fsl,fec: Add "
` [PATCH 2/2] ARM: imx: imx6sx: Add support for "

[linux-next:master] BUILD REGRESSION 8e4b7f2f3d6071665b1dfd70786229c8a5d6c256
 2023-07-11 14:41 UTC 

[RFC 1/4] vduse: Add the struct to save the vq reconnect info
 2023-07-11 14:18 UTC  (2+ messages)
  ` [RFC 2/4] vduse: Add file operation for mmap

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-11 14:06 UTC  (2+ messages)

[PATCH 0/2] can: xilinx_can: Add support for reset
 2023-07-11 14:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: can: xilinx_can: Add reset description
` [PATCH 2/2] can: xilinx_can: Add support for controller reset

KASAN: use-after-free Write in j1939_sock_pending_del
 2023-07-11 13:53 UTC  (2+ messages)
` [syzbot] "

KASAN: use-after-free Read in j1939_session_get_by_addr
 2023-07-11 13:52 UTC  (2+ messages)
` [syzbot] "

[PATCH] Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link
 2023-07-11 13:13 UTC 

[PATCH v2 0/5] Rust abstractions for network device drivers
 2023-07-11 13:17 UTC  (4+ messages)

[PATCH net-next 0/4] net: Mark the sk parameter of routing functions as 'const'
 2023-07-11 13:06 UTC  (5+ messages)
` [PATCH net-next 1/4] security: Constify sk in the sk_getsecid hook
` [PATCH net-next 2/4] ipv4: Constify the sk parameter of ip_route_output_*()
` [PATCH net-next 3/4] ipv6: Constify the sk parameter of several helper functions
` [PATCH net-next 4/4] pptp: Constify the po parameter of pptp_route_output()

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-11 12:41 UTC  (2+ messages)
` [PATCH RESEND net-next 2/2] net-memcg: Remove redundant tcpmem_pressure

[PATCH v1] ARM: dts: stm32: prtt1c: Add PoDL PSE regulator nodes
 2023-07-11 12:36 UTC  (2+ messages)

[RFC PATCH 00/10] Device Memory TCP
 2023-07-11 12:13 UTC  (5+ messages)
` [RFC PATCH 01/10] dma-buf: add support for paged attachment mappings

[PATCH net-next 0/2][pull request] Intel Wired LAN Driver Updates 2023-07-10 (i40e)
 2023-07-11 12:10 UTC  (5+ messages)
` [PATCH net-next 1/2] i40e: Add helper for VF inited state check with timeout
` [PATCH net-next 2/2] i40e: Wait for pending VF reset in VF set callbacks

[PATCH iwl-next v2 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-11 11:47 UTC  (5+ messages)
` [PATCH iwl-next v2 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH iwl-next v2 2/4] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v2 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH iwl-next v2 4/4] igb: add AF_XDP zero-copy Tx support

[net PATCH V5] octeontx2-pf: Add additional check for MCAM rules
 2023-07-11 11:20 UTC  (2+ messages)

[PATCH net-next v2] bnxt_en: use dev_consume_skb_any() in bnxt_tx_int
 2023-07-11 11:07 UTC 

[PATCH net-next][resend v1 1/2] net/core: Make use of assign_bit() API
 2023-07-11 11:00 UTC  (2+ messages)

[PATCH 0/6] Add NSS clock controller support for IPQ9574
 2023-07-11 10:50 UTC  (14+ messages)
` [PATCH 1/6] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH 2/6] clk: qcom: gcc-ipq9574: Mark nssnoc clocks as critical
` [PATCH 3/6] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH 4/6] clk: qcom: Add NSS clock Controller driver for IPQ9574
` [PATCH 5/6] arm64: dts: qcom: ipq9574: Add support for nsscc node
` [PATCH 6/6] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574

[PATCH] wfx: update to firmware 3.16.1
 2023-07-11 10:20 UTC 

[PATCH net 0/6][pull request] igc: Fix corner cases for TSN offload
 2023-07-11 10:12 UTC  (10+ messages)
` [PATCH net 1/6] igc: Rename qbv_enable to taprio_offload_enable
` [PATCH net 5/6] igc: Fix launchtime before start of cycle

[PATCH iwl-net v4] ice: Fix memory management in ice_ethtool_fdir.c
 2023-07-11 10:04 UTC 

[PATCH net-next 0/3] eth: bnxt: handle invalid Tx completions more gracefully
 2023-07-11 10:10 UTC  (4+ messages)
` [PATCH net-next 3/3] "

subscribe netdev
 2023-07-11 10:08 UTC 

DCCP Deprecation
 2023-07-11 10:06 UTC  (3+ messages)

[PATCH net-next] tools: ynl-gen: fix parse multi-attr enum attribute
 2023-07-11  9:53 UTC 

[PATCH net-next 00/12] mlx5 IPsec packet offload support in eswitch mode
 2023-07-11  9:29 UTC  (13+ messages)
` [PATCH net-next 01/12] net/mlx5e: Add function to get IPsec offload namespace
` [PATCH net-next 02/12] net/mlx5e: Change the parameter of IPsec RX skb handle function
` [PATCH net-next 03/12] net/mlx5e: Prepare IPsec packet offload for switchdev mode
` [PATCH net-next 04/12] net/mlx5e: Refactor IPsec RX tables creation and destruction
` [PATCH net-next 05/12] net/mlx5e: Support IPsec packet offload for RX in switchdev mode
` [PATCH net-next 06/12] net/mlx5e: Handle IPsec offload for RX datapath "
` [PATCH net-next 07/12] net/mlx5e: Refactor IPsec TX tables creation
` [PATCH net-next 08/12] net/mlx5e: Support IPsec packet offload for TX in switchdev mode
` [PATCH net-next 09/12] net/mlx5: Compare with old_dest param to modify rule destination
` [PATCH net-next 10/12] net/mlx5e: Make IPsec offload work together with eswitch and TC
` [PATCH net-next 11/12] net/mlx5e: Modify and restore TC rules for IPSec TX rules
` [PATCH net-next 12/12] net/mlx5e: Add get IPsec offload stats for uplink representor

[PATCH net-next v2 00/10] Remove unnecessary (void*) conversions
 2023-07-11  9:20 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net-next v2 06/10] ice: remove unnecessary (void*) conversions
 2023-07-11  9:08 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] FYI 6.4 xfrm_prepare_input/xfrm_inner_mode_encap_remove WARN_ON hit - related to ESPinUDP
 2023-07-11  9:04 UTC  (3+ messages)
` [PATCH] xfrm: Silence warnings triggerable by bad packets

[PATCH] net: dsa: Removed unneeded of_node_put in felix_parse_ports_node
 2023-07-11  9:00 UTC  (2+ messages)

[PATCH net 00/12] net: fix kernel-doc problems in include/net/
 2023-07-11  8:58 UTC  (5+ messages)
` [PATCH net 03/12] net: cfg802154: fix kernel-doc notation warnings
` [PATCH net 12/12] rsi: remove kernel-doc comment marker

[PATCH RESEND net-next] bnxt_en: use dev_consume_skb_any() in bnxt_tx_int
 2023-07-11  8:53 UTC  (3+ messages)

[PATCH net] devlink: uninitialized data in nsim_dev_trap_fa_cookie_write()
 2023-07-11  8:52 UTC 

[PATCH V2 net 0/4] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-11  8:50 UTC  (2+ messages)

[PATCH net] crypto: af_alg: Fix merging of written data into spliced pages
 2023-07-11  8:31 UTC  (2+ messages)

[PATCH V1] net: mhi : Add support to enable ethernet interface
 2023-07-11  7:50 UTC  (2+ messages)

[PATCH V3 net] net: mana: Configure hwc timeout from hardware
 2023-07-11  7:40 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).