messages from 2024-07-01 19:55:33 to 2024-07-02 13:14:39 UTC [more...]
[PATCH net-next v15 00/14] Device Memory TCP
2024-07-02 13:14 UTC (9+ messages)
` [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v15 08/14] net: support non paged skb frags
[PATCH net-next v13 00/15] stmmac: Add Loongson platform support
2024-07-02 13:14 UTC (23+ messages)
` [PATCH net-next v13 06/15] net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
` [PATCH net-next v13 08/15] net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMAC
` [PATCH net-next v13 09/15] net: stmmac: dwmac-loongson: Introduce PCI device info data
` [PATCH net-next v13 10/15] net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device support
` [PATCH net-next v13 11/15] net: stmmac: dwmac-loongson: Add loongson_dwmac_dt_config
` [PATCH net-next v13 12/15] net: stmmac: Fixed failure to set network speed to 1000
[PATCH net v4] net: allow skb_datagram_iter to be called from any context
2024-07-02 13:10 UTC (4+ messages)
[PATCH net] net: phy: mscc-miim: Validate bus frequency obtained from Device Tree
2024-07-02 13:02 UTC (3+ messages)
` [PATCH net v2] "
[PATCH net-next 0/6] net: phy: dp83869: Add support for downstream SFP cages
2024-07-02 13:01 UTC (18+ messages)
` [PATCH net-next 1/6] net: phy: dp83869: Disable autonegotiation in RGMII/1000Base-X mode
` [PATCH net-next 2/6] net: phy: dp83869: Perform software restart after configuring op mode
` [PATCH net-next 5/6] net: phy: dp83869: Support SGMII SFP modules
` [PATCH net-next 6/6] net: phy: dp83869: Fix link up reporting in SGMII bridge mode
[PATCH net,0/6] Fixes for CPT and RSS configuration
2024-07-02 12:54 UTC (9+ messages)
` [PATCH net,1/6] octeontx2-af: replace cpt slot with lf id on reg write
` [PATCH net,2/6] octeontx2-af: reduce cpt flt interrupt vectors for cn10kb
` [PATCH net,3/6] Fix CPT_LF_ALLOC mailbox error due to incompatible mailbox message format
` [PATCH net,4/6] octeontx2-af: Fix issue with IPv6 ext match for RSS
[PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
2024-07-02 12:46 UTC (5+ messages)
[PATCH 0/2] Forbid illegitimate binding via listen(2)
2024-07-02 12:43 UTC (10+ messages)
` [PATCH 1/2] landlock: Add hook on socket_listen()
[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
2024-07-02 12:35 UTC (10+ messages)
` [PATCH net-next v9 02/13] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
[PATCH net-next v7 00/10] net: openvswitch: Add sample multicasting
2024-07-02 12:33 UTC (16+ messages)
` [PATCH net-next v7 05/10] net: openvswitch: add psample action
` [ovs-dev] "
` [PATCH net-next v7 10/10] selftests: openvswitch: add psample test
[PATCH bpf-next v6 0/3] Add 12-argument support for RV64 bpf trampoline
2024-07-02 12:19 UTC (4+ messages)
` [PATCH bpf-next v6 1/3] riscv, bpf: "
` [PATCH bpf-next v6 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v6 3/3] selftests/bpf: Add testcase where 7th argment is struct
[PATCH V5 0/7] Add NSS clock controller support for IPQ9574
2024-07-02 12:13 UTC (4+ messages)
` [PATCH V5 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
[PATCH v3 iproute2 0/4] Multiple Spanning Tree (MST) Support
2024-07-02 12:08 UTC (5+ messages)
` [PATCH v3 iproute2 1/4] ip: bridge: add support for mst_enabled
` [PATCH v3 iproute2 2/4] bridge: Remove duplicated textification macros
` [PATCH v3 iproute2 3/4] bridge: vlan: Add support for setting a VLANs MSTI
` [PATCH v3 iproute2 4/4] bridge: mst: Add get/set support for MST states
How to implement message forwarding from one CID to another in vhost driver
2024-07-02 12:05 UTC (13+ messages)
[PATCH bpf-next v5 0/3] Add 12-argument support for RV64 bpf trampoline
2024-07-02 11:57 UTC (6+ messages)
` [PATCH bpf-next v5 1/3] riscv, bpf: "
` [PATCH bpf-next v5 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v5 3/3] selftests/bpf: Add testcase where 7th argment is struct
[PATCH net-next v8 00/10] net: openvswitch: Add sample multicasting
2024-07-02 11:47 UTC (14+ messages)
` [PATCH net-next v8 01/10] net: psample: add user cookie
` [PATCH net-next v8 02/10] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v8 03/10] net: psample: skip packet copy if no listeners
` [PATCH net-next v8 04/10] net: psample: allow using rate as probability
` [PATCH net-next v8 05/10] net: openvswitch: add psample action
` [PATCH net-next v8 06/10] net: openvswitch: store sampling probability in cb
` [PATCH net-next v8 07/10] selftests: openvswitch: add psample action
` [PATCH net-next v8 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v8 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v8 10/10] selftests: openvswitch: add psample test
[PATCH v2] selftests: mptcp: always close input's FD if opened
2024-07-02 4:05 UTC
[PATCH v3 iwl-net 0/3] ice: Fix incorrect input/output pin behavior
2024-07-02 11:13 UTC (4+ messages)
` [PATCH v3 iwl-net 1/3] ice: Fix improper extts handling
` [PATCH v3 iwl-net 2/3] ice: Don't process extts if PTP is disabled
` [PATCH v3 iwl-net 3/3] ice: Reject pin requests with unsupported flags
[PATCH iwl-next v3 0/4] Replace auxbus with ice_adapter in the PTP support code
2024-07-02 11:15 UTC (5+ messages)
` [PATCH iwl-next v3 1/4] ice: Introduce ice_get_phy_model() wrapper
` [PATCH iwl-next v3 2/4] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH iwl-next v3 3/4] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH iwl-next v3 4/4] ice: Drop auxbus use for PTP to finalize ice_adapter move
[PATCH iwl-next 0/7] ice: Cleanup and refactor PTP pin handling
2024-07-02 10:56 UTC (5+ messages)
` [PATCH iwl-next 7/7] ice: Enable 1PPS out from CGU for E825C products
[PATCH net-next v13 00/13] Introduce PHY listing and link_topology tracking
2024-07-02 10:54 UTC (3+ messages)
` [PATCH net-next v14 12/13] net: ethtool: strset: Allow querying phy stats by index
[PATCH net] mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file
2024-07-02 10:50 UTC (2+ messages)
[PATCH net-next v8 0/2] COVER LETTER: Introduce auxiliary bus IRQs sysfs
2024-07-02 10:39 UTC (3+ messages)
` [PATCH net-next v8 1/2] driver core: auxiliary bus: show auxiliary device IRQs
[PATCH net-next v2 0/7] drivers: Fix drivers doing TX csum offload with EH
2024-07-02 10:31 UTC (9+ messages)
` [PATCH net-next v2 1/7] ipv6: Add ipv6_skip_exthdr_no_rthdr
` [PATCH net-next v2 2/7] i40e: Don't do TX csum offload with routing header present
` [PATCH net-next v2 3/7] iavf: "
` [PATCH net-next v2 4/7] ice: "
` [PATCH net-next v2 5/7] idpf: "
` [PATCH net-next v2 6/7] hinic: "
` [PATCH net-next v2 7/7] fm10k: "
[PATCH net-next 0/5] zerocopy tx cleanups
2024-07-02 10:30 UTC (2+ messages)
Kernel hang caused by commit "can: m_can: Start/Cancel polling timer together with interrupts"
2024-07-02 10:30 UTC (6+ messages)
[PATCH net-next v2 0/2] vsock: avoid queuing on workqueue if possible
2024-07-02 10:00 UTC (7+ messages)
` [PATCH PATCH net-next v2 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH PATCH net-next v2 2/2] vsock/virtio: avoid enqueue packets when work queue is empty
[PATCH] fsl/fman: Validate cell-index value obtained from Device Tree
2024-07-02 9:50 UTC
[syzbot] [net?] KASAN: slab-use-after-free Write in l2tp_session_delete
2024-07-02 9:52 UTC (2+ messages)
[PATCH 5.15 0/3] ipv6/v4: Fix data races around sk->sk_prot and icsk->icsk_af_ops
2024-07-02 9:42 UTC (3+ messages)
` [PATCH 5.15 1/3] ipv6: annotate some data-races around sk->sk_prot
[PATCH] nfc: pn533: Add poll mod list filling check
2024-07-02 9:39 UTC
[PATCH] netfilter: remove unnecessary assignment in translate_table
2024-07-02 9:28 UTC (2+ messages)
[PATCH v6 0/6] slab: Introduce dedicated bucket allocator
2024-07-02 9:24 UTC (4+ messages)
` [PATCH v6 4/6] mm/slab: Introduce kmem_buckets_create() and family
[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: Add multi queue RX support
2024-07-02 9:24 UTC (5+ messages)
` [PATCH net-next v2 6/7] net: ethernet: ti: cpsw_ale: add helper to setup classifier defaults
[PATCH v2 2/2] test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled
2024-07-02 9:23 UTC (3+ messages)
` [PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
[PATCH net-next] net: ethernet: mediatek: Allow gaps in MAC allocation
2024-07-02 9:05 UTC (3+ messages)
[PATCH v4 0/2] Introduce EN7581 ethernet support
2024-07-02 9:01 UTC (7+ messages)
` [PATCH v4 1/2] dt-bindings: net: airoha: Add EN7581 ethernet controller
` [PATCH v4 2/2] net: airoha: Introduce ethernet support for EN7581 SoC
[PATCH ethtool 1/2]: add json support for base command
2024-07-02 9:00 UTC (3+ messages)
[PATCH ipsec 0/4] Support IPsec crypto offload for IPv6 ESP and IPv4 UDP-encapsulated ESP data paths
2024-07-02 8:44 UTC (5+ messages)
` [PATCH ipsec 1/4] xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO path
` [PATCH ipsec 2/4] xfrm: Allow UDP encapsulation in crypto offload control path
` [PATCH ipsec 3/4] xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packet
` [PATCH ipsec 4/4] xfrm: Support crypto offload for outbound "
[PATCHv3 net-next] bonding: 3ad: send ifinfo notify when mux state changed
2024-07-02 8:00 UTC (11+ messages)
[PATCH net-next 0/3] mlxsw: Improvements
2024-07-02 7:35 UTC (7+ messages)
` [PATCH net-next 1/3] mlxsw: Warn about invalid accesses to array fields
` [PATCH net-next 2/3] mlxsw: core_thermal: Report valid current state during cooling device registration
` [PATCH net-next 3/3] mlxsw: pci: Lock configuration space of upstream bridge during reset
[PATCH v2 0/2] vdpa: support set mac address from vdpa tool
2024-07-02 7:25 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] vdpa_sim_net: Add the support of set mac address
[PATCH net v3 0/2] bugfixes for skmsg
2024-07-02 7:02 UTC (3+ messages)
` [PATCH net v3 1/2] skmsg: prevent empty ingress skb from enqueuing
[PATCH net v4] skmsg: skip empty sge in sk_msg_recvmsg
2024-07-02 6:55 UTC
[net-next PATCH v7 00/10] Introduce RVU representors
2024-07-02 6:41 UTC (5+ messages)
` [net-next PATCH v7 06/10] octeontx2-pf: Get VF stats via representor
` [EXTERNAL] "
[PATCH v4 1/3] bus: mhi: host: Add Foxconn SDX72 related support
2024-07-02 6:36 UTC (9+ messages)
` [PATCH v4 2/3] bus: mhi: host: Add name for mhi_controller
` "
` [PATCH v4 3/3] net: wwan: mhi: make default data link id configurable
` Re:Re: [PATCH v4 1/3] bus: mhi: host: Add Foxconn SDX72 related support
[PATCH bpf-next v3 0/2] selftests/xsk: Enhance traffic validation and batch size support
2024-07-02 5:59 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v3 2/2] selftests/xsk: Enhance batch size support with dynamic configurations
[PATCH net-next v10 00/13] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
2024-07-02 4:25 UTC (4+ messages)
` [PATCH net-next v10 13/13] net: phy: mediatek: Remove unnecessary outer parens of "supported_triggers" var
[PATCH iwl-net v1 0/4] igc bug fixes related to qbv_count usage
2024-07-02 4:09 UTC (5+ messages)
` [PATCH iwl-net v1 1/4] igc: Fix qbv_config_change_errors logics
` [PATCH iwl-net v1 2/4] igc: Fix reset adapter logics when tx mode change
` [PATCH iwl-net v1 3/4] igc: Remove unused qbv_count
` [PATCH iwl-net v1 4/4] igc: Fix qbv tx latency by setting gtxoffset
[PATCH net] net: phy: fix potential use of NULL pointer in phy_suspend()
2024-07-02 3:20 UTC (2+ messages)
[PATCH net-next 01/14] can: rcar_canfd: Simplify clock handling
2024-07-02 3:20 UTC (2+ messages)
[PATCH net] e1000e: Fix S0ix residency on corporate systems
2024-07-02 3:20 UTC (2+ messages)
[PATCH net] can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
2024-07-02 3:10 UTC (2+ messages)
[PATCH] selftest: epoll_busy_poll: remove unnecessary assignment in TEST_F(epoll_busy_poll, test_get_params)
2024-07-02 3:03 UTC (2+ messages)
[PATCH net v5] bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
2024-07-02 2:59 UTC (4+ messages)
[PATCH net-next 0/5] net: introduce TX shaping H/W offload API
2024-07-02 2:54 UTC (8+ messages)
` [PATCH net-next 1/5] netlink: spec: add shaper YAML spec
net: dsa: Realtek switch drivers
2024-07-02 2:50 UTC (5+ messages)
[PATCH iwl-net v1 1/1] igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
2024-07-02 2:28 UTC (4+ messages)
` [Intel-wired-lan] "
[TEST] TCP MD5 vs kmemleak
2024-07-02 2:08 UTC (10+ messages)
linux-next: duplicate patches in the bluetooth tree
2024-07-02 1:47 UTC
linux-next: manual merge of the bluetooth tree with the net tree
2024-07-02 1:43 UTC
linux-next: manual merge of the bpf-next tree with the risc-v tree
2024-07-02 1:33 UTC
[PATCH RESEND bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
2024-07-02 1:24 UTC (4+ messages)
` [PATCH RESEND bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
[Bonding] Should we support qemu/virtio for 802.3ad mode?
2024-07-02 0:17 UTC (3+ messages)
ip route expiry time goes negative
2024-07-02 0:14 UTC
[syzbot] [bpf?] [net?] general protection fault in xdp_do_redirect
2024-07-01 23:53 UTC
[FYI] Input route ref count underflow since probably 6.6.22
2024-07-01 23:38 UTC (2+ messages)
[syzbot] [bpf?] [net?] stack segment fault in bpf_xdp_redirect
2024-07-01 23:19 UTC (2+ messages)
[PATCH net 0/2] fix OOM and order check in msg_zerocopy selftest
2024-07-01 22:53 UTC (3+ messages)
` [PATCH net 1/2] selftests: fix OOM "
` [PATCH net 2/2] selftests: make order checking verbose "
[syzbot] [bpf?] [net?] stack segment fault in dev_hash_map_redirect
2024-07-01 22:06 UTC
[PATCH v2 1/1] dt-bindings: net: convert enetc to yaml
2024-07-01 22:04 UTC (3+ messages)
ECMP Routes choose an UNREACHABLE nexthop
2024-07-01 21:51 UTC
[PATCH] selftests: fix OOM problem in msg_zerocopy selftest
2024-07-01 21:51 UTC (3+ messages)
[PATCH net-next] gve: Add retry logic for recoverable adminq errors
2024-07-01 21:25 UTC (4+ messages)
[PATCH ipsec] xfrm: Export symbol xfrm_dev_state_delete
2024-07-01 21:21 UTC (3+ messages)
[PATCH net-next v2 1/3] crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TEST
2024-07-01 20:55 UTC (3+ messages)
Permanent TIPC Broadcast Failure When a Member Joins
2024-07-01 20:45 UTC (2+ messages)
[ANN] netdev call - Jul 2nd
2024-07-01 20:27 UTC
[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
2024-07-01 20:19 UTC
[syzbot] [netfilter?] KASAN: slab-use-after-free Read in nf_tables_trans_destroy_work
2024-07-01 20:19 UTC
[PATCH v2 net-next 0/2] net: stmmac: qcom-ethqos: enable 2.5G ethernet on sa8775p-ride
2024-07-01 20:15 UTC (5+ messages)
` [PATCH v2 net-next 2/2] net: stmmac: qcom-ethqos: add a DMA-reset quirk for sa8775p-ride
[PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property
2024-07-01 20:14 UTC (2+ messages)
` [PATCH v2 2/2] dt-bindings: net: fsl,fman: add ptimer-handle property
[PATCH net-next v2 0/2] Provide master netdev to mana_ib
2024-07-01 20:14 UTC (3+ messages)
` [PATCH net-next v2 1/2] net: mana: introduce helper to get a master netdev
[PATCH net-next v6 0/4] net: A lightweight zero-copy notification
2024-07-01 19:58 UTC (4+ messages)
` [PATCH net-next v6 3/4] sock: add MSG_ZEROCOPY notification mechanism based on msg_control
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).