netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 10:32:35 to 2025-06-10 17:00:40 UTC [more...]

[PATCH net] netrom: fix possible deadlock in nr_rt_device_down
 2025-06-10 17:00 UTC  (6+ messages)

bond_eth_hash only uses the fifth byte of MAC address
 2025-06-10 16:54 UTC 

[PATCH net-next v2 0/3] net: dsa: brcm: add legacy FCS tag
 2025-06-10 16:40 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: dsa: tag_brcm: legacy: reorganize functions
` [PATCH net-next v2 2/3] net: dsa: tag_brcm: add support for legacy FCS tags
` [PATCH net-next v2 3/3] net: dsa: b53: support "

Tulip 21142 panic on physical link disconnect
 2025-06-10 16:27 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix RCU usage in bpf_get_cgroup_classid_curr helper
 2025-06-10 16:08 UTC  (8+ messages)

[PATCH net-next 00/14] ipmr, ip6mr: Allow MC-routing locally-generated MC packets
 2025-06-10 16:22 UTC  (6+ messages)
` [PATCH net-next 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay

[PATCH iproute2-next v3 0/4] ip: Support bridge VLAN stats in `ip stats'
 2025-06-10 16:13 UTC  (6+ messages)
` [PATCH iproute2-next v3 1/4] ip: ipstats: Iterate all xstats attributes
` [PATCH iproute2-next v3 2/4] ip: ip_common: Drop ipstats_stat_desc_xstats::inner_max
` [PATCH iproute2-next v3 3/4] lib: bridge: Add a module for bridge-related helpers
` [PATCH iproute2-next v3 4/4] ip: iplink_bridge: Support bridge VLAN stats in `ip stats'

[PATCH] hns3: work around stack size warning
 2025-06-10 16:08 UTC  (2+ messages)

[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
 2025-06-10 16:07 UTC  (5+ messages)
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint

[PATCH] net: pfcp: fix typo in message_priority field name
 2025-06-10 16:06 UTC 

[PATCH 0/4] net: use new GPIO line value setter callbacks
 2025-06-10 16:05 UTC  (10+ messages)
` [PATCH 1/4] net: dsa: vsc73xx: "
` [PATCH 2/4] net: dsa: mt7530: "
` [PATCH 3/4] net: can: mcp251x: "
` [PATCH 4/4] net: phy: qca807x: "

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-06-10 15:56 UTC  (5+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH 0/4] Don't generate netlink .rst files inside $(srctree)
 2025-06-10 15:43 UTC  (6+ messages)
` [PATCH 1/4] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH 2/4] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH 3/4] docs: netlink: don't ignore generated rst files
` [PATCH 4/4] docs: netlink: store generated .rst files at Documentation/output

[PATCH 1/1] net: fman_memac: Don't use of_property_read_bool on non-boolean property managed
 2025-06-10 15:32 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: net: convert qca,qca7000.txt yaml format
 2025-06-10 15:29 UTC  (3+ messages)

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-10 15:18 UTC  (7+ messages)

[PATCH net-next 0/7] netpoll: Untangle netconsole and netpoll
 2025-06-10 15:18 UTC  (8+ messages)
` [PATCH net-next 1/7] netpoll: remove __netpoll_cleanup from exported API
` [PATCH net-next 2/7] netpoll: expose netpoll logging macros in public header
` [PATCH net-next 3/7] netpoll: relocate netconsole-specific functions to netconsole module
` [PATCH net-next 4/7] netpoll: move netpoll_print_options to netconsole
` [PATCH net-next 5/7] netconsole: rename functions to better reflect their purpose
` [PATCH net-next 6/7] netconsole: improve code style in parser function
` [PATCH net-next 7/7] selftest: netconsole: add test for cmdline configuration

[PATCH net 0/9] mlx5 misc fixes 2025-06-10
 2025-06-10 15:15 UTC  (10+ messages)
` [PATCH net 1/9] net/mlx5: Ensure fw pages are always allocated on same NUMA
` [PATCH net 2/9] net/mlx5: Fix ECVF vports unload on shutdown flow
` [PATCH net 3/9] net/mlx5: Fix return value when searching for existing flow group
` [PATCH net 4/9] net/mlx5: HWS, Init mutex on the correct path
` [PATCH net 5/9] net/mlx5: HWS, fix missing ip_version handling in definer
` [PATCH net 6/9] net/mlx5: HWS, make sure the uplink is the last destination
` [PATCH net 7/9] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net 8/9] net/mlx5e: Fix leak of Geneve TLV option object
` [PATCH net 9/9] net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_oper

