netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-14 10:10:28 to 2024-08-14 20:40:58 UTC [more...]

[PATCH v2 00/25] netfs: Read/write improvements
 2024-08-14 20:38 UTC  (15+ messages)
` [PATCH v2 01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
` [PATCH v2 02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH v2 03/25] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH v2 04/25] netfs: Record contention stats for writeback lock
` [PATCH v2 05/25] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH v2 06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH v2 07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH v2 08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH v2 09/25] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH v2 10/25] netfs: Set the request work function upon allocation
` [PATCH v2 11/25] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH v2 12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH v2 13/25] iov_iter: Provide copy_folio_from_iter()
` [PATCH v2 14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs

[PATCH 00/12] flow_dissector: Dissect UDP encapsulation protocols
 2024-08-14 20:37 UTC  (4+ messages)

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-14 20:22 UTC  (13+ messages)
` [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v13 08/14] mm: page_frag: some minor refactoring before adding new API

[regression] igc does not function anymore after second resume from standby
 2024-08-14 20:14 UTC  (2+ messages)

[PATCH ipsec-next v1 00/02] Add 2 functions to skbuff for code sharing
 2024-08-14 15:34 UTC  (6+ messages)
` [PATCH ipsec-next v2 1/2] net: refactor common skb header copy code for re-use

[PATCH iwl-next v4 0/5] Replace auxbus with ice_adapter in the PTP support code
 2024-08-14 19:54 UTC  (6+ messages)
` [PATCH iwl-next v5 1/5] ice: Introduce ice_get_phy_model() wrapper
` [PATCH iwl-next v5 2/5] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH iwl-next v5 3/5] ice: Initial support for E825C hardware in ice_adapter
` [PATCH iwl-next v5 4/5] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH iwl-next v5 5/5] ice: Drop auxbus use for PTP to finalize ice_adapter move

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-14 19:53 UTC  (14+ messages)

[PATCH net-next] tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
 2024-08-14 19:38 UTC  (2+ messages)

[PATCH net] tcp_cubic fix to achieve at least the same throughput as Reno
 2024-08-14 19:33 UTC  (3+ messages)

bpf-next experiment
 2024-08-14 19:32 UTC 

[PATCH net v6 0/2] Enhance network interface feature testing
 2024-08-14 19:15 UTC  (3+ messages)
` [PATCH net v6 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH net v6 2/2] selftests: net: Add on/off checks for non-fixed features of interface

[PATCH v1 net-next 0/2] ENA driver metrics changes
 2024-08-14 19:11 UTC  (7+ messages)
` [PATCH v1 net-next 2/2] net: ena: Extend customer metrics reporting support

[PATCH iwl-next v2] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
 2024-08-14 19:10 UTC 

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-14 18:34 UTC  (7+ messages)
` [RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()

[PATCH v2] net: netvsc: Update default VMBus channels
 2024-08-14 18:23 UTC  (2+ messages)

[PATCH v2 net-next 0/9] l2tp: misc improvements
 2024-08-14 18:05 UTC  (9+ messages)
` [PATCH v2 net-next 6/9] l2tp: use get_next APIs for management requests and procfs/debugfs
` [PATCH v2 net-next 9/9] l2tp: flush workqueue before draining it

[RFC net-next 0/6] Cleanup IRQ affinity checks in several drivers
 2024-08-14 18:01 UTC  (8+ messages)

[PATCH net 0/2] ionic: Small fixes
 2024-08-14 18:01 UTC  (4+ messages)
` [PATCH net 1/2] ionic: Fix napi case where budget == 0

[PATCH net] idpf: remove redundant 'req_vec_chunks' NULL check
 2024-08-14 17:59 UTC 

[net] tcp: add SO_PEEK_OFF socket option tor TCPv6
 2024-08-14 17:47 UTC  (4+ messages)

[PATCH net-next] l2tp: use skb_queue_purge in l2tp_ip_destroy_sock
 2024-08-14 17:44 UTC  (2+ messages)

[PATCH net-next 0/9][pull request] idpf: XDP chapter II: convert Tx completion to libeth
 2024-08-14 17:33 UTC  (10+ messages)
