netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-02 08:45:10 to 2024-12-02 18:32:49 UTC [more...]

[PATCH net-next v3 RESEND] octeon_ep: add ndo ops for VFs in PF driver
 2024-12-02 18:32 UTC 

[net] net: Make napi_hash_lock irq safe
 2024-12-02 18:21 UTC 

[PATCH 4.19.y 1/1] inet: inet_defrag: prevent sk release while still in use
 2024-12-02 18:06 UTC  (3+ messages)

[PATCH 4.19.y 1/1] inet: inet_defrag: prevent sk release while still in use
 2024-12-02 18:04 UTC 

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-12-02 17:34 UTC  (7+ messages)
` [net-next v6 5/9] net: napi: Add napi_config

[PATCH net] ethtool: Fix access to uninitialized fields in set RXNFC command
 2024-12-02 17:28 UTC  (2+ messages)

[PATCH v6 00/28] cxl: add type2 device basic support
 2024-12-02 17:12 UTC  (29+ messages)
` [PATCH v6 01/28] "
` [PATCH v6 02/28] sfc: add cxl support using new CXL API
` [PATCH v6 03/28] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v6 04/28] cxl/pci: add check for validating capabilities
` [PATCH v6 05/28] cxl: move pci generic code
` [PATCH v6 06/28] cxl: add function for type2 cxl regs setup
` [PATCH v6 07/28] sfc: use cxl api for regs setup and checking
` [PATCH v6 08/28] cxl: add functions for resource request/release by a driver
` [PATCH v6 09/28] sfc: request cxl ram resource
` [PATCH v6 10/28] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v6 11/28] cxl: add function for setting media ready by a driver
` [PATCH v6 12/28] sfc: set cxl media ready
` [PATCH v6 13/28] cxl: prepare memdev creation for type2
` [PATCH v6 14/28] sfc: create type2 cxl memdev
` [PATCH v6 15/28] cxl: define a driver interface for HPA free space enumeration
` [PATCH v6 16/28] sfc: obtain root decoder with enough HPA free space
` [PATCH v6 17/28] cxl: define a driver interface for DPA allocation
` [PATCH v6 18/28] sfc: get endpoint decoder
` [PATCH v6 19/28] cxl: make region type based on endpoint type
` [PATCH v6 20/28] cxl/region: factor out interleave ways setup
` [PATCH v6 21/28] cxl/region: factor out interleave granularity setup
` [PATCH v6 22/28] cxl: allow region creation by type2 drivers
` [PATCH v6 23/28] sfc: create cxl region
` [PATCH v6 24/28] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v6 25/28] sfc: specify no dax when cxl region is created
` [PATCH v6 26/28] cxl: add function for obtaining region range
` [PATCH v6 27/28] sfc: update MCDI protocol headers
` [PATCH v6 28/28] sfc: support pio mapping based on cxl

[PATCH net-next v3 0/8] ethtool: generate uapi header from the spec
 2024-12-02 16:29 UTC  (9+ messages)
` [PATCH net-next v3 1/8] ynl: support enum-cnt-name attribute in legacy definitions
` [PATCH net-next v3 2/8] ynl: skip rendering attributes with header property in uapi mode
` [PATCH net-next v3 3/8] ynl: support directional specs in ynl-gen-c.py
` [PATCH net-next v3 4/8] ynl: add missing pieces to ethtool spec to better match uapi header
` [PATCH net-next v3 5/8] ynl: include uapi header after all dependencies
` [PATCH net-next v3 6/8] ethtool: separate definitions that are gonna be generated
` [PATCH net-next v3 7/8] ethtool: remove the comments that are not "
` [PATCH net-next v3 8/8] ethtool: regenerate uapi header from the spec

[PATCH] net: sched: fix ordering of qlen adjustment
 2024-12-02 16:22 UTC 

[PATCH bpf] bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
 2024-12-02 16:15 UTC  (4+ messages)

[PATCH] net: phy: phy_ethtool_ksettings_set: Allow any supported speed
 2024-12-02 16:03 UTC  (13+ messages)

[PATCH net] qca_spi: Fix clock speed for multiple QCA7000
 2024-12-02 15:58 UTC 

