messages from 2024-08-23 16:28:18 to 2024-08-24 10:04:13 UTC [more...]
[PATCH net-next 0/4] Make SMC-R can work with rxe devices
2024-08-24 10:04 UTC (4+ messages)
[PATCH v3 0/3] driver core: Prevent device_find_child() from modifying caller's match data
2024-08-24 9:07 UTC (4+ messages)
` [PATCH v3 1/3] driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()
` [PATCH v3 2/3] cxl/region: Find free cxl decoder by device_for_each_child()
` [PATCH v3 3/3] net: qcom/emac: Prevent device_find_child() from modifying caller's match data
[PATCH 0/2] Adding SO_PEEK_OFF for TCPv6
2024-08-24 8:55 UTC (6+ messages)
` [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [PATCH 2/2] selftests: add selftest for tcp SO_PEEK_OFF support
[PATCH net-next] net: liquidio: Remove unused declarations
2024-08-24 8:31 UTC
[PATCH net-next] net: thunderx: Remove unused declarations
2024-08-24 8:27 UTC
[PATCH ipsec-next] xfrm: Correct spelling in xfrm.h
2024-08-24 7:54 UTC (2+ messages)
[PATCH net-next 0/8] Use max/min to simplify the code
2024-08-24 7:40 UTC (9+ messages)
` [PATCH net-next 1/8] net/mac80211: use max "
` [PATCH net-next 2/8] net/rds: Use max() "
` [PATCH net-next 3/8] net/ipv4: Use min() "
` [PATCH net-next 4/8] net/core: Use min()/max() "
` [PATCH net-next 5/8] net/dccp: "
` [PATCH net-next 6/8] net/openvswitch: Use max() "
` [PATCH net-next 7/8] net/rxrpc: Use min() "
` [PATCH net-next 8/8] net/ceph: "
[PATCH RESEND v5] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-08-24 7:24 UTC (4+ messages)
[PATCH v2 0/4] driver core: Prevent device_find_child() from modifying caller's match data
2024-08-24 7:11 UTC (19+ messages)
` [PATCH v2 1/4] driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()
` [PATCH v2 2/4] cxl/region: Prevent device_find_child() from modifying caller's match data
` [PATCH v2 4/4] net: qcom/emac: "
[PATCH net-next v5 1/2] dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
2024-08-24 6:40 UTC (2+ messages)
[PATCH next 1/2] dt-bindings: net: bluetooth: nxp: support multiple init baudrates
2024-08-24 6:30 UTC (2+ messages)
[PATCH v2 1/4] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
2024-08-24 6:22 UTC (5+ messages)
` [PATCH v2 2/4] wifi: wilc1000: Fold wilc_get_chipid() into wlan.c
[PATCH net-next v7 0/6] net: phy: add Applied Micro QT2025 PHY driver
2024-08-24 5:44 UTC (9+ messages)
` [PATCH net-next v7 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v7 2/6] rust: net::phy support probe callback
` [PATCH net-next v7 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v7 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v7 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v7 6/6] net: phy: add Applied Micro QT2025 PHY driver
[PATCHv2 net-next] net: ag71xx: add missing reset_control_put
2024-08-24 5:23 UTC (3+ messages)
[PATCH net v2] s390/iucv: Fix vargs handling in iucv_alloc_device()
2024-08-24 3:12 UTC (2+ messages)
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-24 1:53 UTC (18+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
[PATCH net-next v5 2/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
2024-08-24 4:34 UTC (2+ messages)
[PATCH V2 net] net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
2024-08-24 3:52 UTC (3+ messages)
remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
2024-08-24 3:49 UTC (5+ messages)
` [PATCH 1/4] scsi: check that busses support the DMA API before setting dma parameters
` [PATCH 2/4] dma-mapping: don't return errors from dma_set_min_align_mask
` [PATCH 3/4] dma-mapping: don't return errors from dma_set_seg_boundary
` [PATCH 4/4] dma-mapping: don't return errors from dma_set_max_seg_size
[RFC v2 00/25] Add RDMA support for Intel IPU E2000 (GEN3)
2024-08-24 3:19 UTC (26+ messages)
` [RFC v2 01/25] iidc/ice/irdma: Update IDC to support multiple consumers
` [RFC v2 02/25] idpf: use reserved rdma vectors from control plane
` [RFC v2 03/25] idpf: implement core rdma auxiliary dev create, init, and destroy
` [RFC v2 04/25] idpf: prevent deadlock with irdma get link settings
` [RFC v2 05/25] idpf: implement rdma vport auxiliary dev create, init, and destroy
` [RFC v2 06/25] idpf: implement remaining idc rdma core callbacks and handlers
` [RFC v2 07/25] idpf: use actual mbx receive payload length
` [RFC v2 08/25] idpf: implement idc vport aux driver mtu change handler
` [RFC v2 09/25] idpf: implement get lan mmio memory regions
` [RFC v2 10/25] RDMA/irdma: Refactor GEN2 auxiliary driver
` [RFC v2 11/25] RDMA/irdma: Add GEN3 core driver support
` [RFC v2 12/25] RDMA/irdma: Discover and set up GEN3 hardware register layout
` [RFC v2 13/25] RDMA/irdma: Add GEN3 CQP support with deferred completions
` [RFC v2 14/25] RDMA/irdma: Add GEN3 support for AEQ and CEQ
` [RFC v2 15/25] RDMA/irdma: Add GEN3 HW statistics support
` [RFC v2 16/25] RDMA/irdma: Introduce GEN3 vPort driver support
` [RFC v2 17/25] RDMA/irdma: Add GEN3 virtual QP1 support
` [RFC v2 18/25] RDMA/irdma: Extend QP context programming for GEN3
` [RFC v2 19/25] RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decoding
` [RFC v2 20/25] RDMA/irdma: Add SRQ support
` [RFC v2 21/25] RDMA/irdma: Restrict Memory Window and CQE Timestamping to GEN3
` [RFC v2 22/25] RDMA/irdma: Add Atomic Operations support
` [RFC v2 23/25] RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 Devices
` [RFC v2 24/25] RDMA/irdma: Add Push Page Support for GEN3
` [RFC v2 25/25] RDMA/irdma: Update Kconfig
[PATCH ipsec-next v10 00/16] Add IP-TFS mode to xfrm
2024-08-24 2:20 UTC (17+ messages)
` [PATCH ipsec-next v10 01/16] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v10 02/16] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v10 03/16] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v10 04/16] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v10 05/16] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v10 06/16] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v10 07/16] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v10 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v10 09/16] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v10 10/16] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v10 11/16] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v10 12/16] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v10 13/16] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v10 14/16] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v10 15/16] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v10 16/16] xfrm: iptfs: add tracepoint functionality
[PATCH net-next 00/10] net: Delete some redundant judgments
2024-08-24 2:16 UTC (3+ messages)
BUG: general protection fault in batadv_bla_del_backbone_claims
2024-08-24 2:10 UTC
[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
2024-08-24 2:04 UTC (6+ messages)
[RFC PATCH] memcg: add charging of already allocated slab objects
2024-08-24 1:01 UTC
[PATCH net-next 0/2] Expand statistics reported in ethtool
2024-08-23 23:54 UTC (3+ messages)
` [PATCH net-next 1/2] enic: Use macro instead of static const variables for array sizes
` [PATCH net-next 2/2] enic: Expand statistics gathering and reporting
[PATCH net-next v5 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
2024-08-23 23:06 UTC
[Patch net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress()
2024-08-23 22:48 UTC
[PATCH bpf-next 0/2] selftests: bpf: avoid duplicated UAPI headers
2024-08-23 22:28 UTC (5+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: use KHDR_INCLUDES for the "
[PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates
2024-08-23 22:04 UTC (9+ messages)
` [PATCH net-next v4 1/8] selftests/net: Clean-up double assignment
` [PATCH net-next v4 2/8] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v4 3/8] selftests/net: Be consistent in kconfig checks
` [PATCH net-next v4 4/8] selftests/net: Open /proc/thread-self in open_netns()
` [PATCH net-next v4 5/8] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next v4 6/8] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next v4 7/8] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next v4 8/8] selftests/net: Add trace events matching to tcp_ao
[RFC PATCH net] tools/net/ynl: fix cli.py --subscribe feature
2024-08-23 21:39 UTC (5+ messages)
[PATCH net-next v2 0/2] net: pse-pd: tps23881: Reset GPIO support
2024-08-23 21:35 UTC (5+ messages)
` [PATCH net-next v2 1/2] dt-bindings: pse: tps23881: add reset-gpios
` [PATCH net-next v2 2/2] net: pse-pd: tps23881: Support reset-gpios
[PATCHv4 net-next 0/3] Bonding: support new xfrm state offload functions
2024-08-23 20:48 UTC (2+ messages)
[PATCH v7 iwl-next 0/6] ice: Implement PTP support for E830 devices
2024-08-23 20:33 UTC (9+ messages)
` [PATCH v7 iwl-next 1/6] ice: Remove unncecessary ice_is_e8xx() functions
` [PATCH v7 iwl-next 2/6] ice: Use FIELD_PREP for timestamp values
` [PATCH v7 iwl-next 3/6] ice: Implement PTP support for E830 devices
` [PATCH v7 iwl-next 4/6] ice: Process TSYN IRQ in a separate function
[PATCH net V6 0/3] Fixes for IPsec over bonding
2024-08-23 20:33 UTC (2+ messages)
[PATCH net-next 0/6] Suspend IRQs during application busy periods
2024-08-23 20:21 UTC (13+ messages)
` [PATCH net-next 1/6] net: Add sysfs parameter irq_suspend_timeout
` [PATCH net-next 2/6] net: Suspend softirq when prefer_busy_poll is set
` [PATCH net-next 3/6] net: Add control functions for irq suspension
` [PATCH net-next 4/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next 5/6] eventpoll: Control irq suspension for prefer_busy_poll
` [PATCH net-next 6/6] docs: networking: Describe irq suspension
[PATCH net-next v4 00/13] flow_dissector: Dissect UDP encapsulation protocols
2024-08-23 20:15 UTC (14+ messages)
` [PATCH net-next v4 01/13] ipv6: Add udp6_lib_lookup to IPv6 stubs
` [PATCH net-next v4 02/13] flow_dissector: Parse ETH_P_TEB and move out of GRE
` [PATCH net-next v4 03/13] udp_encaps: Add new UDP_ENCAP constants
` [PATCH net-next v4 04/13] udp_encaps: Set proper UDP_ENCAP types in tunnel setup
` [PATCH net-next v4 05/13] flow_dissector: UDP encap infrastructure
` [PATCH net-next v4 06/13] flow_dissector: Parse vxlan in UDP
` [PATCH net-next v4 07/13] flow_dissector: Parse foo-over-udp (FOU)
` [PATCH net-next v4 08/13] flow_dissector: Parse ESP, L2TP, and SCTP in UDP
` [PATCH net-next v4 09/13] flow_dissector: Parse Geneve "
` [PATCH net-next v4 10/13] flow_dissector: Parse GUE "
` [PATCH net-next v4 11/13] gtp: Move gtp_parse_exthdrs into net/gtp.h
` [PATCH net-next v4 12/13] flow_dissector: Parse gtp in UDP
` [PATCH net-next v4 13/13] flow_dissector: Add case in ipproto switch for NEXTHDR_NONE
pull request: bluetooth 2024-09-15
2024-08-23 20:01 UTC (2+ messages)
pull request: bluetooth 2024-08-23
2024-08-23 20:00 UTC
[PATCH net-next v3 0/9] bnxt_en: Update for net-next
2024-08-23 19:56 UTC (10+ messages)
` [PATCH net-next v3 1/9] bnxt_en: add support for storing crash dump into host memory
` [PATCH net-next v3 2/9] bnxt_en: add support for retrieving crash dump using ethtool
` [PATCH net-next v3 3/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
` [PATCH net-next v3 4/9] bnxt_en: Deprecate support for legacy INTX mode
` [PATCH net-next v3 5/9] bnxt_en: Remove BNXT_FLAG_USING_MSIX flag
` [PATCH net-next v3 6/9] bnxt_en: Remove register mapping to support INTX
` [PATCH net-next v3 7/9] bnxt_en: Replace deprecated PCI MSIX APIs
` [PATCH net-next v3 8/9] bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation
` [PATCH net-next v3 9/9] bnxt_en: Support dynamic MSIX
lib/packing.c behaving weird if buffer length is not multiple of 4 with QUIRK_LSW32_IS_FIRST
2024-08-23 19:53 UTC (11+ messages)
[PATCH net 0/1] NULL ptr dereference in tcp_rearm_rto
2024-08-23 19:43 UTC (4+ messages)
` [PATCH net 1/1] tcp: check skb is non-NULL in tcp_rto_delta_us()
[PATCH net-next v6 0/6] net: phy: add Applied Micro QT2025 PHY driver
2024-08-23 19:13 UTC (5+ messages)
` [PATCH net-next v6 6/6] "
[PATCH 1/1] Improve missing mods error message and make shell script executable
2024-08-23 19:08 UTC (2+ messages)
` "
[PATCH bpf-next v2] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
2024-08-23 18:53 UTC (4+ messages)
[PATCH 1/2] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
2024-08-23 18:00 UTC (6+ messages)
` [PATCH 2/2] wifi: wilc1000: Add WILC3000 support
[PATCH nf-next v2 0/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
2024-08-23 17:48 UTC (3+ messages)
` [PATCH nf-next v2 1/2] "
` [PATCH nf-next v2 2/2] netfilter: Make IP6_NF_IPTABLES_LEGACY selectable
[PATCH nf-next 1/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
2024-08-23 17:45 UTC (3+ messages)
[PATCH net-next] selftests: forwarding: no_forwarding: Down ports on cleanup
2024-08-23 17:42 UTC (2+ messages)
[PATCH] net/mlx5: Added cond_resched() to crdump collection
2024-08-23 17:41 UTC (8+ messages)
[PATCH net-next v14 00/11] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-23 17:40 UTC (3+ messages)
` [PATCH net-next v14 09/11] net: replace page_frag with page_frag_cache
[bug report] net: dsa: mv88e6xxx: Fix out-of-bound access
2024-08-23 17:31 UTC (4+ messages)
[net-next v2 0/9] net: convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
2024-08-23 16:54 UTC (5+ messages)
` [net-next v2 7/9] net: ethernet: marvell: mvneta: Convert to devm_clk_get_enabled()
` [net-next v2 8/9] net: mvpp2: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
[RFC] Why is set_config not supported in mlx5_vnet?
2024-08-23 16:54 UTC
[PATCH v3] net: netvsc: Update default VMBus channels
2024-08-23 16:37 UTC (2+ messages)
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).