netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-06 20:31:29 to 2026-01-07 09:38:31 UTC [more...]

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-07  9:38 UTC  (9+ messages)

[PATCH 0/9] net: stmmac: cleanups and low priority fixes
 2026-01-07  9:28 UTC  (14+ messages)
` [PATCH net-next 1/9] net: stmmac: dwmac4: remove duplicated definitions
` [PATCH net-next 2/9] net: stmmac: dwmac4: fix RX FIFO fill statistics
` [PATCH net-next 3/9] net: stmmac: dwmac4: fix PTP message type field extraction
` [PATCH net-next 4/9] net: stmmac: descs: fix buffer 1 off-by-one error
` [PATCH net-next 5/9] net: stmmac: descs: use u32 for descriptors
` [PATCH net-next 6/9] net: stmmac: descs: remove many xxx_SHIFT definitions
` [PATCH net-next 7/9] net: stmmac: cores: "
` [PATCH net-next 8/9] net: stmmac: arrange register fields after register offsets
` [PATCH net-next 9/9] net: stmmac: remove unused definitions

[PATCH net-next] udp: add drop count for packets in udp_prod_queue
 2026-01-07  9:27 UTC  (6+ messages)

[PATCH RFC net-next v4 0/4] net: dsa: initial support for MaxLinear MxL862xx switches
 2026-01-07  9:24 UTC  (5+ messages)
` [PATCH RFC net-next v4 3/4] net: mdio: add unlocked mdiodev C45 bus accessors

[PATCH net-next 0/3] mlx5: Add TSO support for UDP over GRE over VLAN
 2026-01-07  9:18 UTC  (4+ messages)
` [PATCH net-next 1/3] net/mlx5e: TSO for GRE over vlan
` [PATCH net-next 2/3] net/mlx5e: TSO for UDP over GRE over vlan packets
` [PATCH net-next 3/3] net/mlx5e: Remove GSO_PARTIAL for non _CSUM GRE

[PATCH net-next v6 0/6] Multi-queue aware sch_cake
 2026-01-07  9:17 UTC  (8+ messages)
` [PATCH net-next v6 1/6] net/sched: Export mq functions for reuse
` [PATCH net-next v6 2/6] net/sched: sch_cake: Factor out config variables into separate struct
` [PATCH net-next v6 3/6] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices

[PATCH net] net: enetc: fix build warning when PAGE_SIZE is greater than 128K
 2026-01-07  9:12 UTC 

[PATCH net-next 2/2] r8169: enable LTR support
 2026-01-07  9:04 UTC  (3+ messages)

[PATCH v2] atm: Fix dma_free_coherent() size
 2026-01-07  9:01 UTC 

[PATCH v2 net] ip6_gre: use skb_vlan_inet_prepare() instead of pskb_inet_may_pull()
 2026-01-07  9:01 UTC  (9+ messages)

[PATCH net-next v4 0/2] dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration
 2026-01-07  9:00 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear R(G)MII slew rate
` [PATCH net-next v4 2/2] net: dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration

[PATCH v2 net] net: bridge: annotate data-races around fdb->{updated,used}
 2026-01-07  9:00 UTC  (2+ messages)

[PATCH net-next] ethtool: Clarify len/n_stats fields in/out semantics
 2026-01-07  8:51 UTC  (3+ messages)

[PATCH] Bluetooth: mgmt: report extended advertising SID to userspace
 2026-01-07  8:48 UTC 

[PATCH net-next v2 0/2] net: airoha: Init Block Ack memory region for MT7996 NPU offloading
 2026-01-07  8:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: airoha: npu: Add BA memory region
` [PATCH net-next v2 2/2] net: airoha: npu: Init BA memory region if provided via DTS

[PATCH 0/2] virtio_net: add page_pool support
 2026-01-07  8:28 UTC  (5+ messages)
` [PATCH 1/2] virtio_net: add page pool support for buffer allocation
` [PATCH 2/2] selftests: virtio_net: add buffer circulation test

[PATCH v2 net-next 00/10] PHY polarity inversion via generic device tree properties
 2026-01-07  8:12 UTC  (6+ messages)
` [PATCH v2 net-next 05/10] phy: add phy_get_rx_polarity() and phy_get_tx_polarity()
` [PATCH v2 net-next 07/10] net: phy: air_en8811h: deprecate "airoha,pnswap-rx" and "airoha,pnswap-tx"

[PATCH net] net: bridge: annotate data-race in br_fdb_update()
 2026-01-07  8:09 UTC  (5+ messages)

