netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 15:05:44 to 2023-03-02 19:36:31 UTC [more...]

[patch 0/3] net, refcount: Address dst_entry reference count scalability issues
 2023-03-02 19:36 UTC  (11+ messages)
` [patch 1/3] net: dst: Prevent false sharing vs. dst_entry::__refcnt
` [patch 2/3] atomics: Provide rcuref - scalable reference counting

[PATCH v8 0/5] mac80211_hwsim: Add PMSR support
 2023-03-02 17:42 UTC  (7+ messages)
` [PATCH v8 1/5] mac80211_hwsim: add PMSR capability support
` [PATCH v8 2/5] wifi: nl80211: make nl80211_send_chandef non-static
` [PATCH v8 3/5] mac80211_hwsim: add PMSR request support via virtio
` [PATCH v8 4/5] mac80211_hwsim: add PMSR abort "
` [PATCH v8 5/5] mac80211_hwsim: add PMSR report "

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support
 2023-03-02 17:38 UTC  (3+ messages)

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support [multicast/DSA issues]
 2023-03-02 17:26 UTC  (19+ messages)

[PATCH RFC v1 net-next 0/5] Add tx push buf len param to ethtool
 2023-03-02 17:10 UTC  (10+ messages)
` [PATCH RFC v1 net-next 1/5] ethtool: Add support for configuring tx_push_buf_len
` [PATCH RFC v1 net-next 2/5] net: ena: Add an option to configure large LLQ headers
` [PATCH RFC v1 net-next 3/5] net: ena: Recalculate TX state variables every device reset
` [PATCH RFC v1 net-next 4/5] net: ena: Add support to changing tx_push_buf_len
` [PATCH RFC v1 net-next 5/5] net: ena: Advertise ETHTOOL_RING_USE_TX_PUSH_BUF_LEN support

[PATCH] dt-bindings: Fix SPI and I2C bus node names in examples
 2023-03-02 16:45 UTC  (3+ messages)

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-02 15:48 UTC  (11+ messages)
` [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v2 6/8] vdpa_sim: use kthread worker
` [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v2 8/8] vdpa_sim: add support for user VA

[PATCH manpages v2 1/2] udp.7: add UDP_SEGMENT
 2023-03-02 15:48 UTC  (2+ messages)