[PATCH net] Revert "udp: avoid calling sock_def_readable() if possible"
 2024-12-02 15:56 UTC 

[PATCH v6 0/3] vsock/test: fix wrong setsockopt() parameters
 2024-12-02 15:54 UTC  (2+ messages)

[PATCH net v4] ethtool: Fix wrong mod state in case of verbose and no_mask bitset
 2024-12-02 15:33 UTC 

[PATCH] dt-bindings: Drop Bhupesh Sharma from maintainers
 2024-12-02 15:24 UTC  (2+ messages)

[PATCHv2 net] net: sched: fix erspan_opt settings in cls_flower
 2024-12-02 15:21 UTC 

[PATCH net-next 0/5] net: make RSS+RXNFC semantics more explicit
 2024-12-02 15:19 UTC  (9+ messages)
` [PATCH net-next 1/5] net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts in

[PATCH net-next v12 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-02 15:07 UTC  (23+ messages)
` [PATCH net-next v12 01/22] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v12 02/22] ovpn: add basic netlink support
` [PATCH net-next v12 03/22] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v12 04/22] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v12 05/22] ovpn: introduce the ovpn_peer object
` [PATCH net-next v12 06/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v12 07/22] ovpn: implement basic TX path (UDP)
` [PATCH net-next v12 08/22] ovpn: implement basic RX "
` [PATCH net-next v12 09/22] ovpn: implement packet processing
` [PATCH net-next v12 10/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v12 11/22] ovpn: implement TCP transport
` [PATCH net-next v12 12/22] ovpn: implement multi-peer support
` [PATCH net-next v12 13/22] ovpn: implement peer lookup logic
` [PATCH net-next v12 14/22] ovpn: implement keepalive mechanism
` [PATCH net-next v12 15/22] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v12 16/22] ovpn: add support for peer floating
` [PATCH net-next v12 17/22] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v12 18/22] ovpn: implement key add/get/del/swap "
` [PATCH net-next v12 19/22] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v12 20/22] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v12 21/22] ovpn: add basic ethtool support
` [PATCH net-next v12 22/22] testing/selftests: add test tool and scripts for ovpn module

[PATCH bpf-next 0/3] Introduce GRO support to cpumap codebase
 2024-12-02 15:04 UTC  (3+ messages)