[PATCH bpf-next v7 00/11] bpf: fsession support
 2026-01-07  7:55 UTC  (19+ messages)
` [PATCH bpf-next v7 01/11] bpf: add "
` [PATCH bpf-next v7 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v7 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v7 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v7 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v7 06/11] bpf,x86: introduce emit_st_r0_imm64() for trampoline
` [PATCH bpf-next v7 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v7 08/11] libbpf: add fsession support
` [PATCH bpf-next v7 09/11] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v7 10/11] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v7 11/11] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH net] net: do not write to msg_get_inq in callee
 2026-01-07  7:41 UTC  (2+ messages)

[PATCH net-next] ibm: emac: remove unused emac_link_differs function
 2026-01-07  7:36 UTC 

[RFC PATCH 0/1] lsm: Add hook unix_path_connect
 2026-01-07  7:33 UTC  (4+ messages)

[net-next v4 0/8] net: wwan: add NMEA port type support
 2026-01-07  7:29 UTC  (15+ messages)
` [net-next v4 2/8] net: wwan: core: split port creation and registration
    `  "
` [net-next v4 3/8] net: wwan: core: split port unregister and stop
` [net-next v4 4/8] net: wwan: add NMEA port support
` [net-next v4 6/8] net: wwan: hwsim: support NMEA port emulation
` [net-next v4 7/8] net: wwan: prevent premature device unregister when NMEA port is present
    `  "
` [net-next v4 8/8] net: wwan: mhi_wwan_ctrl: Add NMEA channel support

[PATCH RFC net-next] atp: drop ancient parallel port Ethernet driver
 2026-01-07  7:29 UTC 

[PATCH net] net: update netdev_lock_{type,name}
 2026-01-07  7:29 UTC  (2+ messages)
` [syzbot ci] "

[PATCH RFC net-next] net: remove HIPPI support and RoadRunner HIPPI driver
 2026-01-07  7:26 UTC 

[PATCH net-next] net: ethernet: tehuti: remove function tracing macros
 2026-01-07  7:24 UTC 

[PATCH net-next] pcnet32: remove VLB support
 2026-01-07  7:18 UTC 

[PATCH net-next] docs: 3c509: remove note about card detection failing with overclock
 2026-01-07  7:11 UTC 

[PATCH net-next] epic100: remove module version and switch to module_pci_driver
 2026-01-07  7:10 UTC  (3+ messages)
` [PATCH net-next] net: 8139too: switch to module_pci_driver; remove driver version
` [PATCH net-next] sis900: remove module version and switch to module_pci_driver

[PATCH net-next] net: usb: introduce usbnet_mii_ioctl helper function
 2026-01-07  6:57 UTC  (2+ messages)
` [PATCH net-next] net: usb: smsc95xx: use phy_do_ioctl_running function

