netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-28 21:34:59 to 2025-04-29 15:03:37 UTC [more...]

[PATCH ethtool-next] channels: support json output
 2025-04-29 15:03 UTC 

[PATCH net] fec: Workaround for ERR007885 on fec_enet_txq_submit_skb()
 2025-04-29 14:58 UTC  (2+ messages)

[PATCH net] docs: tproxy: fix code block style
 2025-04-29 14:51 UTC  (3+ messages)

[PATCH] memcg: multi-memcg percpu charge cache
 2025-04-29 14:50 UTC  (5+ messages)

[PATCH net v2] docs: tproxy: fix code block style
 2025-04-29 14:49 UTC 

[PATCH net-next] selftests: net: exit cleanly on SIGTERM / timeout
 2025-04-29 14:49 UTC  (5+ messages)

[PATCH net-next v2 0/3] ip: improve tcp sock multipath routing
 2025-04-29 14:40 UTC  (8+ messages)
` [PATCH net-next v2 1/3] ipv4: prefer multipath nexthop that matches source address

[PATCH] iso: add BT_ISO_TS optional to enable ISO timestamp
 2025-04-29 14:38 UTC  (7+ messages)

[PATCH v15 5/6] rust: time: Add wrapper for fsleep() function
 2025-04-29 14:35 UTC  (6+ messages)

[PATCH] net: call inet_twsk_put() on TIMEWAIT sockets It is possible for a pointer of type struct inet_timewait_sock to be returned from the functions __inet_lookup_established() and __inet6_lookup_established(). This can cause a crash when the returned pointer is of type struct inet_timewait_sock and sock_put() is called on it. The following is a crash call stack that shows sk->sk_wmem_alloc being accessed in sk_free() during the call to sock_put() on a struct inet_timewait_sock pointer. To avoid this issue, use inet_twsk_put() instead of sock_put() when sk->sk_state is TCP_TIME_WAIT
 2025-04-29 14:34 UTC  (2+ messages)

[PATCH net] virtio-net: don't re-enable refill work too early when NAPI is disabled
 2025-04-29 14:31 UTC 

[PATCH net] dt-bindings: net: ethernet-controller: Add informative text about RGMII delays
 2025-04-29 14:25 UTC  (2+ messages)

[PATCH] net: airoha: Fix an error handling path in airoha_probe()
 2025-04-29 14:22 UTC  (3+ messages)

[PATCH net v4] net: airoha: Add missing filed to ppe_mbox_data struct
 2025-04-29 14:17 UTC 

[PATCH net-next] net: ethernet: mtk_eth_soc: add support for MT7988 internal 2.5G PHY
 2025-04-29 14:12 UTC  (3+ messages)

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-04-29 14:11 UTC  (19+ messages)
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v5 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v5 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v5 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v5 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v5 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v5 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH net-next V3 00/15] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-04-29 13:54 UTC  (12+ messages)
` [PATCH net-next V3 01/15] tools: ynl-gen: allow noncontiguous enums
` [PATCH net-next V3 02/15] devlink: define enum for attr types of dynamic attributes
` [PATCH net-next V3 14/15] devlink: Implement devlink param multi attribute nested data values

[BUG] net/sched: Race Condition and Null Dereference in codel_change, pie_change, fq_pie_change, fq_codel_change, hhf_change
 2025-04-29 13:41 UTC  (5+ messages)

[net-next] ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup
 2025-04-29 13:24 UTC 

[PATCH] Documentation: ioctl-number: Extend "Include File" column width
 2025-04-29 13:05 UTC 

[PATCH net-next v9 00/13] Add support for PSE budget evaluation strategy
 2025-04-29 12:29 UTC  (9+ messages)