` [PATCH bpf-next 3/3] bpf: cpumap: Add gro support

[PATCH net] net: sched: fix erspan_opt settings in cls_flower
 2024-12-02 15:03 UTC  (3+ messages)

[PATCH net] net: usb: usbnet: fix name regression
 2024-12-02 14:56 UTC  (5+ messages)

[PATCH v2 net] net: phy: micrel: Dynamically control external clock of KSZ PHY
 2024-12-02 14:48 UTC  (2+ messages)

[syzbot] Monthly rdma report (Nov 2024)
 2024-12-02 14:46 UTC  (3+ messages)

[ANN] no netdev call tomorrow
 2024-12-02 14:38 UTC 

[ANN] net-next is OPEN
 2024-12-02 14:36 UTC 

[PATCH net-next 00/37] rxrpc: Implement jumbo DATA transmission and RACK-TLP
 2024-12-02 14:30 UTC  (38+ messages)
` [PATCH net-next 01/37] rxrpc: Fix handling of received connection abort
` [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
` [PATCH net-next 03/37] rxrpc: Clean up Tx header flags generation handling
` [PATCH net-next 04/37] rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag
` [PATCH net-next 05/37] rxrpc: Show stats counter for received reason-0 ACKs
` [PATCH net-next 06/37] rxrpc: Request an ACK on impending Tx stall
` [PATCH net-next 07/37] rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf
` [PATCH net-next 08/37] rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
` [PATCH net-next 09/37] rxrpc: Separate the packet length from the data length in rxrpc_txbuf
` [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
` [PATCH net-next 11/37] rxrpc: Add a tracepoint to show variables pertinent to jumbo packet size
` [PATCH net-next 12/37] rxrpc: Fix CPU time starvation in I/O thread
` [PATCH net-next 13/37] rxrpc: Fix injection of packet loss
` [PATCH net-next 14/37] rxrpc: Only set DF=1 on initial DATA transmission
` [PATCH net-next 15/37] rxrpc: Timestamp DATA packets before transmitting them
` [PATCH net-next 16/37] rxrpc: Implement progressive transmission queue struct
` [PATCH net-next 17/37] rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it
` [PATCH net-next 18/37] rxrpc: Replace call->acks_first_seq with tracking of the hard ACK point
` [PATCH net-next 19/37] rxrpc: Display stats about jumbo packets transmitted and received
` [PATCH net-next 20/37] rxrpc: Adjust names and types of congestion-related fields
` [PATCH net-next 21/37] rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs
` [PATCH net-next 22/37] rxrpc: Store the DATA serial in the txqueue and use this in RTT calc
` [PATCH net-next 23/37] rxrpc: Don't use received skbuff timestamps
` [PATCH net-next 24/37] rxrpc: Generate rtt_min
` [PATCH net-next 25/37] rxrpc: Adjust the rxrpc_rtt_rx tracepoint
` [PATCH net-next 26/37] rxrpc: Display userStatus in rxrpc_rx_ack trace
` [PATCH net-next 27/37] rxrpc: Fix the calculation and use of RTO
` [PATCH net-next 28/37] rxrpc: Fix initial resend timeout
` [PATCH net-next 29/37] rxrpc: Send jumbo DATA packets
` [PATCH net-next 30/37] rxrpc: Don't allocate a txbuf for an ACK transmission
` [PATCH net-next 31/37] rxrpc: Use irq-disabling spinlocks between app and I/O thread
` [PATCH net-next 32/37] rxrpc: Tidy up the ACK parsing a bit
` [PATCH net-next 33/37] rxrpc: Add a reason indicator to the tx_data tracepoint
` [PATCH net-next 34/37] rxrpc: Add a reason indicator to the tx_ack tracepoint
` [PATCH net-next 35/37] rxrpc: Manage RTT per-call rather than per-peer
` [PATCH net-next 36/37] rxrpc: Fix request for an ACK when cwnd is minimum
` [PATCH net-next 37/37] rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]

[PATCH net-next 00/37] rxrpc: Implement jumbo DATA transmission and RACK-TLP
 2024-12-02 14:26 UTC 

[PATCH iwl-net 0/2] idpf: Preserve IRQ affinity and sync IRQ
 2024-12-02 14:26 UTC  (8+ messages)
` [PATCH iwl-net 1/2] idpf: preserve IRQ affinity settings across resets
` [PATCH iwl-net 2/2] idpf: finish pending IRQ handling before freeing interrupt

[PATCH net v2 0/2] IEP clock module bug fixes
 2024-12-02 14:02 UTC  (5+ messages)
` [PATCH net v2 1/2] net: ti: icssg-prueth: Fix firmware load sequence

[net PATCH] octeontx2-af: Fix SDP MAC link credits configuration
 2024-12-02 13:55 UTC  (2+ messages)

[PATCH 0/5] net: renesas: rswitch: several fixes
 2024-12-02 13:49 UTC  (6+ messages)
` [PATCH 1/5] net: renesas: rswitch: fix possible early skb release
` [PATCH 2/5] net: renesas: rswitch: fix leaked pointer on error path
` [PATCH 3/5] net: renesas: rswitch: avoid use-after-put for a device tree node
` [PATCH 4/5] net: renesas: rswitch: do not deinit disabled ports
` [PATCH 5/5] net: renesas: rswitch: remove speed from gwca structure

[PATCHv3] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-12-02 13:00 UTC 

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-02 12:52 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
 2024-12-02 11:29 UTC  (4+ messages)
` [PATCH bpf 1/3] bpf, sockmap: Fix update element with same
` [PATCH bpf 2/3] selftest/bpf: Extend test for sockmap update "
` [PATCH bpf 3/3] bpf, sockmap: Fix race between element replace and close()

[PATCH AUTOSEL 5.10 3/6] can: j1939: fix error in J1939 documentation
 2024-12-02 11:59 UTC  (2+ messages)

[net PATCH 1/2] selftests: net: lib: fix broken ping with coreutils ping util
 2024-12-02 11:52 UTC  (3+ messages)
` [net PATCH 2/2] selftests: forwarding: local_termination: sleep before starting tests

