netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-03 16:53:45 to 2024-05-05 15:06:20 UTC [more...]

[PATCH net-next 0/8] rtnetlink: more rcu conversions for rtnl_fill_ifinfo()
 2024-05-05 15:06 UTC  (19+ messages)
` [PATCH net-next 1/8] rtnetlink: do not depend on RTNL for IFLA_QDISC output
` [PATCH net-next 2/8] rtnetlink: do not depend on RTNL for IFLA_IFNAME output
` [PATCH net-next 3/8] rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
` [PATCH net-next 4/8] net: write once on dev->allmulti and dev->promiscuity
` [PATCH net-next 5/8] rtnetlink: do not depend on RTNL for many attributes
` [PATCH net-next 6/8] rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
` [PATCH net-next 7/8] rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
` [PATCH net-next 8/8] rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection

[PATCH net] selftests: test_bridge_neigh_suppress.sh: Try to stabilize test
 2024-05-05 14:54 UTC 

[PATCH net-next v2 0/2] Introduce auxiliary bus IRQs sysfs
 2024-05-05 14:53 UTC  (3+ messages)
` [PATCH net-next v2 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [PATCH net-next v2 2/2] net/mlx5: Expose SFs IRQs

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-05 14:26 UTC  (18+ messages)
` [PATCH v8 01/17] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v8 02/17] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v8 03/17] nios2: define virtual address space for modules
` [PATCH v8 04/17] sparc: simplify module_alloc()
` [PATCH v8 05/17] module: make module_memory_{alloc,free} more self-contained
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 08/17] mm/execmem, arch: convert remaining "
` [PATCH v8 09/17] riscv: extend execmem_params for generated code allocations
` [PATCH v8 10/17] arm64: extend execmem_info "
` [PATCH v8 11/17] powerpc: extend execmem_params for kprobes allocations
` [PATCH v8 12/17] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v8 13/17] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 16/17] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling

[PATCH net-next 1/2] IB/hfi1: Do not use custom stat allocator
 2024-05-05 14:16 UTC  (7+ messages)
` [PATCH net-next 2/2] IB/hfi1: Remove generic .ndo_get_stats64

[PATCH net-next v2 00/10] gve: Implement queue api
 2024-05-05 13:40 UTC  (2+ messages)

[TEST] amt.sh crashes smcrouted
 2024-05-05 12:13 UTC  (2+ messages)

[PATCH v4 0/1] Documentation: networking: document ISO 15765-2
 2024-05-05 11:05 UTC  (2+ messages)

[PATCH 0/2] can: xilinx_can: Document driver description to list all supported IPs
 2024-05-05 11:03 UTC  (2+ messages)

[PATCH net-next v1 1/1] can: sja1000: plx_pci: Reuse predefined CTI subvendor ID
 2024-05-05 11:01 UTC  (3+ messages)

[syzbot] [wireless?] WARNING in kcov_remote_start (3)
 2024-05-05 10:36 UTC  (4+ messages)
    ` [PATCH] nfc: nci: Fix kcov check in nci_rx_work()

[PATCH net-next v3] net: dsa: mv88e6xxx: control mdio bus-id truncation for long paths
 2024-05-05  9:52 UTC 

[syzbot] [net?] possible deadlock in hsr_dev_xmit (2)
 2024-05-05  9:08 UTC  (2+ messages)

[PATCH 0/2] Introduce auxiliary bus IRQs sysfs
 2024-05-05  8:43 UTC  (6+ messages)
