netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 14:10:06 to 2025-06-20 08:58:27 UTC [more...]

[PATCH net 0/2] Fix IRQ vectors
 2025-06-20  8:57 UTC  (3+ messages)
` [PATCH net 1/2] net: txgbe: request MISC IRQ in ndo_open
` [PATCH net 2/2] net: wangxun: revert the adjustment of the IRQ vector sequence

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-20  8:57 UTC  (4+ messages)
` [PATCH v8 net-next 04/15] tcp: AccECN core

[PATCH net-next v1 1/1] net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect
 2025-06-20  8:51 UTC 

[PATCH net-next v1 1/1] net: usb: lan78xx: annotate checksum assignment to silence sparse warnings
 2025-06-20  8:46 UTC 

[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
 2025-06-20  8:39 UTC  (5+ messages)

[PATCH net 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-06-20  8:37 UTC  (5+ messages)
` [PATCH net 1/3] vsock: Fix transport_{h2g,g2h} TOCTOU
` [PATCH net 3/3] vsock: Fix transport_* TOCTOU

[PATCH v5 00/13] further mt7988 devicetree work
 2025-06-20  8:35 UTC  (14+ messages)
` [PATCH v5 01/13] dt-bindings: net: mediatek,net: update for mt7988
` [PATCH v5 02/13] dt-bindings: net: dsa: mediatek,mt7530: add dsa-port definition "
` [PATCH v5 03/13] dt-bindings: net: dsa: mediatek,mt7530: add internal mdio bus
` [PATCH v5 04/13] dt-bindings: interconnect: add mt7988-cci compatible
` [PATCH v5 05/13] arm64: dts: mediatek: mt7988: add cci node
` [PATCH v5 06/13] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
` [PATCH v5 07/13] arm64: dts: mediatek: mt7988: add switch node
` [PATCH v5 08/13] arm64: dts: mediatek: mt7988a-bpi-r4: add proc-supply for cci
` [PATCH v5 09/13] arm64: dts: mediatek: mt7988a-bpi-r4: drop unused pins
` [PATCH v5 10/13] arm64: dts: mediatek: mt7988a-bpi-r4: add gpio leds
` [PATCH v5 11/13] arm64: dts: mediatek: mt7988a-bpi-r4: add aliases for ethernet
` [PATCH v5 12/13] arm64: dts: mediatek: mt7988a-bpi-r4: add sfp cages and link to gmac
` [PATCH v5 13/13] arm64: dts: mediatek: mt7988a-bpi-r4: configure switch phys and leds

[PATCH net-next 00/12] Add vf drivers for wangxun virtual functions
 2025-06-20  8:32 UTC  (7+ messages)
` [PATCH net-next 01/12] net: libwx: add mailbox api for wangxun vf drivers
` [PATCH net-next 03/12] net: libwx: add wangxun vf common api

[PATCH iwl-next,v2 1/1] igc: Add wildcard rule support to ethtool NFC using Default Queue
 2025-06-20  8:30 UTC  (5+ messages)

[PATCH net-next] ip6_tunnel: enable to change proto of fb tunnels
 2025-06-20  8:14 UTC  (3+ messages)

[PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
 2025-06-20  7:49 UTC  (2+ messages)

[PATCH] net: usb: qmi_wwan: add SIMCom 8230C composition
 2025-06-20  6:46 UTC  (2+ messages)

[PATCH] xfrm: Duplicate SPI Handling
 2025-06-20  6:58 UTC  (2+ messages)

[PATCH] netfilter: ipset: fix typo in hash size macro
 2025-06-20  6:44 UTC  (2+ messages)

[PATCH net-next] Bluetooth: Remove hci_conn_hash_lookup_state()
 2025-06-20  7:03 UTC 

[PATCH v4 net-next 0/8] virtio: introduce GSO over UDP tunnel
 2025-06-20  5:59 UTC  (23+ messages)
` [PATCH v4 net-next 1/8] virtio: introduce extended features
` [PATCH v4 net-next 2/8] virtio_pci_modern: allow configuring "
` [PATCH v4 net-next 3/8] vhost-net: "
` [PATCH v4 net-next 5/8] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v4 net-next 7/8] tun: enable gso over UDP tunnel support

