netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 07:31:52 to 2025-07-19 00:51:37 UTC [more...]

[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
 2025-07-19  0:51 UTC  (5+ messages)
` [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable

[PATCH net-next] net: bcmasp: Add support for re-starting auto-negotiation
 2025-07-19  0:50 UTC  (2+ messages)

[PATCH net-next] be2net: Use correct byte order and format string for TCP seq and ack_seq
 2025-07-19  0:50 UTC  (3+ messages)

[PATCH net-next v5 0/7] net: maintain netif vs dev prefix semantics
 2025-07-19  0:50 UTC  (2+ messages)

[PATCH net 0/2] mlx5 misc fixes 2025-07-17
 2025-07-19  0:50 UTC  (6+ messages)
` [PATCH net 1/2] net/mlx5: Fix memory leak in cmd_exec()
` [PATCH net 2/2] net/mlx5: E-Switch, Fix peer miss rules to use peer eswitch

[PATCH net-next] selftests: rtnetlink: Add operational state test
 2025-07-19  0:40 UTC  (3+ messages)

[PATCH net-next v3 1/1] net: selftests: add PHY-loopback test for bad TCP checksums
 2025-07-19  0:30 UTC  (2+ messages)

[PATCH net v3] net: ti: icssg-prueth: Fix buffer allocation for ICSSG
 2025-07-19  0:30 UTC  (6+ messages)
    ` [v3] "

[PATCH net] selftests: netfilter: tone-down conntrack clash test
 2025-07-19  0:26 UTC  (2+ messages)

[PATCH net v2 1/3] bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()
 2025-07-19  0:20 UTC  (7+ messages)
` [PATCH net v2 2/3] dpaa2-eth: Fix device reference count leak in MAC endpoint handling
` [PATCH net v2 3/3] dpaa2-switch: "

[PATCH net-next v9 00/15] net: phy: Introduce PHY ports representation
 2025-07-19  0:18 UTC  (7+ messages)
` [PATCH net-next v9 01/15] dt-bindings: net: Introduce the ethernet-connector description
` [PATCH net-next v9 02/15] net: ethtool: common: Indicate that BaseT works on up to 4 lanes

[PATCH] net: stream: add description for sk_stream_write_space()
 2025-07-19  0:10 UTC  (2+ messages)

[PATCH net-next V5] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-07-19  0:10 UTC  (2+ messages)

[PATCH net-next 0/5] netconsole: reuse netpoll_parse_ip_addr in configfs helpers
 2025-07-19  0:03 UTC  (8+ messages)
` [PATCH net-next 1/5] netpoll: Remove unused fields from inet_addr union
` [PATCH net-next 2/5] netconsole: move netpoll_parse_ip_addr() earlier for reuse
` [PATCH net-next 3/5] netconsole: add support for strings with new line in netpoll_parse_ip_addr
` [PATCH net-next 4/5] netconsole: use netpoll_parse_ip_addr in local_ip_store
` [PATCH net-next 5/5] "

[PATCH net] net: core: Fix the loop in default_device_exit_net()
 2025-07-18 23:37 UTC  (2+ messages)

[PATCH net-next 00/13][pull request] Intel Wired LAN Driver Updates 2025-07-18 (idpf, ice, igc, igbvf, ixgbevf)
 2025-07-18 23:34 UTC  (17+ messages)
` [PATCH net-next 01/13] virtchnl2: rename enum virtchnl2_cap_rss
` [PATCH net-next 02/13] virtchnl2: add flow steering support
` [PATCH net-next 03/13] idpf: "
` [PATCH net-next 04/13] idpf: add cross timestamping
` [PATCH net-next 05/13] idpf: preserve coalescing settings across resets
` [PATCH net-next 06/13] ice: add 40G speed to Admin Command GET PORT OPTION
` [PATCH net-next 07/13] ice: add E835 device IDs
` [PATCH net-next 08/13] ice: convert ice_add_prof() to bitmap
` [PATCH net-next 09/13] ice: breakout common LAG code into helpers
` [PATCH net-next 10/13] igc: Relocate RSS field definitions to igc_defines.h
` [PATCH net-next 11/13] igc: Add wildcard rule support to ethtool NFC using Default Queue
` [PATCH net-next 12/13] igbvf: remove unused fields from struct igbvf_adapter
` [PATCH net-next 13/13] ixgbevf: remove unused fields from struct ixgbevf_adapter

[PATCH net-next 0/3] Support exposing raw cycle counters in PTP and mlx5
 2025-07-18 23:29 UTC  (6+ messages)
` [PATCH net-next 3/3] net/mlx5: Support getcyclesx and getcrosscycles

[PATCH net-next v6 0/5] Add support to do threaded napi busy poll
 2025-07-18 23:20 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: Create separate gro_flush_normal function
` [PATCH net-next v6 2/5] net: Use dev_set_threaded_hint instead of dev_set_threaded in drivers
` [PATCH net-next v6 3/5] net: define an enum for the napi threaded state
` [PATCH net-next v6 4/5] Extend napi threaded polling to allow kthread based busy polling
` [PATCH net-next v6 5/5] selftests: Add napi threaded busy poll test in `busy_poller`

[PATCH] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
 2025-07-18 23:18 UTC  (8+ messages)

[PATCH net-next 0/2] tcp: a couple of fixes
 2025-07-18 22:16 UTC  (5+ messages)
` [PATCH net-next 1/2] tcp: do not set a zero size receive buffer
` [PATCH net-next 2/2] tcp: do not increment BeyondWindow MIB for old seq

[PATCH net-next v2 0/4] mptcp: add TCP_MAXSEG sockopt support
 2025-07-18 22:06 UTC  (5+ messages)
` [PATCH net-next v2 1/4] mptcp: sockopt: drop redundant tcp_getsockopt
` [PATCH net-next v2 2/4] tcp: add tcp_sock_set_maxseg
` [PATCH net-next v2 3/4] mptcp: add TCP_MAXSEG sockopt support
` [PATCH net-next v2 4/4] mptcp: fix typo in a comment

[PATCH iproute2-next v3 0/1] iproute2-next: Extending bonding's arp_ip_target to include a list of vlan tags
 2025-07-18 21:34 UTC  (2+ messages)
` [PATCH iproute2-next v3 1/1] iproute: Extend bonding's "arp_ip_target" parameter to add "

[PATCH net] net: bcmasp: Restore programming of TX map vector register
 2025-07-18 21:22 UTC 

[PATCH net-next v6 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-07-18 21:23 UTC  (8+ messages)
` [PATCH net-next v6 1/7] bonding: Adding struct bond_arp_target
` [PATCH net-next v6 2/7] bonding: Adding extra_len field to struct bond_opt_value
` [PATCH net-next v6 3/7] bonding: arp_ip_target helpers
` [PATCH net-next v6 4/7] bonding: Processing extended arp_ip_target from user space
` [PATCH net-next v6 5/7] bonding: Update to bond_arp_send_all() to use supplied vlan tags
` [PATCH net-next v6 6/7] bonding: Update for extended arp_ip_target format
` [PATCH net-next v6 7/7] bonding: Selftest and documentation for the arp_ip_target parameter

[PATCH v1] net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_class
 2025-07-18 21:11 UTC  (4+ messages)

[PATCH net-next] s390/qeth: Make hw_trap sysfs attribute idempotent
 2025-07-18 20:26 UTC  (2+ messages)

[PATCH iwl-net 0/2] ice: fix issues with loading certain older DDP packages
 2025-07-18 20:08 UTC  (7+ messages)
` [PATCH iwl-net 1/2] ice: fix double-call to ice_deinit_hw() during probe failure
` [PATCH iwl-net 2/2] ice: don't leave device non-functional if Tx scheduler config fails

[PATCH net-next 0/3] net: stmmac: xgmac: Minor fixes
 2025-07-18 20:06 UTC  (14+ messages)
` [PATCH net-next 2/3] net: stmmac: xgmac: Correct supported speed modes
` [PATCH net-next 3/3] net: stmmac: Set CIC bit only for TX queues with COE

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2025-07-18 20:00 UTC  (7+ messages)
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH bpf-next v2 00/13] Add a dynptr type for skb metadata
 2025-07-18 19:27 UTC  (6+ messages)
` [PATCH bpf-next v2 01/13] bpf: Add "

[PATCH net-next] ibmveth: Add multi buffers rx replenishment hcall support
 2025-07-18 19:08 UTC  (2+ messages)

[PATCH net-next v3 0/2] amd-xgbe: add hardware PTP timestamping
 2025-07-18 18:56 UTC  (3+ messages)
` [PATCH net-next v3 1/2] and-xgbe: remove the abstraction for hwptp
` [PATCH net-next v3 2/2] amd-xgbe: add hardware PTP timestamping support

[PATCH bpf-next] netfilter: bpf: Disable migrate before bpf_prog run
 2025-07-18 18:25 UTC  (2+ messages)

[PATCH net-next v5 0/2] Add Si3474 PSE controller driver
 2025-07-18 18:09 UTC  (6+ messages)
` [PATCH net-next v5 2/2] net: pse-pd: "
    ` [EXTERNAL]Re: "

[syzbot] [crypto?] BUG: unable to handle kernel paging request in ieee80211_wep_encrypt
 2025-07-18 18:03 UTC  (4+ messages)
` [syzbot] [wireless] "

[PATCH v2] xen/netfront: Fix TX response spurious interrupts
 2025-07-18 17:12 UTC  (5+ messages)

[PATCH net-next v10 00/11] PRU-ICSSM Ethernet Driver
 2025-07-18 17:09 UTC  (8+ messages)
` [PATCH net-next v10 04/11] net: ti: prueth: Adds link detection, RX and TX support

[PATCH net-next] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-07-18 16:59 UTC  (8+ messages)

[PATCH v2] ice: Fix a null pointer dereference in ice_copy_and_init_pkg()
 2025-07-18 16:44 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] net: phy: Fix premature resume by a PHY driver
 2025-07-18 16:10 UTC  (2+ messages)

[PATCH v3 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-07-18 15:51 UTC  (19+ messages)
` [PATCH v3 01/10] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v3 02/10] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v3 04/10] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v3 05/10] dt-bindings: clock: ipq9574: Rename NSS CC source clocks to drop rate
` [PATCH v3 07/10] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC

[PATCH net v2] ptp: prevent possible ABBA deadlock in ptp_clock_freerun()
 2025-07-18 15:40 UTC  (3+ messages)

[PATCH v2] sunrpc: Change ret code of xdr_stream_decode_opaque_fixed
 2025-07-18 14:21 UTC  (2+ messages)

[PATCH v13 net-next 00/14] AccECN protocol patch series
 2025-07-18 14:20 UTC  (15+ messages)
` [PATCH v13 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v13 net-next 02/14] tcp: fast path functions later
` [PATCH v13 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v13 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v13 net-next 05/14] tcp: AccECN core
` [PATCH v13 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v13 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v13 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v13 net-next 09/14] tcp: sack option handling improvements
` [PATCH v13 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v13 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v13 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v13 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v13 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower
 2025-07-18 14:16 UTC 

[PATCH net-next v3 0/3] Add shared PHY counter support for QCA807x and QCA808x
 2025-07-18 14:02 UTC  (7+ messages)
` [PATCH net-next v3 1/3] net: phy: qcom: Add PHY counter support

[PATCH net v4 0/3] net: phy: smsc: use IRQ + relaxed polling to fix missed link-up
 2025-07-18 13:58 UTC  (2+ messages)

[PATCH net-next] net: phy: qcom: qca807x: Enable WoL support using shared library
 2025-07-18 13:57 UTC 

[PATCH net-next v4 0/2] net: Don't use %pK through printk
 2025-07-18 13:43 UTC  (5+ messages)
` [PATCH net-next v4 1/2] ice: Don't use %pK through printk or tracepoints
  ` [Intel-wired-lan] "
` [PATCH net-next v4 2/2] net/mlx5: "
  ` [Intel-wired-lan] "

[PATCH v2 0/8] treewide: Fix typo "notifer"
 2025-07-18 13:36 UTC  (5+ messages)
` [PATCH v2 5/8] wifi: brcmfmac: "
` [PATCH v2 7/8] xen/xenbus: "

[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-18 13:24 UTC 

[PATCH nf-next v4 0/2] Add IPIP flowtable SW acceleratio
 2025-07-18 13:14 UTC  (4+ messages)
` [PATCH nf-next v4 1/2] net: netfilter: Add IPIP flowtable SW acceleration
` [PATCH nf-next v4 2/2] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest

[PATCH iwl-next] idpf: set napi for each TX and RX queue
 2025-07-18 13:06 UTC  (3+ messages)

[PATCH net-next v1 1/1] net: usb: smsc95xx: add support for ethtool pause parameters
 2025-07-18 13:03 UTC  (2+ messages)

[PATCH net-next v2] amd-xgbe: add hardware PTP timestamping support
 2025-07-18 12:36 UTC  (3+ messages)

[PATCH net-next 0/2] dpll: zl3073x: Read clock ID from device property
 2025-07-18 12:16 UTC  (4+ messages)
` [PATCH net-next 1/2] dt-bindings: dpll: Add clock ID property

[PATCH v2 net-next 00/14] Add NETC Timer PTP driver and add PTP support for i.MX95
 2025-07-18 12:01 UTC  (11+ messages)
` [PATCH v2 net-next 02/14] dt-bindings: net: add nxp,netc-timer property

[syzbot] [netfilter?] KASAN: slab-out-of-bounds Read in nfacct_mt_checkentry
 2025-07-18 11:27 UTC  (4+ messages)
` [PATCH nf] netfilter: xt_nfacct: don't assume acct name is null-terminated

[PATCH] net: mctp: Add MCTP PCIe VDM transport driver
 2025-07-18 11:05 UTC  (9+ messages)

[PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-18 11:03 UTC 

[PATCH v2 0/5] Expose REFCLK for RMII and enable RMII
 2025-07-18 11:00 UTC  (3+ messages)
` [PATCH v2 4/5] net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag

[PATCH] crypto/krb5: Fix memory leak in krb5_test_one_prf()
 2025-07-18 11:00 UTC  (3+ messages)

[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-07-18 10:56 UTC  (16+ messages)
` [PATCH bpf-next V2 1/7] net: xdp: Add xdp_rx_meta structure

ixgbe driver stops sending normal data when using xsk
 2025-07-18 10:26 UTC  (2+ messages)

[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-18  9:48 UTC 

[PATCH net-next V2 0/3] in order support for vhost-net
 2025-07-18  9:44 UTC  (10+ messages)

[PATCH net-next v4 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
 2025-07-18  9:39 UTC  (4+ messages)
` [PATCH net-next v4 1/7] dt-bindings: net: airoha: npu: Add memory regions used for wlan offload

[PATCH net-next v11 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
 2025-07-18  9:32 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH net-next v4 0/4] net: add local address bind support to vxlan and geneve
 2025-07-18  9:00 UTC  (7+ messages)
` [PATCH net-next v4 2/4] net: vxlan: add netlink option to bind vxlan sockets to local addresses
` [PATCH net-next v4 4/4] net: geneve: enable binding geneve "

[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-18  8:31 UTC  (2+ messages)

[PATCH v2 00/29] Add support for MT8196 clock controllers
 2025-07-18  8:31 UTC  (4+ messages)
` [PATCH v2 14/29] clk: mediatek: Add MT8196 vlpckgen clock support

[PATCH v2] netvsc: transfer lower device max tso size
 2025-07-18  8:28 UTC 

[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-18  7:41 UTC  (4+ messages)
` [PATCH net-next v5 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings

[PATCH net-next v1 1/1] Documentation: networking: add detailed guide on Ethernet flow control configuration
 2025-07-18  7:38 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).