` [PATCH manpages v2 2/2] udp.7: add UDP_GRO

pull-request: ieee802154 for net 2023-03-02
 2023-03-02 15:30 UTC 

[PATCH linux-next v2] selftests: net: udpgso_bench_tx: Add test for IP fragmentation of UDP packets
 2023-03-02 15:14 UTC  (2+ messages)

[RFC PATCH v1] vsock: check error queue to set EPOLLERR
 2023-03-02 15:06 UTC  (5+ messages)

[PATCH v6 0/3] Add support for NXP bluetooth chipsets
 2023-03-02 14:43 UTC  (5+ messages)
` [PATCH v6 1/3] serdev: Add method to assert break signal over tty UART port
` [PATCH v6 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support
` [PATCH v6 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[PATCH net-next v6] net: phy: intel-xway: Add RGMII internal delay configuration
 2023-03-02 15:03 UTC  (6+ messages)

[PATCH RFC net-next] net: phy: intel-xway: remove LED configuration
 2023-03-02 14:55 UTC  (2+ messages)

[PATCH net] net: use indirect calls helpers for sk_exit_memory_pressure()
 2023-03-02 14:30 UTC  (2+ messages)

[PATCH] [net:netfilter]: Keep conntrack reference until IPsecv6 policy checks are done
 2023-03-02 14:27 UTC  (3+ messages)

[PATCH net] ieee802154: Prevent user from crashing the host
 2023-03-02 13:47 UTC  (5+ messages)

[PATCH v4 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-03-02 13:44 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/8] drivers: net: turn on XDP features

[syzbot] [mm?] INFO: task hung in write_cache_pages (2)
 2023-03-02 13:23 UTC  (2+ messages)

[RFC PATCH net-next v11 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-03-02 12:35 UTC  (18+ messages)
` [RFC PATCH v11 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [RFC PATCH v11 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [RFC PATCH v11 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [RFC PATCH v11 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC
` [RFC PATCH v11 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [RFC PATCH v11 06/12] net: ethernet: mtk_eth_soc: reset PCS state
` [RFC PATCH v11 07/12] net: ethernet: mtk_eth_soc: only write values if needed
` [RFC PATCH v11 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue
` [RFC PATCH v11 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
` [RFC PATCH v11 10/12] net: pcs: add driver for MediaTek SGMII PCS
` [RFC PATCH v11 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver
` [RFC PATCH v11 12/12] net: dsa: mt7530: use "

[PATCH net 0/3] Netfilter fixes for net
 2023-03-02 10:40 UTC  (5+ messages)
` [PATCH net 1/3] selftests: nft_nat: ensuring the listening side is up before starting the client
` [PATCH net 2/3] netfilter: nft_last: copy content when cloning expression
` [PATCH net 3/3] netfilter: nft_quota: "

[syzbot] WARNING in default_device_exit_batch (4)
 2023-03-02 10:16 UTC  (2+ messages)
` [syzbot] [net?] "

[PATCH net 0/3] nfp: fix incorrect IPsec checksum handling
 2023-03-02  9:58 UTC  (4+ messages)
` [PATCH net 1/3] nfp: fix incorrectly set csum flag for nfd3 path
` [PATCH net 2/3] nfp: fix incorrectly set csum flag for nfdk path
` [PATCH net 3/3] nfp: fix esp-tx-csum-offload doesn't take effect

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-02  9:54 UTC  (10+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[PATCH v3] virtio-net: Fix probe of virtio-net on kvmtool
 2023-03-02  9:48 UTC  (5+ messages)

[PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread
 2023-03-02  9:48 UTC  (8+ messages)

[net PATCH] octeontx2-af: Fix start and end bit for scan config
 2023-03-02  9:21 UTC  (2+ messages)

[PATCH RESEND net v1 0/2] iavf: fix double-broken HW hash report
 2023-03-02  9:10 UTC  (2+ messages)

[PATCH v1] net: phy: adin: Add flags to disable enhanced link detection
 2023-03-02  8:59 UTC  (4+ messages)
` [PATCH v2 1/2] net: phy: adin: Add flags to allow disabling of fast link down
  ` [PATCH v2 2/2] dt-bindings: net: adin: Document bindings for fast link down disable

[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
 2023-03-02  8:33 UTC  (3+ messages)

[PATCH] net : fix adding same ip rule multiple times
 2023-03-02  8:17 UTC  (3+ messages)

[net PATCH v2] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection
 2023-03-02  6:43 UTC  (5+ messages)

[PATCH net v2] net: stmmac: add to set device wake up flag when stmmac init phy
 2023-03-02  6:21 UTC 

[PATCH v4] wifi: rtlwifi: rtl8192se: Remove some unused variables
 2023-03-02  6:04 UTC  (3+ messages)

[net PATCH v1] octeontx2-af: Fix start and end bit for scan config
 2023-03-02  4:51 UTC  (2+ messages)

[PATCH net] net: tls: avoid hanging tasks on the tx_lock
 2023-03-02  4:40 UTC  (2+ messages)

[PATCH v2] net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
 2023-03-02  4:40 UTC  (2+ messages)

[PATCH v1] net: stmmac: add to set device wake up flag when stmmac init phy
 2023-03-02  4:29 UTC  (2+ messages)

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-02  4:28 UTC  (17+ messages)
` [PATCH v13 bpf-next 01/10] bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
` [PATCH v13 bpf-next 02/10] bpf: Refactor process_dynptr_func
` [PATCH v13 bpf-next 03/10] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v13 bpf-next 04/10] bpf: Define no-ops for externally called bpf dynptr functions
` [PATCH v13 bpf-next 05/10] bpf: Refactor verifier dynptr into get_dynptr_arg_reg
` [PATCH v13 bpf-next 06/10] bpf: Add __uninit kfunc annotation
` [PATCH v13 bpf-next 07/10] bpf: Add skb dynptrs
` [PATCH v13 bpf-next 08/10] bpf: Add xdp dynptrs
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
` [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH v4 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-02  4:05 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH v4 bpf-next 2/6] bpf: Mark cgroups and dfl_cgrp fields as trusted
` [PATCH v4 bpf-next 3/6] bpf: Introduce kptr_rcu
` [PATCH v4 bpf-next 4/6] selftests/bpf: Add a test case for kptr_rcu
` [PATCH v4 bpf-next 5/6] selftests/bpf: Tweak cgroup kfunc test
` [PATCH v4 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier

[PATCH v3] wifi: rtl8192se: Remove some unused variables
 2023-03-02  2:29 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-02  2:30 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] "
` [PATCH bpf-next v1 2/2] xdp: remove unused {__,}xdp_release_frame()

[PATCH v2] rtlwifi: rtl8192se: Remove some unused variables
 2023-03-02  0:27 UTC  (3+ messages)

[PATCH net v3] ice: copy last block omitted in ice_get_module_eeprom()
 2023-03-01 22:27 UTC  (2+ messages)

[PATCH manpages 1/2] udp.7: add UDP_SEGMENT
 2023-03-01 22:22 UTC  (4+ messages)
` [PATCH manpages 2/2] udp.7: add UDP_GRO

[PATCH v5 00/18] Self-encapsulate the thermal zone device structure
 2023-03-01 20:14 UTC  (3+ messages)
` [PATCH v5 04/18] thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
` [PATCH v5 13/18] thermal: Use thermal_zone_device_type() accessor

[PATCH net] net: lan966x: Fix port police support using tc-matchall
 2023-03-01 19:49 UTC  (4+ messages)

[PATCH net] ice: copy last block omitted in ice_get_module_eeprom()
 2023-03-01 19:26 UTC  (4+ messages)
` [Intel-wired-lan] "
` [PATCH net v2] "

[PATCH v11 00/25] nvme-tcp receive offloads
 2023-03-01 19:13 UTC  (3+ messages)

[PATCH net 0/3] tools: ynl: fix subset use and change default value for attrs/ops
 2023-03-01 18:36 UTC  (4+ messages)
` [PATCH net 1/3] tools: ynl: fully inherit attrs in subsets
` [PATCH net 2/3] tools: ynl: use 1 as the default for first entry in attrs/ops
` [PATCH net 3/3] netlink: specs: update for codegen enumerating from 1

[PATCHv2 iproute2] u32: fix TC_U32_TERMINAL printing
 2023-03-01 17:55 UTC  (2+ messages)

[PATCH net] net/sched: flower: fix fl_change() error recovery path
 2023-03-01 17:30 UTC  (2+ messages)

[PATCH net] ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
 2023-03-01 17:30 UTC  (2+ messages)

[PATCH net] net: avoid skb end_offset change in __skb_unclone_keeptruesize()
 2023-03-01 17:30 UTC  (2+ messages)

[PATCH net v2] net/sched: act_connmark: handle errno on tcf_idr_check_alloc
 2023-03-01 17:30 UTC  (2+ messages)

[PATCH v1] net/dev.c : Remove redundant state settings after waking up
 2023-03-01 17:07 UTC  (8+ messages)

[PATCH net v2] net: caif: Fix use-after-free in cfusbl_device_notify()
 2023-03-01 16:39 UTC 

[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
 2023-03-01 16:24 UTC  (5+ messages)

[PATCH nf] selftests: nft_nat: ensuring the listening side is up before starting the client
 2023-03-01 16:23 UTC  (2+ messages)

[PATCH v5 0/3] Add support for NXP bluetooth chipsets
 2023-03-01 15:51 UTC  (4+ messages)
` [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[PATCH v3 net] net:usb:lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driver
 2023-03-01 15:47 UTC  (2+ messages)

[PATCH] [NETFILTER]: Keep conntrack reference until IPsecv6 policy checks are done
 2023-03-01 15:25 UTC  (4+ messages)
  ` [EXT] "

[PATCH v2 0/3] wifi: rtw88: USB fixes
 2023-03-01 15:22 UTC  (3+ messages)

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-03-01 15:05 UTC  (7+ 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).