[PATCH net 0/4] net: axienet: Fix deferred probe loop
 2025-06-20  5:13 UTC  (9+ messages)
` [PATCH net 1/4] auxiliary: Allow empty id
` [PATCH net 2/4] net: axienet: Fix resource release ordering
` [PATCH net 3/4] net: axienet: Rearrange lifetime functions
` [PATCH net 4/4] net: axienet: Split into MAC and MDIO drivers

[PATCH v12 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-06-20  5:02 UTC  (17+ messages)
` [PATCH v12 1/7] mfd: Add core driver for Nuvoton NCT6694

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-20  4:12 UTC  (10+ messages)
` [PATCH net-next v6 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v6 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v6 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v6 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v6 5/9] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v6 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next v6 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next v6 8/9] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-20  4:12 UTC  (8+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "

[PATCH] bonding: Improve the accuracy of LACPDU transmissions
 2025-06-20  3:15 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the vfs-brauner tree
 2025-06-20  2:11 UTC 

[PATCH 0/2] nfc: Use str_yes_no() and str_low_high() helper
 2025-06-20  2:01 UTC  (4+ messages)
` [PATCH 2/2] nfc: pn544: Use "

[PATCH net] net: vlan: fix format-truncation warnings in? register_vlan_device
 2025-06-20  1:33 UTC  (2+ messages)

[PATCH] rust: cast to the proper type
 2025-06-20  1:05 UTC  (9+ messages)

Tulip 21142 panic on physical link disconnect
 2025-06-20  0:57 UTC  (15+ messages)

[PATCH net-next v3] net: ti: icssg-prueth: Add prp offload support to ICSSG driver
 2025-06-20  0:30 UTC  (2+ messages)

[PATCH net-next v3] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
 2025-06-20  0:17 UTC  (6+ messages)

[PATCH v15 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-06-20  0:13 UTC  (2+ messages)

[GIT PULL] Networking for v6.16-rc3
 2025-06-20  0:00 UTC  (3+ messages)

[PATCH net-next] net/smc: remove unused input parameters in smc_buf_get_slot
 2025-06-19 23:20 UTC  (2+ messages)

[PATCH net-next] tcp: tcp_time_to_recover() cleanup
 2025-06-19 23:20 UTC  (2+ messages)

[PATCH 0/3] netpoll: Code organization improvements
 2025-06-19 23:20 UTC  (2+ messages)

[PATCH net-next v4 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
 2025-06-19 23:20 UTC  (2+ messages)

[PATCH net-next v2 13/14] octeontx2-pf: ipsec: Manage NPC rules and SPI-to-SA table entries
 2025-06-19 23:19 UTC  (2+ messages)

[PATCH net-next v2] neighbour: add support for NUD_PERMANENT proxy entries
 2025-06-19 23:20 UTC  (2+ messages)

[Patch net-next v3] net: mana: Record doorbell physical address in PF mode
 2025-06-19 23:20 UTC  (2+ messages)

[PATCH net-next] net: mana: Set tx_packets to post gso processing packet count
 2025-06-19 23:00 UTC  (2+ messages)

[syzbot] [net?] KMSAN: uninit-value in unix_create1
 2025-06-19 22:51 UTC 

[PATCH] igc: Make the const read-only array supported_sizes static
 2025-06-19 22:50 UTC  (2+ messages)

[PATCH net-next v2] net: gianfar: Use device_get_named_child_node_count()
 2025-06-19 22:50 UTC  (2+ messages)

[PATCH v6] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-19 22:50 UTC  (2+ messages)

[PATCH v4] net: sfp: add quirk for Potron SFP+ XGSPON ONU Stick
 2025-06-19 22:50 UTC  (2+ messages)

[PATCH net-next v8 0/6] convert lan78xx driver to the PHYLINK
 2025-06-19 22:50 UTC  (2+ messages)

[PATCH net-next v4 00/11] net: fec: general + VLAN cleanups
 2025-06-19 22:40 UTC  (2+ messages)

[PATCH net-next] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method
 2025-06-19 22:30 UTC  (2+ messages)

[PATCH net-next 0/2] net: stmmac: loongson1: cleanups
 2025-06-19 22:30 UTC  (2+ messages)

[PATCH net v3] ethernet: ionic: Fix DMA mapping tests
 2025-06-19 22:28 UTC  (2+ messages)

[PATCH net-next 0/5] net/mlx5e: Add support for PCIe congestion events
 2025-06-19 22:22 UTC  (5+ messages)

[PATCH net-next v6 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-19 22:19 UTC  (7+ messages)
` [PATCH net-next v6 12/12] net/mlx5e: Add TX support for netmems

[net-next, 08/10] bng_en: Add irq allocation support
 2025-06-19 21:25 UTC  (2+ messages)

[PATCH net] CREDITS: Add entry for Shannon Nelson
 2025-06-19 21:16 UTC 

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-06-19 21:18 UTC  (7+ messages)

[PATCH v4 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-06-19 20:06 UTC  (8+ messages)
` [PATCH v4 12/14] MAINTAINERS: add maintainers for netlink_yml_parser.py

[net-next v2 0/4] net: ftgmac100: Add SoC reset support for RMII mode
 2025-06-19 20:00 UTC  (3+ messages)
` [net-next v2 2/4] dt-bindings: clock: ast2600: Add reset definitions for MAC1 and MAC2

[net-next:main 35/47] drivers/net/pse-pd/pse_core.c:676:23: error: incompatible pointer types passing 'struct net_device *' to parameter of type 'struct phy_device *'
 2025-06-19 19:20 UTC 

[PATCH v1 net-next 06/15] ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP
 2025-06-19 18:56 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] af_unix: Allow BPF LSM to filter SCM_RIGHTS at sendmsg()
 2025-06-19 18:55 UTC  (3+ messages)

[PATCH net] bridge: mcast: Fix use-after-free during router port configuration
 2025-06-19 18:22 UTC 

[PATCH v1 net-next 02/15] ipv6: mcast: Replace locking comments with lockdep annotations
 2025-06-19 18:11 UTC  (2+ messages)

[PATCH net-next v2] netmem: fix skb_frag_address_safe with unreadable skbs
 2025-06-19 17:52 UTC 

[PATCH ethtool-next v2] pretty: Add support for TI K3 CPSW registers and ALE table dump
 2025-06-19 17:19 UTC 

[PATCH net-next v4] page_pool: import Jesper's page_pool benchmark
 2025-06-19 17:05 UTC  (9+ messages)

[PATCH 0/3] Expose REFCLK for RMII and enable RMII
 2025-06-19 17:04 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: net: cdns,macb: Add external REFCLK property
` [PATCH 2/3] net: cadence: macb: Expose REFCLK as a device tree property
` [PATCH 3/3] net: cadence: macb: Enable RMII for SAMA7 gem

[PATCH v3 net-next] eth: bnxt: add netmem TX support
 2025-06-19 17:02 UTC  (2+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-19 17:01 UTC  (10+ messages)
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

[PATCH net] mailmap: Update shannon.nelson emails
 2025-06-19 16:44 UTC  (3+ messages)

[PATCH net 0/9] mlx5 misc fixes 2025-06-10
 2025-06-19 16:31 UTC  (6+ messages)
` [PATCH net 1/9] net/mlx5: Ensure fw pages are always allocated on same NUMA

[PATCH net-next] ethtool: pse-pd: Add missing linux/export.h include
 2025-06-19 16:25 UTC 

[net-next:main 35/47] net/ethtool/pse-pd.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing
 2025-06-19 16:11 UTC 

[PATCH net v4 0/2] net: airoha: Improve hwfd buffer/descriptor queues setup
 2025-06-19 15:50 UTC  (2+ messages)

[GIT PULL] wireless-2025-06-18
 2025-06-19 15:50 UTC  (2+ messages)

[PATCH net] tools: ynl: fix mixing ops and notifications on one socket
 2025-06-19 15:40 UTC  (4+ messages)

[PATCH net v2] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH net v2] net: airoha: Always check return value from airoha_ppe_foe_get_entry()
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH net 0/2] net: atm: protect dev_lec[] with a mutex
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove Shannon Nelson from MAINTAINERS file
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH] NFC: nci: uart: Set tty->disc_data only in success path
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH v2 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH net-next 01/10] can: rcar_canfd: Consistently use ndev for net_device pointers
 2025-06-19 15:30 UTC  (2+ messages)

[PATCH net 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-19 15:26 UTC  (5+ messages)
` [PATCH net 1/2] "

[net-next PATCH v3 0/8] Add support for 25G, 50G, and 100G to fbnic
 2025-06-19 15:17 UTC  (3+ messages)

[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-06-19 15:06 UTC  (6+ messages)
` [PATCH v12 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v12 2/5] rust: support formatting of foreign types
` [PATCH v12 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport

[PATCH v2] wireguard: queueing: simplify wg_cpumask_next_online()
 2025-06-19 14:54 UTC 

[PATCH net-next 0/3] Support some features for the HIBMCGE driver
 2025-06-19 14:44 UTC  (4+ messages)
` [PATCH net-next 1/3] net: hibmcge: support scenario without PHY
` [PATCH net-next 2/3] net: hibmcge: adjust the burst len configuration of the MAC controller to improve TX performance
` [PATCH net-next 3/3] net: hibmcge: configure FIFO thresholds according to the MAC controller documentation

[Intel-wired-lan] [REGRESSION] e1000e heavy packet loss on Meteor Lake - 6.14.2
 2025-06-19 14:49 UTC  (11+ messages)

[PATCH V3 net-next 0/8] There are some cleanup for hns3 driver
 2025-06-19 14:40 UTC  (9+ messages)
` [PATCH V3 net-next 1/8] net: hns3: fix spelling mistake "reg_um" -> "reg_num"
` [PATCH V3 net-next 2/8] net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle layer conversion
` [PATCH V3 net-next 3/8] net: hns3: use hns3_get_ops() "
` [PATCH V3 net-next 4/8] net: hns3: add \n at the end when print msg
` [PATCH V3 net-next 5/8] net: hns3: set the freed pointers to NULL when lifetime is not end
` [PATCH V3 net-next 6/8] net: hns3: delete redundant address before the array
` [PATCH V3 net-next 7/8] net: hns3: add complete parentheses for some macros
` [PATCH V3 net-next 8/8] net: hns3: clear hns alarm: comparison of integer expressions of different signedness

[PATCH] can: rcar_canfd: Describe channel-specific FD registers using C struct
 2025-06-19 14:41 UTC  (3+ messages)

[PATCH net-next v2 06/14] octeontx2-af: Add support for SPI to SA index translation
 2025-06-19 14:37 UTC  (2+ messages)

[PATCH net-next 0/10] pull-request: can-next 2025-06-18
 2025-06-19 14:22 UTC  (6+ messages)
` [PATCH net-next 06/10] can: rcar_canfd: Repurpose f_dcfg base for other registers

[PATCH net-next] testptp: add option to enable external timestamping edges
 2025-06-19 14:17 UTC  (2+ messages)

[PATCH net v3] Expose RDS features via sysfs
 2025-06-19 14:14 UTC  (3+ messages)
` [PATCH net v3] rds: Expose feature parameters via sysfs (and ELF)

[PATCH net] eth: fbnic: avoid double free when failing to DMA-map FW msg
 2025-06-19 14:10 UTC  (3+ 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).