` [PATCH 1/2] driver core: auxiliary bus: show auxiliary device IRQs

[PATCH net] ax25: Fix refcount leak issues of ax25_dev
 2024-05-04 22:16 UTC  (7+ messages)

[PATCH net-next v12 00/15] stmmac: Add Loongson platform support
 2024-05-04 22:13 UTC  (18+ messages)
` [PATCH net-next v12 06/15] net: stmmac: dwmac-loongson: Split up the platform data initialization
` [PATCH net-next v12 07/15] net: stmmac: dwmac-loongson: Add ref and ptp clocks for Loongson
` [PATCH net-next v12 08/15] net: stmmac: dwmac-loongson: Add phy mask for Loongson GMAC
` [PATCH net-next v12 09/15] net: stmmac: dwmac-loongson: Add phy_interface "
` [PATCH net-next v12 10/15] net: stmmac: dwmac-loongson: Add full PCI support
` [PATCH net-next v12 11/15] net: stmmac: dwmac-loongson: Add loongson_dwmac_config_legacy
` [PATCH net-next v12 12/15] net: stmmac: dwmac-loongson: Fixed failure to set network speed to 1000

[PATCH net-next] lib: Allow for the DIM library to be modular
 2024-05-04 20:16 UTC  (5+ messages)

[PATCH v4] Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
 2024-05-04 19:23 UTC 

[PATCH v3] Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
 2024-05-04 18:28 UTC 

[syzbot] [bpf?] [net?] WARNING in __xdp_reg_mem_model
 2024-05-04 18:03 UTC  (2+ messages)