[RFC PATCH v3 00/19] Support socket access-control
 2024-12-02 11:32 UTC  (9+ messages)
` [RFC PATCH v3 01/19] landlock: "

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-12-02 10:40 UTC  (13+ messages)
` [PATCH net-next v11 05/23] ovpn: keep carrier always on

[syzbot] [rdma?] KASAN: slab-use-after-free Read in ib_device_uevent
 2024-12-02 10:36 UTC 

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-12-02 10:14 UTC 

[PATCH net-next RESEND v2] net/smc: Remove unused function parameter in __smc_diag_dump
 2024-12-02 10:10 UTC 

[PATCH net-next] bridge: Make the FDB consider inner tag for Q-in-Q
 2024-12-02 10:06 UTC  (4+ messages)

[PATCH net] net: hsr: must allocate more bytes for RedBox support
 2024-12-02 10:05 UTC 

"Kernel Warn in af_inet" in Linux Kernel Version 2.6.26
 2024-12-02 10:04 UTC  (2+ messages)

[syzbot] [net?] kernel BUG in send_hsr_supervision_frame
 2024-12-02 10:03 UTC 

[PATCH 6.6 0/3] Fix PPS channel routing
 2024-12-02  9:52 UTC  (2+ messages)

[PATCH v2 net] ipmr: tune the ipmr_can_free_table() checks
 2024-12-02  9:48 UTC  (3+ messages)

[PATCH net-next] dsa: Make offloading optional on per port basis
 2024-12-02  9:45 UTC  (3+ messages)

[PATCH v2 0/4] ARM64: dts: intel: agilex5: add nodes and new board
 2024-12-02  9:32 UTC  (5+ messages)
` [PATCH v2 2/4] arm64: dts: agilex5: add gmac nodes

[PATCH net,v2 0/4] Netfilter fixes for net
 2024-12-02  9:28 UTC  (6+ messages)
` [PATCH net 4/4] netfilter: nft_inner: incorrect percpu area handling under softirq

[iwl-next v8 0/9] ice: managing MSI-X in driver
 2024-12-02  9:20 UTC  (3+ messages)

[PATCH 4/8] ice, irdma: move interrupts code to irdma
 2024-12-02  9:17 UTC  (3+ messages)

[PATCH net 0/14] pull-request: can 2024-11-29
 2024-12-02  9:04 UTC  (3+ messages)

[PATCH net 0/15] pull-request: can 2024-12-02
 2024-12-02  8:55 UTC  (16+ messages)
` [PATCH net 01/15] can: dev: can_set_termination(): allow sleeping GPIOs
` [PATCH net 02/15] can: gs_usb: add usb endpoint address detection at driver probe step
` [PATCH net 03/15] can: c_can: c_can_handle_bus_err(): update statistics if skb allocation fails
` [PATCH net 04/15] can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL
` [PATCH net 05/15] can: hi311x: hi3110_can_ist(): fix potential use-after-free
` [PATCH net 06/15] can: hi311x: hi3110_can_ist(): update state error statistics if skb allocation fails
` [PATCH net 07/15] can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statistics
` [PATCH net 08/15] can: ifi_canfd: ifi_canfd_handle_lec_err(): "
` [PATCH net 09/15] can: hi311x: hi3110_can_ist(): "
` [PATCH net 10/15] can: sja1000: sja1000_err(): "
` [PATCH net 11/15] can: sun4i_can: sun4i_can_err(): "
` [PATCH net 12/15] can: ems_usb: ems_usb_rx_err(): "
` [PATCH net 13/15] can: f81604: f81604_handle_can_bus_errors(): "
` [PATCH net 14/15] can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum DS80000789E 6
` [PATCH net 15/15] can: j1939: j1939_session_new(): fix skb reference counting

[syzbot] [bluetooth?] KASAN: slab-use-after-free Write in sco_conn_put
 2024-12-02  8:45 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).