netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-06 03:35:20 to 2023-07-06 20:47:54 UTC [more...]

[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
 2023-07-06 20:46 UTC  (13+ messages)
` [PATCH v5 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v5 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v5 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v5 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v5 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v5 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v5 bpf-next 07/24] xsk: allow core/drivers to test EOP bit
` [PATCH v5 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v5 bpf-next 09/24] xsk: discard zero length descriptors in "
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v5 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v5 bpf-next 12/24] ice: xsk: add RX multi-buffer support

[PATCH 0/2] Enable multiple MCAN on AM62x
 2023-07-06 20:21 UTC  (5+ messages)
` [PATCH 2/2] can: m_can: Add hrtimer to generate software interrupt

[PATCH v7 0/6] Process connector bug fixes & enhancements
 2023-07-06 20:16 UTC  (3+ messages)
` [PATCH v7 5/6] connector/cn_proc: Allow non-root users access

[PATCH v2 net] ionic: remove WARN_ON to prevent panic_on_warn
 2023-07-06 19:55 UTC  (2+ messages)

[PATCH 1/2] net: phy: mscc: add support for CLKOUT ctrl reg for VSC8531 and similar
 2023-07-06 19:54 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: net: phy: vsc8531: document 'vsc8531,clkout-freq-mhz' property

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-07-06 19:43 UTC  (2+ messages)

[PATCH v1] net:tipc:Remove repeated initialization
 2023-07-06 18:50 UTC  (4+ messages)
` [PATCH] net: tipc: Remove repeated “initialization”

[PATCH net] can: raw: fix receiver memory leak
 2023-07-06 18:29 UTC  (4+ messages)

[PATCH] r8152: Suspend USB device before shutdown when WoL is enabled
 2023-07-06 18:28 UTC 

[Patch v3] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-07-06 17:51 UTC  (10+ messages)

[PATCH] udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
 2023-07-06 17:49 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Bump and validate MAX_SYMS
 2023-07-06 17:46 UTC  (2+ messages)

Fwd: 3 more broken Zaurii - SL-5600, A300, C700
 2023-07-06 16:41 UTC  (4+ messages)

[PATCH bpf-next] bpf, sockops: Enhance the return capability of sockops
 2023-07-06 17:43 UTC  (2+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-06 16:14 UTC  (8+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[PATCH V4] octeontx2-pf: Add additional check for MCAM rules
 2023-07-06 17:37 UTC 

[PATCH V3] octeontx2-pf: Add additional check for MCAM rules
 2023-07-06 17:34 UTC  (4+ messages)
  ` [EXT] "

[PATCH RFC net-next v4 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-07-06 17:28 UTC  (14+ messages)
` [PATCH RFC net-next v4 3/9] iavf: drop page splitting and recycling
  ` [Intel-wired-lan] "
` [PATCH RFC net-next v4 5/9] libie: add Rx buffer management (via Page Pool)
` [PATCH RFC net-next v4 6/9] iavf: switch to Page Pool
  ` [Intel-wired-lan] "

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-06 17:27 UTC  (39+ messages)
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 09/20] xdp: Add VLAN tag hint
` [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
            ` [xdp-hints] "
` [PATCH bpf-next v2 15/20] net, xdp: allow metadata > 32
` [PATCH bpf-next v2 17/20] veth: Implement VLAN tag and checksum level XDP hint
` [PATCH bpf-next v2 18/20] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v2 19/20] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v2 20/20] selftests/bpf: check checksum level "

[Intel-wired-lan] bug with rx-udp-gro-forwarding offloading?
 2023-07-06 17:10 UTC  (35+ messages)

[RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
 2023-07-06 17:07 UTC  (32+ messages)
` [RFC PATCH v5 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v5 02/17] vhost/vsock: "
` [RFC PATCH v5 03/17] vsock/virtio: support to send "
` [RFC PATCH v5 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v5 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v5 06/17] vsock: fix EPOLLERR set on non-empty error queue
` [RFC PATCH v5 07/17] vsock: read from socket's "
` [RFC PATCH v5 08/17] vsock: check for MSG_ZEROCOPY support on send
` [RFC PATCH v5 09/17] vsock: enable SOCK_SUPPORT_ZC bit
` [RFC PATCH v5 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v5 11/17] vsock/virtio: "
` [RFC PATCH v5 12/17] vsock/loopback: "
` [RFC PATCH v5 13/17] vsock: enable setting SO_ZEROCOPY
` [RFC PATCH v5 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [RFC PATCH v5 17/17] test/vsock: io_uring rx/tx tests

[PATCH net-next v4 0/5] introduce page_pool_alloc() API
 2023-07-06 16:50 UTC  (14+ messages)
` [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag
                  ` Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2023-07-05 (igc)
 2023-07-06 16:40 UTC  (5+ messages)
` [PATCH net 3/6] igc: Fix TX Hang issue when QBV Gate is closed

Fwd: High cpu usage caused by kernel process when upgraded to linux 5.19.17 or later
 2023-07-06 16:33 UTC  (7+ messages)
              `  "

[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
 2023-07-06 16:09 UTC  (3+ messages)
` [PATCH v11.1] "

[PATCH 1/4] net: emaclite: Use devm_platform_get_and_ioremap_resource()
 2023-07-06 15:48 UTC  (6+ messages)
` [PATCH 2/4] tsnep: "
` [PATCH 3/4] net: wiznet: "
` [PATCH 4/4] net: ethernet: broadcom: Convert to devm_platform_ioremap_resource()

[PATCH net v2] net:thunder:Fix resource leaks in device_for_each_child_node() loops
 2023-07-06 15:48 UTC  (2+ messages)

[PATCH] Move rmnet out of NET_VENDOR_QUALCOMM dependency
 2023-07-06 15:44 UTC  (2+ messages)

[pull request][net V2 0/9] mlx5 fixes 2023-07-05
 2023-07-06 15:42 UTC  (5+ messages)
` [net V2 5/9] net/mlx5: Register a unique thermal zone per device

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-06 15:33 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c36ac601a98fb148147640bae219108ee81566f8
 2023-07-06 15:15 UTC 

[Question] WARNING: refcount bug in addrconf_ifdown
 2023-07-06 15:15 UTC  (2+ messages)

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-06 15:09 UTC  (11+ messages)
` [PATCH 02/10] dt-bindings: bus: add device tree bindings for RIFSC
` [PATCH 04/10] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH 05/10] firewall: introduce stm32_firewall framework
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards

[PATCH] gro: check returned skb of napi_frags_skb() against NULL
 2023-07-06 15:05 UTC  (3+ messages)

[PATCH v2 88/92] sunrpc: convert to ctime accessor functions
 2023-07-06 14:56 UTC  (2+ messages)

[PATCH v11 00/12] Network support for Landlock
 2023-07-06 14:35 UTC  (15+ messages)
` [PATCH v11 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v11 11/12] samples/landlock: Add network demo

[syzbot] [net?] INFO: rcu detected stall in rtnl_newlink (3)
 2023-07-06 14:33 UTC 

[PATCH] Fix max/min warnings in virtio_net, amd/display, and io_uring
 2023-07-06 14:03 UTC  (4+ messages)

[PATCH net-next 0/2] net: openvswitch: add drop action
 2023-07-06 13:57 UTC  (4+ messages)
` [PATCH net-next 2/2] "
  ` [ovs-dev] "

[PATCH V4 net] net: mana: Fix MANA VF unload when host is unresponsive
 2023-07-06 13:54 UTC  (9+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-07-06 13:31 UTC  (11+ messages)
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-06 12:55 UTC  (10+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Change bpf_mem_cache draining process
` [PATCH v4 bpf-next 08/14] bpf: Add a hint to allocated objects
` [PATCH v4 bpf-next 09/14] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v4 bpf-next 10/14] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v4 bpf-next 11/14] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v4 bpf-next 12/14] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v4 bpf-next 13/14] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu
` [PATCH v4 bpf-next 14/14] bpf: Add object leak check

[PATCH net v2] net:thunderx:Fix resource leaks in device_for_each_child_node() loops
 2023-07-06 12:34 UTC  (8+ messages)
  ` 回复: "
` [PATCH net v2] net: thunderx: Fix resource leaks in a device_for_each_child_node() loop
  ` 回复: "
    `  "

[syzbot] [wireless?] WARNING in restore_regulatory_settings (2)
 2023-07-06 12:33 UTC  (2+ messages)

[PATCH net] s390/ism: Fix locking for forwarding of IRQs and events to clients
 2023-07-06 12:00 UTC  (3+ messages)

[PATCH V2 net 0/4] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06 11:59 UTC  (7+ messages)
` [PATCH V2 net 1/4] net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
` [PATCH V2 net 2/4] net: fec: recycle pages for transmitted XDP frames
` [PATCH V2 net 3/4] net: fec: increase the size of tx ring and update tx_wake_threshold
` [PATCH V2 net 4/4] net: fec: use netdev_err_once() instead of netdev_err()

[PATCH net v2 0/6] igc: Fix corner cases for TSN offload
 2023-07-06 11:36 UTC  (3+ messages)
` [PATCH net v2 6/6] igc: Fix inserting of empty frame for launchtime
  ` [Intel-wired-lan] "

[PATCH linux-5.4.y] bgmac: fix *initial* chip reset to support BCM5358
 2023-07-06 11:13 UTC 

Hyper-V vsock streams do not fill the supplied buffer in full
 2023-07-06 10:01 UTC  (2+ messages)

[PATCH net v1] octeontx2-af: Promisc enable/disable through mbox
 2023-07-06  9:51 UTC  (3+ messages)

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-06  9:38 UTC  (22+ messages)

[PATCH bpf-next] bpf: Introduce bpf generic log
 2023-07-06  9:36 UTC  (5+ messages)

[PATCH iwl-net v3] ice: Fix memory management in ice_ethtool_fdir.c
 2023-07-06  9:19 UTC 

[PATCH net 0/6] Netfilter fixes for net
 2023-07-06  9:20 UTC  (4+ messages)
` [PATCH net 1/6] netfilter: nf_tables: report use refcount overflow

[PATCH net] net: mvneta: fix txq_map in case of txq_number==1
 2023-07-06  8:50 UTC  (2+ messages)

[net PATCH v3] octeontx2-af: Move validation of ptp pointer before its usage
 2023-07-06  8:29 UTC 

[PATCH V5 net] net: mana: Fix MANA VF unload when hardware is unresponsive
 2023-07-06  8:18 UTC  (2+ messages)

[PATCH net] gve: Set default duplex configuration to full
 2023-07-06  8:03 UTC  (2+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-07-05 (ice)
 2023-07-06  7:50 UTC  (5+ messages)
` [PATCH net 1/2] ice: Fix max_rate check while configuring TX rate limits
` [PATCH net 2/2] ice: Fix tx queue rate limit when TCs are configured

[PATCH v2 0/3] net: dsa: SERDES support for mv88e632x family
 2023-07-06  6:51 UTC  (4+ messages)

[PATCH iwl-net v3] ice: prevent NULL pointer deref during reload
 2023-07-06  6:25 UTC 

[PATCH iwl-net v2] ice: prevent call trace during reload
 2023-07-06  6:43 UTC  (3+ messages)
` [Intel-wired-lan] "

[syzbot] [ext4?] WARNING in ext4_file_write_iter
 2023-07-06  6:33 UTC 

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06  6:14 UTC  (8+ messages)
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring


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).