` [PATCH net-next 1/9] unroll: add generic loop unroll helpers
` [PATCH net-next 2/9] libeth: add common queue stats
` [PATCH net-next 3/9] libie: add Tx buffer completion helpers
` [PATCH net-next 4/9] idpf: convert to libie Tx buffer completion
` [PATCH net-next 5/9] netdevice: add netdev_tx_reset_subqueue() shorthand
` [PATCH net-next 6/9] idpf: refactor Tx completion routines
` [PATCH net-next 7/9] idpf: fix netdev Tx queue stop/wake
` [PATCH net-next 8/9] idpf: enable WB_ON_ITR
` [PATCH net-next 9/9] idpf: switch to libeth generic statistics

[PATCH] selftests/net/pmtu.sh: Fix typo in error message
 2024-08-14 17:31 UTC 

[PATCH net-next v19 00/13] Device Memory TCP
 2024-08-14 17:30 UTC  (2+ messages)

Add `auto` VRF table ID option in iproute2
 2024-08-14 17:18 UTC  (4+ messages)

Question about TPA/HDS feature of bnxt_en
 2024-08-14 17:17 UTC  (5+ messages)

pull-request: wireless-2024-08-14
 2024-08-14 17:16 UTC 

UBSAN: annotation to skip sanitization in variable that will wrap
 2024-08-14 17:10 UTC 

[PATCH v3 1/1] dt-bindings: net: mdio: change nodename match pattern
 2024-08-14 17:03 UTC 

[PATCH v10 0/5] Add AP6275P wireless support
 2024-08-14 16:47 UTC  (18+ messages)
` [PATCH v10 1/5] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
` [PATCH v10 4/5] wifi: brcmfmac: Add optional lpo clock enable support

[PATCH v2 1/1] dt-bindings: can: convert microchip,mcp251x.txt to yaml
 2024-08-14 16:44 UTC 

[GIT PULL] bpf for v6.11-rc4
 2024-08-14 16:40 UTC  (3+ messages)

[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
 2024-08-14 16:32 UTC  (4+ messages)

[PATCH net-next v2] dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855
 2024-08-14 16:25 UTC  (2+ messages)

[PATCH net-next v2] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-14 16:07 UTC  (4+ messages)

[PATCH net] MAINTAINERS: add selftests to network drivers
 2024-08-14 15:56 UTC  (2+ messages)

[PATCH net-next v2 0/6] tc: adjust network header after 2nd vlan push
 2024-08-14 15:37 UTC  (9+ messages)
` [PATCH net-next v2 1/6] skb: add skb_vlan_flush helper
` [PATCH net-next v2 2/6] skb: move mac_len adjustment out of skb_vlan_flush
` [PATCH net-next v2 3/6] skb: export skb_vlan_flush
` [PATCH net-next v2 4/6] act_vlan: open code skb_vlan_push
` [PATCH net-next v2 5/6] act_vlan: adjust network header
` [PATCH net-next v2 6/6] selftests: forwarding: tc_actions: test vlan flush

[PATCH RFC 1/3] Revert "virtio_net: rx remove premapped failover code"
 2024-08-14 15:19 UTC  (2+ messages)

[RFC 0/3] ptp: Add esterror support
 2024-08-14 15:08 UTC  (7+ messages)
` [RFC 1/3] ptp: Implement timex "

[PATCH net,v4] net/smc: prevent NULL pointer dereference in txopt_get
 2024-08-14 15:05 UTC  (4+ messages)

[PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG
 2024-08-14 14:56 UTC  (10+ messages)
` [PATCH net-next v2 4/7] net: ti: icssg-prueth: Add support for HSR frame forward offload

[RFC net] net: make page pool stall netdev unregistration to avoid IOMMU crashes
 2024-08-14 14:56 UTC  (9+ messages)

[PATCH net-next 0/5] tc: adjust network header after second vlan push
 2024-08-14 14:55 UTC  (5+ messages)

linux-next: build failure after merge of the bpf-next tree
 2024-08-14 14:50 UTC  (3+ messages)

[PATCH net-next v2 0/2] net/smc: introduce ringbufs usage statistics
 2024-08-14 14:50 UTC  (10+ messages)
` [PATCH net-next v2 1/2] net/smc: introduce statistics for allocated ringbufs of link group

[PATCH] net/mlx5: Use cpumask_local_spread() instead of custom code
 2024-08-14 14:45 UTC  (3+ messages)

[PATCH net v2] selftest: af_unix: Fix kselftest compilation warnings
 2024-08-14 14:43 UTC  (3+ messages)

[PATCH net-next v17 00/14] Introduce PHY listing and link_topology tracking
 2024-08-14 14:33 UTC  (30+ messages)
` [PATCH net-next v17 01/14] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v17 02/14] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v17 03/14] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v17 04/14] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v17 05/14] net: ethtool: Allow passing a phy index for some commands
` [PATCH net-next v17 06/14] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v17 07/14] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v17 08/14] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v17 09/14] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v17 10/14] net: ethtool: pse-pd: "
` [PATCH net-next v17 11/14] net: ethtool: cable-test: "
` [PATCH net-next v17 12/14] net: ethtool: strset: Remove unnecessary check on genl_info
` [PATCH net-next v17 13/14] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v17 14/14] Documentation: networking: document phy_link_topology

[PATCH v3 00/12] net: introduce TX H/W shaping API
 2024-08-14 14:21 UTC  (11+ messages)
` [PATCH v3 02/12] netlink: spec: add shaper YAML spec

[PATCH net 0/2] selftests: Fix udpgro failures
 2024-08-14 14:20 UTC  (8+ messages)