[PATCH net-next v7 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2026-01-07  6:12 UTC  (4+ messages)
` [PATCH net-next v7 2/2] virtio-net: Implement ndo_write_rx_mode callback

[PATCH v2 net] i40e: fix src IP mask checks and memcpy argument names in cloud filter
 2026-01-07  5:59 UTC  (3+ messages)
  ` [Intel-wired-lan] "

Subject: [BUG] qrtr: refcount saturation in qrtr_bind() leads to panic_on_warn
 2026-01-07  5:35 UTC 

[PATCH 1/5] idpf: skip getting/setting ring params if vport is NULL during HW reset
 2026-01-07  5:30 UTC  (6+ messages)
` [PATCH 2/5] idpf: skip changing MTU "
` [PATCH 3/5] idpf: skip getting RX flow rules "
` [PATCH 4/5] idpf: skip setting channels "
` [PATCH 5/5] idpf: skip stopping/opening vport if it "
` [Intel-wired-lan] [PATCH 1/5] idpf: skip getting/setting ring params if vport "

[PATCH net-next v2 00/13] NPC HW block support for cn20k
 2026-01-07  3:38 UTC  (14+ messages)
` [PATCH net-next v2 01/13] octeontx2-af: npc: cn20k: Index management
` [PATCH net-next v2 02/13] octeontx2-af: npc: cn20k: KPM profile changes
` [PATCH net-next v2 03/13] octeontx2-af: npc: cn20k: Add default profile
` [PATCH net-next v2 04/13] ocetontx2-af: npc: cn20k: MKEX profile support
` [PATCH net-next v2 05/13] octeontx2-af: npc: cn20k: Allocate default MCAM indexes
` [PATCH net-next v2 06/13] octeontx2-af: npc: cn20k: Use common APIs
` [PATCH net-next v2 07/13] octeontx2-af: npc: cn20k: Prepare for new SoC
` [PATCH net-next v2 08/13] octeontx2-af: npc: cn20k: Add new mailboxes for CN20K silicon
` [PATCH net-next v2 09/13] octeontx2-af: npc: cn20k: virtual index support
` [PATCH net-next v2 10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation
` [PATCH net-next v2 11/13] octeontx2-pf: cn20k: Add TC rules support
` [PATCH net-next v2 12/13] octeontx2-af: npc: cn20k: add debugfs support
` [PATCH net-next v2 13/13] octeontx2-af: npc: Use common structures

[PATCH v2 net 0/2] net: vlan: fix skb_panic bug in vlan_dev_hard_header()
 2026-01-07  3:34 UTC  (3+ messages)
` [PATCH v2 net 1/2] net: vlan: set header_ops to match hard_header_len when hw offload is toggled
` [PATCH v2 net 2/2] selftests: vlan: add test for turn on hw offload with reorder_hdr off

[PATCH net-next v09 0/9] net: hinic3: PF initialization
 2026-01-07  3:14 UTC  (11+ messages)
` [PATCH net-next v09 1/9] hinic3: Add PF framework
` [PATCH net-next v09 2/9] hinic3: Add PF management interfaces
` [PATCH net-next v09 3/9] hinic3: Add .ndo_tx_timeout and .ndo_get_stats64
` [PATCH net-next v09 4/9] hinic3: Add .ndo_set_features and .ndo_fix_features
` [PATCH net-next v09 5/9] hinic3: Add .ndo_features_check
` [PATCH net-next v09 6/9] hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addr
` [PATCH net-next v09 7/9] hinic3: Add adaptive IRQ coalescing with DIM
` [PATCH net-next v09 8/9] hinic3: Add mac filter ops
` [PATCH net-next v09 9/9] hinic3: Add HW event handler

[PATCH] net: fix udp gso skb_segment after pull from frag_list
 2026-01-07  2:57 UTC  (3+ messages)

[PATCH net v3 0/2] net: netdevsim: fix inconsistent carrier state after link/unlink
 2026-01-07  2:30 UTC  (2+ messages)

[PATCH net 0/2] gve: fix crashes on invalid TX queue indices
 2026-01-07  2:22 UTC  (2+ messages)

[PATCH net-next 0/6] bnxt_en: Updates for net-next
 2026-01-07  2:19 UTC  (5+ messages)
` [PATCH net-next 4/6] bnxt_en: Defrag the NVRAM region when resizing UPDATE region fails
` [PATCH net-next 6/6] bnxt_en: Implement ethtool_ops -> get_link_ext_state()

[PATCH net-next,v2] atm: idt77252: Use sb_pool_remove()
 2026-01-07  2:10 UTC  (2+ messages)

[PATCH v2 0/3] net: stmmac: socfpga: support both stmmaceth-ocp and ahb reset names
 2026-01-07  2:09 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: net: altr,socfpga-stmmac: deprecate 'stmmaceth-ocp'

[PATCH net-next] selftests: drv-net: Bring back tool() to driver __init__s
 2026-01-07  2:00 UTC  (3+ messages)

[PATCH] atm: Fix dma_free_coherent() size
 2026-01-07  2:03 UTC  (2+ messages)

[PATCH net-next v2] tcp: clarify tcp_congestion_ops functions comments
 2026-01-07  1:40 UTC  (2+ messages)

[PATCH net-next] selftests/net: packetdrill: add minimal client and server tests
 2026-01-07  1:40 UTC  (2+ messages)

[PATCH v2] net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy
 2026-01-07  1:40 UTC  (2+ messages)

[PATCH net] tools: ynl: don't install tests
 2026-01-07  1:43 UTC  (2+ messages)

[PATCH net-next 00/10] Switch support
 2026-01-07  1:40 UTC  (2+ messages)

[PATCH net-next v3] net: spacemit: Remove broken flow control support
 2026-01-07  1:30 UTC  (2+ messages)

[PATCH net-next v2] net: gve: convert to use .get_rx_ring_count
 2026-01-07  1:30 UTC  (2+ messages)

[PATCH net-next] net: fully inline backlog_unlock_irq_restore()
 2026-01-07  1:30 UTC  (2+ messages)

[PATCH net-next] udp: udplite is unlikely
 2026-01-07  1:20 UTC  (2+ messages)

[PATCH net-next v2] net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()
 2026-01-07  1:20 UTC  (2+ messages)

[PATCH net-next v2] net: fec: Add stop mode support on i.MX8DX/i.MX8QP
 2026-01-07  1:20 UTC  (2+ messages)

[PATCH net-next] net: airoha: Use gdm port enum value whenever possible
 2026-01-07  1:20 UTC  (2+ messages)

[PATCH net] net: sfp: return the number of written bytes for smbus single byte access
 2026-01-07  1:20 UTC  (2+ messages)

[PATCH net-next] net: libwx: remove unused rx_buffer_pgcnt
 2026-01-07  1:10 UTC  (2+ messages)

[PATCH net-next] net: airoha: npu: Dump fw version during probe
 2026-01-07  1:10 UTC  (2+ messages)

[PATCH v2][next] ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2026-01-07  1:10 UTC  (2+ messages)

[PATCH net] udp: call skb_orphan() before skb_attempt_defer_free()
 2026-01-07  1:10 UTC  (2+ messages)

[PATCH net] Revert "dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurable"
 2026-01-07  1:10 UTC  (2+ messages)

[PATCH net-next] macsec: Support VLAN-filtering lower devices
 2026-01-07  1:10 UTC  (2+ messages)

[net-next v4] net: wwan: mhi: Add network support for Foxconn T99W760
 2026-01-07  1:00 UTC  (2+ messages)

[PATCH net-next] selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the start
 2026-01-07  1:00 UTC  (2+ messages)

[PATCH net-next v2] ipv6: preserve insertion order for same-scope addresses
 2026-01-07  1:00 UTC  (2+ messages)

[PATCH v2 1/3] net: Discard pm_runtime_put() return value
 2026-01-07  0:29 UTC  (2+ messages)

[PATCH net-next v4 0/4] A series of minor optimizations of the bonding module
 2026-01-07  0:24 UTC  (2+ messages)
` [PATCH RESEND "

Question about to KMSAN: uninit-value in can_receive
 2026-01-07  0:23 UTC  (13+ messages)
          ` [bpf, xdp] headroom - was: "

[PATCH net 00/13][pull request] Intel Wired LAN Driver Updates 2026-01-06 (idpf)
 2026-01-07  0:06 UTC  (14+ messages)
` [PATCH net 01/13] idpf: keep the netdev when a reset fails
` [PATCH net 02/13] idpf: detach and close netdevs while handling a reset
` [PATCH net 03/13] idpf: fix memory leak in idpf_vport_rel()
` [PATCH net 04/13] idpf: fix memory leak in idpf_vc_core_deinit()
` [PATCH net 05/13] idpf: fix error handling in the init_task on load
` [PATCH net 06/13] idpf: fix memory leak of flow steer list on rmmod
` [PATCH net 07/13] idpf: fix issue with ethtool -n command display
` [PATCH net 08/13] idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
` [PATCH net 09/13] idpf: Fix RSS LUT configuration on down interfaces
` [PATCH net 10/13] idpf: Fix RSS LUT NULL ptr issue after soft reset
` [PATCH net 11/13] idpf: Fix error handling in idpf_vport_open()
` [PATCH net 12/13] idpf: cap maximum Rx buffer size
` [PATCH net 13/13] idpf: fix aux device unplugging when rdma is not supported by vport

[PATCH] MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
 2026-01-06 23:43 UTC  (2+ messages)

[PATCH net-next] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-06 23:13 UTC  (4+ messages)

[PATCH net-next v3 0/2] dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration
 2026-01-06 23:05 UTC  (6+ messages)
` [PATCH v3 2/2] net: "

[PATCH net-next, v7] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2026-01-06 23:04 UTC 

[PATCH net-next, v6] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2026-01-06 22:59 UTC  (3+ messages)

[PATCH net-next v4 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
 2026-01-06 22:58 UTC  (3+ messages)

[PATCH v2] can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit
 2026-01-06 22:14 UTC  (4+ messages)

[PATCH V2,net-next, 0/2] net: mana: Add support for coalesced RX packets
 2026-01-06 22:10 UTC  (5+ messages)
` [PATCH V2,net-next, 1/2] net: mana: Add support for coalesced RX packets on CQE
` [PATCH V2,net-next, 2/2] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH 1/1] dt-bindings: net: dsa: microchip: Make pinctrl 'reset' optional
 2026-01-06 21:44 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the mm-unstable tree
 2026-01-06 21:40 UTC  (4+ messages)

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2026-01-06 21:09 UTC  (3+ messages)
` [RFC PATCH v3 35/35] Documentation: driver-api: ntb: Document remote eDMA transport backend


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