[PATCH net-next v17 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
 2024-05-04 18:01 UTC  (3+ messages)

[PATCH v3] batman-adv: Add flex array to struct batadv_tvlv_tt_data
 2024-05-04 17:08 UTC  (3+ messages)

[PATCH net v3] nfc: nci: Fix uninit-value in nci_rx_work
 2024-05-04 16:33 UTC  (3+ messages)

[PATCH v3 00/11] LIN Bus support for Linux
 2024-05-04 16:00 UTC  (6+ messages)
` [PATCH v3 03/11] tty: serdev: Add flag buffer aware receive_buf_fp()
` [PATCH v3 06/11] dt-bindings: net/can: Add serial (serdev) LIN adapter

[PATCH] ptp: clockmatrix: Start comments with '/*'
 2024-05-04 15:31 UTC 

WARNING: CPU: 1 PID: 1 at net/core/netpoll.c:370 netpoll_send_skb+0x1fc/0x20c at boot when netconsole is enabled (kernel v6.9-rc5, v6.8.7, sungem, PowerMac G4 DP)
 2024-05-04 14:59 UTC  (3+ messages)

[PATCH net-next 0/3] net: qede: don't restrict error codes
 2024-05-04 14:59 UTC  (7+ messages)
` [PATCH net-next 1/3] net: qede: use return from qede_parse_actions() for flow_spec
` [PATCH net-next 2/3] net: qede: use return from qede_flow_spec_validate_unused()
` [PATCH net-next 3/3] net: qede: use return from qede_flow_parse_ports()

[PATCH wireless-next] wifi: ath12k: allocate dummy net_device dynamically
 2024-05-04 14:55 UTC  (2+ messages)

[PATCH wireless-next] wil6210: Do not use embedded netdev in wil6210_priv
 2024-05-04 14:48 UTC  (2+ messages)

[PATCH 0/5] pull request (net-next): ipsec-next 2024-05-03
 2024-05-04 14:36 UTC  (2+ messages)

Non-functional ixgbe driver between Intel X553 chipset and Cisco switch via kernel >=6.1 under Debian
 2024-05-04 13:29 UTC  (3+ messages)

[PATCH v2 00/12] LIN Bus support for Linux
 2024-05-04 13:13 UTC  (7+ messages)
` [PATCH v2 01/12] can: Add LIN bus as CAN abstraction
` [PATCH v2 02/12] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH v2 07/12] can: Add support for serdev LIN adapters

[RFC PATCH net-next v2 0/9] bnxt: implement queue api
 2024-05-04 12:34 UTC  (9+ messages)
` [RFC PATCH net-next v2 1/9] queue_api: define "
` [RFC PATCH net-next v2 3/9] netdev: add netdev_rx_queue_restart()
` [RFC PATCH net-next v2 5/9] bnxt: refactor bnxt_{alloc,free}_one_tpa_info()
` [RFC PATCH net-next v2 7/9] bnxt: add helpers for allocating rx ring mem

[PATCH v2 3/3] net: phy: bcm-phy-lib: Implement BroadR-Reach link modes
 2024-05-04 12:18 UTC  (3+ messages)

[syzbot] [kernel?] WARNING in pwq_release_workfn
 2024-05-04 11:14 UTC 

[PATCH] [PATCH v2 net-next] mptcp: fix typos in comments
 2024-05-04 10:58 UTC  (2+ messages)

[PATCH net-next v12 00/13] net: Make timestamping selectable
 2024-05-04 10:33 UTC  (3+ messages)
` [PATCH net-next v12 12/13] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-05-04 10:21 UTC 

[PATCH net-next v1] net: microchip: lan743x: Reduce PTP timeout on HW failure
 2024-05-04  8:52 UTC  (2+ messages)

[PATCH net-next v1] lan78xx: Enable 125 MHz CLK and Auto Speed configuration for LAN7801 if NO EEPROM is detected
 2024-05-04  8:49 UTC  (2+ messages)

Virtio Net driver crash in latest version of kernel 6.8.4>
 2024-05-04  7:31 UTC 

[PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:44 UTC  (5+ messages)
` [PATCH net-next v12 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v12 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v12 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v12 4/4] virtio-net: support dim profile fine-tuning

[PATCH net-next v11 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:32 UTC  (4+ messages)
` [PATCH net-next v11 2/4] ethtool: provide customized dim profile management

[RFC PATCH bpf-next v6 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-04  3:13 UTC  (4+ messages)
` [RFC PATCH bpf-next v6 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v6 2/3] net: Add additional bit to support clockid_t timestamp type
` [RFC PATCH bpf-next v6 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

[PATCH net-next 0/1] mlx5: Add netdev-genl queue stats
 2024-05-04  0:34 UTC  (6+ messages)

[PATCH net-next v1] Revert "net: mirror skb frag ref/unref helpers"
 2024-05-04  0:30 UTC  (2+ messages)

[PATCH net-next v2] bnxt: fix bnxt_get_avail_msix() returning negative values
 2024-05-04  0:30 UTC  (2+ messages)

[PATCH net-next] selftest: epoll_busy_poll: epoll busy poll tests
 2024-05-04  0:25 UTC  (4+ messages)

[PATCH] net: stmmac: Initialize the other members except the est->lock
 2024-05-03 23:18 UTC 

[PATCH] net: ethernet: ti: am65-cpsw-nuss: create platform device for port nodes
 2024-05-03 23:24 UTC  (2+ messages)

[PATCH 1/3] xfrm: fix possible derferencing in error path
 2024-05-03 23:10 UTC  (2+ messages)

[PATCH net] rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
 2024-05-03 23:10 UTC  (2+ messages)

[PATCH net] MAINTAINERS: update cxgb4 and cxgb3 network drivers maintainer
 2024-05-03 23:10 UTC  (2+ messages)

[RFC PATCH 2/2] net: phy: mxl-gpy: add new device tree property to disable SGMII autoneg
 2024-05-03 22:41 UTC  (11+ messages)

[PATCH net-next] tools: ynl: add --list-ops and --list-msgs to CLI
 2024-05-03 22:40 UTC  (2+ messages)

[PATCH net-next] net: no longer acquire RTNL in threaded_show()
 2024-05-03 22:40 UTC  (2+ messages)

pull request: bluetooth 2024-05-03
 2024-05-03 22:40 UTC  (2+ messages)

[PATCH v1 net-next 0/6] af_unix: GC cleanup and optimisation
 2024-05-03 22:31 UTC  (7+ messages)
` [PATCH v1 net-next 1/6] af_unix: Add dead flag to struct scm_fp_list
` [PATCH v1 net-next 2/6] af_unix: Save the number of loops in inflight graph
` [PATCH v1 net-next 3/6] af_unix: Manage inflight graph state as unix_graph_state
` [PATCH v1 net-next 4/6] af_unix: Move wait_for_unix_gc() to unix_prepare_fpl()
` [PATCH v1 net-next 5/6] af_unix: Schedule GC based on graph state during sendmsg()
` [PATCH v1 net-next 6/6] af_unix: Schedule GC only if loop exists during close()

[PATCH net-next] l2tp: fix ICMP error handling for UDP-encap sockets
 2024-05-03 22:32 UTC  (2+ messages)

[net,PATCH v3] net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
 2024-05-03 22:30 UTC  (4+ messages)

[RFC] Make find_tcp_vma() more efficient
 2024-05-03 22:29 UTC  (2+ messages)

[PATCH net-next 0/2] rtnetlink: rtnl_stats_dump() changes
 2024-05-03 22:20 UTC  (2+ messages)

[RFC PATCH bpf-next v5 0/2] Replace mono_delivery_time with tstamp_type
 2024-05-03 22:14 UTC  (6+ messages)
` [RFC PATCH bpf-next v5 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH v1 10/12] sfc: falcon: Make I2C terminology more inclusive
 2024-05-03 22:13 UTC  (2+ messages)

[PATCH net-next v2] selftests: drv-net: add checksum tests
 2024-05-03 21:54 UTC  (2+ messages)

[PATCH] net/sched: taprio: fix CPU stuck due to the taprio hrtimer
 2024-05-03 21:34 UTC  (3+ messages)
` [syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base

[PATCH net-next 0/2] gve: Minor cleanups
 2024-05-03 20:40 UTC  (4+ messages)
` [PATCH net-next 1/2] gve: Avoid unnecessary use of comma operator
` [PATCH net-next 2/2] gve: Use ethtool_sprintf/puts() to fill stats strings

[PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
 2024-05-03 20:24 UTC  (7+ messages)
` [PATCH net-next v6 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v6 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v6 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v6 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v6 6/6] virtio_net: Remove rtnl lock protection of command buffers

[linux-next:master] BUILD REGRESSION 9221b2819b8a4196eecf5476d66201be60fbcf29
 2024-05-03 20:11 UTC 

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-03 20:10 UTC  (4+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers

[PATCH RFC] net/sched: adjust device watchdog timer to detect stopped queue at right time
 2024-05-03 19:29 UTC  (4+ messages)

[PATCH v1] cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepoints
 2024-05-03 19:18 UTC  (10+ messages)

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-03 18:25 UTC  (16+ messages)
` [PATCH net-next 01/15] locking/local_lock: Introduce guard definition for local_lock
` [PATCH net-next 02/15] locking/local_lock: Add local nested BH locking infrastructure
` [PATCH net-next 03/15] net: Use __napi_alloc_frag_align() instead of open coding it
` [PATCH net-next 04/15] net: Use nested-BH locking for napi_alloc_cache
` [PATCH net-next 05/15] net/tcp_sigpool: Use nested-BH locking for sigpool_scratch
` [PATCH net-next 06/15] net/ipv4: Use nested-BH locking for ipv4_tcp_sk
` [PATCH net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
` [PATCH net-next 08/15] net: softnet_data: Make xmit.recursion per task
` [PATCH net-next 09/15] dev: Remove PREEMPT_RT ifdefs from backlog_lock.*()
` [PATCH net-next 10/15] dev: Use nested-BH locking for softnet_data.process_queue
` [PATCH net-next 11/15] lwt: Don't disable migration prio invoking BPF
` [PATCH net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH v3 0/5] Define i2c_designware in a header file
 2024-05-03 18:26 UTC  (5+ messages)
` (subset) "

[PATCH v2 1/2] e1000e: let the sleep codes run every time
 2024-05-03 18:17 UTC  (2+ messages)

[PATCH v2 10/12] sfc: falcon: Make I2C terminology more inclusive
 2024-05-03 18:13 UTC 

[PATCH net v1] netlink: specs: Add missing bridge linkinfo attrs
 2024-05-03 18:15 UTC  (3+ messages)

[PATCH iwl-next] ice: flower: validate control flags
 2024-05-03 18:08 UTC  (3+ messages)
` [Intel-wired-lan] "

net-next: bnxt_en failing to load
 2024-05-03 17:10 UTC  (2+ messages)

[PATCH][next] Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning
 2024-05-03 17:00 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).