[PATCH net-next v4 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-10 15:09 UTC  (12+ messages)
` [PATCH net-next v4 01/11] net: Allow const args for of page_to_netmem()
` [PATCH net-next v4 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next v4 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v4 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v4 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v4 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v4 07/11] net/mlx5e: Convert over to netmem
` [PATCH net-next v4 08/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v4 09/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v4 10/11] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v4 11/11] net/mlx5e: Add TX support for netmems

[PATCH net-next v10] net: ti: icssg-prueth: add TAPRIO offload support
 2025-06-10 15:02 UTC  (7+ messages)

[PATCH v14 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-06-10 14:59 UTC  (10+ messages)
` [PATCH v14 1/9] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v14 2/9] ref_tracker: add a top level debugfs directory for ref_tracker
` [PATCH v14 3/9] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v14 4/9] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v14 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v14 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
` [PATCH v14 7/9] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
` [PATCH v14 8/9] net: add symlinks to ref_tracker_dir for netns
` [PATCH v14 9/9] ref_tracker: eliminate the ref_tracker_dir name field

[PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency
 2025-06-10 14:57 UTC  (3+ messages)
` [PATCH net-next v2 1/4] "

WTS Available laptops and Memory
 2025-06-10 14:56 UTC 

wfx200 weird out-of-range power supply issue
 2025-06-10 14:55 UTC  (5+ messages)

[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
 2025-06-10 14:55 UTC  (7+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
  ` [PATCH v2] "

[PATCH net-next v4] net/mlx5: Expose serial numbers in devlink info
 2025-06-10  2:51 UTC 

[PATCH V2] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-10 14:54 UTC 

[net-next PATCH 0/6] Add support for 25G, 50G, and 100G to fbnic
 2025-06-10 14:51 UTC  (7+ messages)
` [net-next PATCH 1/6] net: phy: Add interface types for 50G and 100G
` [net-next PATCH 2/6] fbnic: Do not consider mailbox "initialized" until we have verified fw version
` [net-next PATCH 3/6] fbnic: Replace 'link_mode' with 'aui'
` [net-next PATCH 4/6] fbnic: Set correct supported modes and speeds based on FW setting
` [net-next PATCH 5/6] fbnic: Add support for reporting link config
` [net-next PATCH 6/6] fbnic: Add support for setting/getting pause configuration

[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
 2025-06-10 14:49 UTC  (8+ messages)

[PATCH RESEND net-next] net: tcp: tsq: Convert from tasklet to BH workqueue
 2025-06-10 14:47 UTC  (2+ messages)

[net-next v2 0/4] net: ftgmac100: Add SoC reset support for RMII mode
 2025-06-10 14:39 UTC  (2+ messages)

[PATCH] net: ipv4: ipconfig: Support RFC 4361/3315 DHCP client ID in hex format
 2025-06-10 14:35 UTC 

UBSAN: shift-out-of-bounds in include/soc/fsl/qman.h:70:9
 2025-06-10 14:34 UTC 

[PATCH net-next v01 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-06-10 14:31 UTC  (2+ messages)
` [PATCH net-next v01 1/1] hinic3: management interfaces

[PATCH] bpf: cpumap: report Rx queue index to xdp_rxq_info
 2025-06-10 14:02 UTC  (5+ messages)

[PATCH net-next v8 00/11] PRU-ICSSM Ethernet Driver
 2025-06-10 13:58 UTC  (12+ messages)
` [PATCH net-next v8 01/11] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx, AM43xx and AM33xx SOCs
` [PATCH net-next v8 02/11] net: ti: prueth: Adds ICSSM Ethernet driver
` [PATCH net-next v8 03/11] net: ti: prueth: Adds PRUETH HW and SW configuration
` [PATCH net-next v8 04/11] net: ti: prueth: Adds link detection, RX and TX support
` [PATCH net-next v8 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [PATCH net-next v8 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
` [PATCH net-next v8 07/11] net: ti: prueth: Adds support for network filters for traffic control supported by PRU-ICSS
` [PATCH net-next v8 08/11] net: ti: prueth: Adds support for RX interrupt coalescing/pacing
` [PATCH net-next v8 09/11] net: ti: prueth: Adds power management support for PRU-ICSS
` [PATCH net-next v8 10/11] net: ti: prueth: Adds support for PRUETH on AM33x and AM43x SOCs
` [PATCH net-next v8 11/11] net: ti: prueth: Adds PTP OC Support for AM335x and AM437x

[linus:master] [tcp] 86c2bc293b: stress-ng.sockmany.ops_per_sec 6.8% improvement
 2025-06-10 13:57 UTC 

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-10 13:48 UTC  (4+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst

[PATCH net] net: Fix TOCTOU issue in sk_is_readable()
 2025-06-10 13:44 UTC  (2+ messages)

[PATCH net-next] net: airoha: Add TCP LRO support
 2025-06-10 13:39 UTC  (3+ messages)

[RFC net-next 0/6] net: ethtool: support including Flow Label in the flow hash for RSS
 2025-06-10 13:33 UTC  (3+ messages)
` [RFC net-next 2/6] "

[PATCH net v3 1/2] net: clear the dst when changing skb protocol
 2025-06-10 13:24 UTC  (4+ messages)
` [PATCH net v3 2/2] selftests: net: add test case for NAT46 looping back dst

[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
 2025-06-10 13:20 UTC  (9+ messages)
` [PATCH net-next v1 1/7] netlink: specs: add doc start markers to yaml
` [PATCH net-next v1 2/7] netlink: specs: clean up spaces in brackets
` [PATCH net-next v1 3/7] netlink: specs: fix up spaces before comments
` [PATCH net-next v1 4/7] netlink: specs: fix up truthy values
` [PATCH net-next v1 5/7] netlink: specs: fix up indentation errors
` [PATCH net-next v1 6/7] netlink: specs: wrap long doc lines (>80 chars)
` [PATCH net-next v1 7/7] netlink: specs: fix a couple of yamllint warnings

[PATCH net-next] selftests/net: packetdrill: more xfail changes
 2025-06-10 13:20 UTC  (2+ messages)

[PATCH v17 net-next 0/5] DUALPI2 patch
 2025-06-10 13:15 UTC  (6+ messages)
` [PATCH v17 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v17 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v17 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v17 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v17 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH iproute2-next v2 0/4] ip: Support bridge VLAN stats in `ip stats'
 2025-06-10 13:14 UTC  (11+ messages)
` [PATCH iproute2-next v2 1/4] ip: ipstats: Iterate all xstats attributes
` [PATCH iproute2-next v2 2/4] ip: ip_common: Drop ipstats_stat_desc_xstats::inner_max
` [PATCH iproute2-next v2 3/4] lib: bridge: Add a module for bridge-related helpers
` [PATCH iproute2-next v2 4/4] ip: iplink_bridge: Support bridge VLAN stats in `ip stats'

[PATCH net-next v1 0/3] net: phy: micrel: add extended PHY support for KSZ9477-class devices
 2025-06-10 13:12 UTC  (9+ messages)
` [PATCH net-next v1 1/3] net: phy: micrel: add MDI/MDI-X control support for KSZ9477 switch-integrated PHYs
` [PATCH net-next v1 2/3] net: phy: micrel: Add RX error counter "
` [PATCH net-next v1 3/3] net: phy: micrel: add cable test support for KSZ9477-class PHYs

[PATCH net-next v1 0/3] dp83tg720: Reduce link recovery
 2025-06-10 13:02 UTC  (5+ messages)
` [PATCH net-next v1 1/3] net: phy: dp83tg720: implement soft reset with asymmetric delay

[PATCH v3 00/13] further mt7988 devicetree work
 2025-06-10 12:58 UTC  (5+ messages)
` [PATCH v3 12/13] arm64: dts: mediatek: mt7988a-bpi-r4: add sfp cages and link to gmac
    ` Aw: "
      `  "

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-10 12:53 UTC  (16+ messages)
` [PATCH v8 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v8 net-next 02/15] tcp: fast path functions later
` [PATCH v8 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v8 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v8 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v8 net-next 08/15] tcp: sack option handling improvements
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v8 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v8 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v8 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v8 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH ethtool 0/2] Add support for PTP hardware source
 2025-06-10 12:50 UTC  (3+ messages)
` [PATCH ethtool 1/2] update UAPI header copies
` [PATCH ethtool 2/2] tsinfo: Add support for PTP hardware source

[PATCH v2] igb: Fix watchdog_task race with shutdown
 2025-06-10 12:44 UTC  (5+ messages)

[PATCH 0/2] leds: trigger: netdev: refactor event handling
 2025-06-10 11:40 UTC  (3+ messages)
` [PATCH 1/2] leds: trigger: netdev: separate event checks
` [PATCH 2/2] leds: trigger: netdev: refactor netdev_event_requires_handling()

[PATCH net-next v3] net: macb: Add shutdown operation support
 2025-06-10 11:41 UTC 

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-10 11:15 UTC  (7+ messages)
` [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next 6/9] netmem: remove __netmem_get_pp()

[PATCH] mac802154_hwsim: allow users to specify the number of simulated radios dynamically instead of the previously hardcoded value of 2
 2025-06-10 10:53 UTC 

[PATCH net-next 0/2] Link NAPI instances to queues and IRQs
 2025-06-10 10:33 UTC  (3+ messages)
` [PATCH net-next 1/2] rtase: Link IRQs to NAPI instances
` [PATCH net-next 2/2] rtase: Link queues "

[PATCH 1/3] cxgb3: Replace PCI related literals with defines & correct variable
 2025-06-10 10:32 UTC  (2+ messages)
` [PATCH 3/3] cxgb3: Split complex PCI write statement into logic + write


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