` [PATCH net-next v9 02/13] net: pse-pd: Add support for reporting events
` [PATCH net-next v9 03/13] net: pse-pd: tps23881: Add support for PSE events and interrupts
` [PATCH net-next v9 07/13] net: pse-pd: Add support for budget evaluation strategies

[PATCH net-next v2] net: phy: realtek: Add support for WOL magic packet on RTL8211F
 2025-04-29 12:28 UTC  (2+ messages)

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-29 12:25 UTC  (3+ messages)

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-29 12:08 UTC  (9+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes

[RFC PATCH v3 00/19] Support socket access-control
 2025-04-29 11:59 UTC  (4+ messages)

[PATCH net v1] net: fec: ERR007885 Workaround for conventional TX
 2025-04-29 11:54 UTC  (2+ messages)

[PATCH net] octeon_ep: Fix host hang issue during device reboot
 2025-04-29 11:46 UTC 

[PATCH] net/mlx4_core: Adjust allocation type for buddy->bits
 2025-04-29 11:23 UTC  (2+ messages)

[PATCH stable 5.15/6.1/6.6] af_unix: Clear oob_skb in scan_inflight()
 2025-04-29 11:12 UTC  (2+ messages)

[PATCH v9 0/4] vhost: Add support of kthread API
 2025-04-29 10:55 UTC  (6+ messages)
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH net-next v6 00/11] PRU-ICSSM Ethernet Driver
 2025-04-29 10:11 UTC  (13+ messages)
` [PATCH net-next v6 01/11] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx, AM43xx and AM33xx SOCs
` [PATCH net-next v6 04/11] net: ti: prueth: Adds link detection, RX and TX support
` [PATCH net-next v6 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [PATCH net-next v6 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module

[PATCH v4 00/15] MSR code cleanup part one
 2025-04-29  9:45 UTC  (3+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>

[RFC net-next 0/5] devlink: Add unique identifier to devlink port function
 2025-04-29  9:33 UTC  (8+ messages)
` [RFC net-next 1/5] "

[PATCH net-next] tools: ynl: fix typo in info string
 2025-04-29  9:24 UTC  (2+ messages)

[PATCH net-next v2 00/12] tools: ynl-gen: additional C types and classic netlink handling
 2025-04-25 10:08 UTC  (25+ messages)
` [PATCH net-next v2 01/12] tools: ynl-gen: fix comment about nested struct dict
` [PATCH net-next v2 02/12] tools: ynl-gen: factor out free_needs_iter for a struct
` [PATCH net-next v2 03/12] tools: ynl-gen: fill in missing empty attr lists
` [PATCH net-next v2 04/12] tools: ynl: let classic netlink requests specify extra nlflags
` [PATCH net-next v2 05/12] tools: ynl-gen: support using dump types for ntf
` [PATCH net-next v2 06/12] tools: ynl-gen: support CRUD-like notifications for classic Netlink
` [PATCH net-next v2 07/12] tools: ynl-gen: multi-attr: type gen for string
` [PATCH net-next v2 08/12] tools: ynl-gen: mutli-attr: support binary types with struct
` [PATCH net-next v2 09/12] tools: ynl-gen: array-nest: support put for scalar
` [PATCH net-next v2 10/12] tools: ynl-gen: array-nest: support binary array with exact-len
` [PATCH net-next v2 11/12] tools: ynl-gen: don't init enum checks for classic netlink
` [PATCH net-next v2 12/12] tools: ynl: allow fixed-header to be specified per op

[PATCH net-next v2 00/18] net: Cover more per-CPU storage with local nested BH locking
 2025-04-29  9:23 UTC  (3+ messages)
` [PATCH net-next v2 06/18] netfilter: nf_dup{4, 6}: Move duplication check to task_struct

[PATCH v2 0/3] Allow dyn MSI-X vector allocation of MANA
 2025-04-29  8:51 UTC  (7+ messages)
` [PATCH v2 2/3] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v2 3/3] net: mana: Allocate MSI-X vectors dynamically as required

[PATCH net v3 0/3] Modify overflow detection, expand ivec->name, and correct type in min_t
 2025-04-29  8:46 UTC  (5+ messages)
` [PATCH net v3 3/3] rtase: Fix a type error "

[PATCH v2 1/3] PCI: Export pci_msix_prepare_desc() for dynamic MSI-X alloc
 2025-04-29  8:43 UTC  (3+ messages)

[PATCH v1] ptp: ocp: fix NULL deref in _signal_summary_show
 2025-04-29  8:42 UTC  (13+ messages)

[PATCH net v2 0/3] Fix kernel test robot issue and type error in min_t
 2025-04-29  8:39 UTC  (4+ messages)
` [PATCH net v2 3/3] rtase: Fix a "

[net-next v8 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-29  8:19 UTC  (4+ messages)
` [net-next v8 4/7] net: mtip: The L2 switch driver for imx287

[PATCH iwl-next v1] ixgbe: devlink: add devlink region support for E610
 2025-04-29  8:13 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 6.1.y v3] net/sched: act_mirred: don't override retval if we already lost the skb
 2025-04-29  7:44 UTC 

[PATCH net-next v3 0/4] net: selftest: improve test string formatting and checksum handling
 2025-04-29  7:41 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: selftests: drop test index from net_selftest_get_strings()
` [PATCH net-next v3 2/4] net: selftests: prepare for detailed error handling in net_test_get_skb()
` [PATCH net-next v3 3/4] net: selftests: add checksum mode support and SW checksum handling
` [PATCH net-next v3 4/4] net: selftests: add PHY loopback tests with HW checksum offload

[PATCH net v3 0/2] address EEE regressions on KSZ switches since v6.9 (v6.14+)
 2025-04-29  7:36 UTC  (3+ messages)
` [PATCH net v3 1/2] net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches
` [PATCH net v3 2/2] net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylink

[PATCH v2] ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations
 2025-04-29  7:33 UTC 

[PATCH net v2 0/2] address EEE regressions on KSZ switches since v6.9 (v6.14+)
 2025-04-29  7:30 UTC  (4+ messages)
` [PATCH net v2 1/2] net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches
` [PATCH net v2 2/2] net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylink

[PATCH net-next v5 00/14] Introduce an ethernet port representation
 2025-04-29  7:20 UTC  (6+ messages)
` [PATCH net-next v5 03/14] net: phy: Introduce PHY ports representation
` [PATCH net-next v5 07/14] net: phy: marvell-88x2222: Support SFP through phy_port interface

[PATCH net-next v3 2/3] devlink: add function unique identifier to devlink dev info
 2025-04-29  7:16 UTC  (11+ messages)

[PATCH net-next v3] net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
 2025-04-29  6:54 UTC 

[PATCH net v1 0/2] address EEE regressions on KSZ switches since v6.9 (v6.14+)
 2025-04-29  6:51 UTC  (5+ messages)
` [PATCH net v1 1/2] net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches

next-20250428: drivers/net/ethernet/qlogic/qede/qede_main.c error: field name not in record or union initializer
 2025-04-29  6:48 UTC 

Re:Re:Re:[RFC PATCH 4/6] net: wwan: add NMEA port support
 2025-04-29  6:34 UTC  (3+ messages)
` [RFC "
  `  "

[PATCH net-next 0/2] net: phy: remove checks for unused eee-broken flags
 2025-04-29  6:11 UTC  (5+ messages)
` [PATCH net-next 1/2] dt-bindings: net: ethernet-phy: remove eee-broken flags which have never had a user

[PATCH v2 net-next] net: phy: factor out provider part from mdio_bus.c
 2025-04-29  6:04 UTC 

[question] robust netns association with fib4 lookup
 2025-04-29  5:50 UTC  (5+ messages)

[PATCH v2 net] net: lan743x: Fix memleak issue when GSO enabled
 2025-04-29  5:25 UTC 

[PATCH 6.1.y v2] net/sched: act_mirred: don't override retval if we already lost the skb
 2025-04-29  5:26 UTC  (4+ messages)

[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
 2025-04-29  5:23 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Introduce a new kfunc for sockmap

[PATCH] ipv4: fib: Fix fib_info_hash_alloc() allocation type
 2025-04-29  5:22 UTC  (5+ messages)

[PATCH net-next v20 0/1] MCTP Over PCC Transport
 2025-04-29  4:08 UTC  (5+ messages)
` [PATCH net-next v20 1/1] mctp pcc: Implement MCTP over "

[PATCH net v2] bonding: hold ops lock around get_link
 2025-04-29  3:52 UTC  (5+ messages)

[PATCH iwl-next v1 0/8] igc: harmonize queue priority and add preemptible queue support
 2025-04-29  3:39 UTC  (10+ messages)
` [PATCH iwl-next v1 1/8] igc: move IGC_TXDCTL_QUEUE_ENABLE and IGC_TXDCTL_SWFLUSH
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 2/8] igc: add TXDCTL prefix to related macros
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 6/8] igc: add preemptible queue support in taprio
  ` [Intel-wired-lan] "

[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
 2025-04-29  3:37 UTC  (2+ messages)

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-04-29  3:26 UTC  (10+ messages)
` [PATCH net-next v13 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v13 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v13 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
` [PATCH net-next v13 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v13 6/9] net: enable driver support for netmem TX
` [PATCH net-next v13 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v13 8/9] net: check for driver support in netmem TX
` [PATCH net-next v13 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v3] net: use sock_gen_put() when sk_state is TCP_TIME_WAIT
 2025-04-29  1:59 UTC 

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-04-29  1:55 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation

[PATCH v1 net-next] ipv6: Restore fib6_config validation for SIOCADDRT
 2025-04-29  1:46 UTC 

[iwl-net PATCH v2] idpf: fix a race in txq wakeup
 2025-04-29  1:42 UTC  (2+ messages)

[PATCH v3 net-next 00/15] ipv6: No RTNL for IPv6 routing table
 2025-04-29  1:20 UTC  (4+ messages)
` [PATCH v3 net-next 03/15] ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config()

[PATCH v3] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
 2025-04-29  0:44 UTC  (3+ messages)

[PATCH net-next v2 00/11][pull request] idpf: add initial PTP support
 2025-04-29  0:39 UTC  (5+ messages)
` [PATCH net-next v2 10/11] idpf: add Tx timestamp flows

[PATCH] tools/Makefile: Add ynl target
 2025-04-29  0:30 UTC  (2+ messages)

[PATCH net-next v3] net: ti: icssg-prueth: Add ICSSG FW Stats
 2025-04-29  0:30 UTC  (2+ messages)

[PATCH net-next v2] rtase: Modify the format specifier in snprintf to %u
 2025-04-29  0:10 UTC  (2+ messages)

[PATCH net-next v1] bnxt_en: add debugfs file for restarting rx queues
 2025-04-29  0:06 UTC 

[REGRESSION] 6.14.3 panic - kernel NULL pointer dereference in htb_dequeue
 2025-04-28 23:59 UTC  (22+ messages)

[PATCH v2 0/8] Phase out hybrid PCI devres API
 2025-04-28 23:50 UTC  (2+ messages)

[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-28 23:48 UTC 

[Patch net 0/2] net_sched: fix a regression in sch_htb
 2025-04-28 23:29 UTC  (3+ messages)
` [Patch net 1/2] sch_htb: make htb_deactivate() idempotent
` [Patch net 2/2] selftests/tc-testing: Add a test case to cover basic HTB+FQ_CODEL case

[PATCH] net: rds: Replace strncpy with strscpy in connection setup
 2025-04-28 23:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2025-04-22 (ice, idpf)
 2025-04-28 23:20 UTC  (2+ messages)

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-28 23:00 UTC  (2+ messages)

[PATCH net] pds_core: remove write-after-free of client_id
 2025-04-28 23:00 UTC  (2+ messages)

[GIT PULL] bluetooth 2025-04-25
 2025-04-28 23:00 UTC  (2+ messages)

[PATCH net-next] netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enum
 2025-04-28 23:00 UTC  (3+ messages)

[PATCH net v3 0/5] net_sched: Adapt qdiscs for reentrant enqueue cases
 2025-04-28 23:00 UTC  (2+ messages)

[PATCH net 0/8] bnxt_en: Misc. bug fixes
 2025-04-28 22:59 UTC  (9+ messages)
` [PATCH net 1/8] bnxt_en: Fix error handling path in bnxt_init_chip()
` [PATCH net 2/8] bnxt_en: Fix ethtool selftest output in one of the failure cases
` [PATCH net 3/8] bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()
` [PATCH net 4/8] bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()
` [PATCH net 5/8] bnxt_en: delay pci_alloc_irq_vectors() in the AER path
` [PATCH net 6/8] bnxt_en: Fix coredump logic to free allocated buffer
` [PATCH net 7/8] bnxt_en: Fix out-of-bound memcpy() during ethtool -w
` [PATCH net 8/8] bnxt_en: Fix ethtool -d byte order for 32-bit values

[PATCH net-next v5] Add support to set napi threaded for individual napi
 2025-04-28 22:32 UTC  (8+ messages)

[PATCH] mdio: fix CONFIG_MDIO_DEVRES selects
 2025-04-28 22:20 UTC  (2+ messages)

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-28 22:20 UTC  (2+ messages)

[PATCH net] net: ethernet: mtk_eth_soc: sync mtk_clks_source_name array
 2025-04-28 22:20 UTC  (2+ messages)

[PATCH net-next 0/6,v3] Netfilter updates for net-next
 2025-04-28 22:12 UTC  (7+ messages)
` [PATCH net-next 1/6] netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
` [PATCH net-next 2/6] netfilter: xt_cgroup: Make it independent from net_cls
` [PATCH net-next 3/6] net: cgroup: Guard users of sock_cgroup_classid()
` [PATCH net-next 4/6] netfilter: conntrack: Remove redundant NFCT_ALIGN call
` [PATCH net-next 5/6] docs: tproxy: fix formatting for nft code block
` [PATCH net-next 6/6] netfilter: nf_tables: export set count and backend name to userspace

[PATCH net-next v0] net: phy: aquantia: fix commenting format
 2025-04-28 21:49 UTC 


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