` [PATCH net 1/2] selftests: udpgro: report error when receive failed
` [PATCH net 2/2] selftests: udpgro: no need to load xdp for gro

[PATCH iproute2 v2 1/2] tc-cake: document 'ingress'
 2024-08-14 14:13 UTC  (4+ messages)
` [PATCH iproute2 v2 2/2] tc-cake: reformat

[PATCH] softirq: remove parameter from action callback
 2024-08-14 14:00 UTC  (2+ messages)

[PATCH net-next 0/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch
 2024-08-14 13:55 UTC  (11+ messages)
` [PATCH net-next 1/4] dt-bindings: "
` [PATCH net-next 3/4] net: dsa: microchip: handle most interrupts in KSZ9477/KSZ9893 switch families

[PATCH net] net: drop bad gso csum_start and offset in virtio_net_hdr
 2024-08-14 13:53 UTC  (12+ messages)

[iwl-next v1] ice: use internal pf id instead of function number
 2024-08-14 13:51 UTC  (2+ messages)

[PATCH iwl-net v3] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-14 13:50 UTC  (2+ messages)

[PATCH] net: ip6: ndisc: fix incorrect forwarding of proxied ns packets
 2024-08-14 13:36 UTC  (2+ messages)

[PATCH net-next v2 0/3] Preparations for FIB rule DSCP selector
 2024-08-14 13:36 UTC  (5+ messages)
` [PATCH net-next v2 1/3] ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
` [PATCH net-next v2 2/3] netfilter: nft_fib: Mask upper DSCP bits before FIB lookup
` [PATCH net-next v2 3/3] ipv4: Centralize TOS matching

[PATCH v6 iwl-next 0/6] ice: Implement PTP support for E830 devices
 2024-08-14 13:05 UTC  (7+ messages)
` [PATCH v6 iwl-next 1/6] ice: Remove unncecessary ice_is_e8xx() functions
` [PATCH v6 iwl-next 2/6] ice: Use FIELD_PREP for timestamp values
` [PATCH v6 iwl-next 3/6] ice: Implement PTP support for E830 devices
` [PATCH v6 iwl-next 4/6] ice: Process TSYN IRQ in a separate function
` [PATCH v6 iwl-next 5/6] ice: Add timestamp ready bitmap for E830 products
` [PATCH v6 iwl-next 6/6] ice: combine cross timestamp functions for E82x and E830

[PATCH net-next v3 0/2] net/smc: introduce ringbufs usage statistics
 2024-08-14 13:08 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net/smc: introduce statistics for allocated ringbufs of link group
` [PATCH net-next v3 2/2] net/smc: introduce statistics for ringbufs usage of net namespace

[PATCH net-next 0/4][pull request] igb: Add support for AF_XDP zero-copy
 2024-08-14 12:51 UTC  (8+ messages)
` [PATCH net-next 4/4] igb: add AF_XDP zero-copy Tx support

[PATCH net] virtio_net: move netdev_tx_reset_queue() call before RX napi enable
 2024-08-14 12:28 UTC  (2+ messages)

[PATCH net-next v3] virtio_net: add support for Byte Queue Limits
 2024-08-14 12:16 UTC  (10+ messages)

[PATCH net-next v4 00/15][pull request] ice: support devlink subfunction
 2024-08-14 11:55 UTC  (5+ messages)
` [PATCH net-next v4 03/15] ice: add basic devlink subfunctions support

[net-next v2] net: wwan: t7xx: PCIe reset rescan
 2024-08-14 11:32 UTC  (2+ messages)

[PATCH net-next 0/5] selftests: fib_rule_tests: Cleanups and new tests
 2024-08-14 11:10 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: fib_rule_tests: Remove unused functions
` [PATCH net-next 2/5] selftests: fib_rule_tests: Clarify test results
` [PATCH net-next 3/5] selftests: fib_rule_tests: Add negative match tests
` [PATCH net-next 4/5] selftests: fib_rule_tests: Add negative connect tests
` [PATCH net-next 5/5] selftests: fib_rule_tests: Test TOS matching with input routes

[PATCH -next] sfc: Add missing pci_disable_device() for efx_pm_resume()
 2024-08-14 11:04 UTC  (2+ messages)

[PATCH iwl-net v2] ice: Add netif_device_attach/detach into PF reset flow
 2024-08-14 10:57 UTC  (5+ messages)

[PATCH iwl-net] ice: Add netif_device_attach/detach into PF reset flow
 2024-08-14 10:44 UTC  (3+ messages)

[PATCH net,v3] net/smc: prevent NULL pointer dereference in txopt_get
 2024-08-14 10:37 UTC  (4+ messages)

[PATCH net v2 1/2] ptp: ocp: adjust sysfs entries to expose tty information
 2024-08-14 10:30 UTC  (6+ messages)

[PATCH] SUNRPC: Fix -Wformat-truncation warning
 2024-08-14 10:28 UTC  (2+ 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).