netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 16:52:29 to 2024-01-24 06:33:36 UTC [more...]

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-01-24  6:33 UTC  (6+ messages)

[PATCH ipsec-next] xfrm6_tunnel: Use KMEM_CACHE instead of kmem_cache_create
 2024-01-24  6:31 UTC 

[PATCH net-next v5] bonding: Add independent control state machine
 2024-01-24  6:16 UTC  (2+ messages)

[PATCHv2 net] selftests/net/lib: update busywait timeout value
 2024-01-24  6:13 UTC 

Suggestions for TC Rust Projects
 2024-01-24  6:10 UTC  (3+ messages)

[PATCH v2 net 0/2] dpaa2-eth: various fixes
 2024-01-24  6:02 UTC  (3+ messages)
` [PATCH v2 net 1/2] dpaa2-eth: increase the needed headroom to account for alignment

[PATCH] ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()
 2024-01-24  5:56 UTC  (2+ messages)
  ` [Intel-wired-lan] "

[PATCH 3/8] net: stmmac: Introduce Qualcomm IPQ50xx DWMAC driver
 2024-01-24  5:54 UTC  (2+ messages)

[net-next PATCH 0/3] Dynamically allocate BPIDs
 2024-01-24  5:50 UTC  (4+ messages)
` [net-next PATCH 1/3] octeontx2-af: Create BPIDs free pool
` [net-next PATCH 2/3] octeontx2-af: Add mbox to alloc/free BPIDs
` [net-next PATCH 3/3] octeontx2-af: Cleanup loopback device checks

[PATCH net-next] net: dsa: remove OF-based MDIO bus registration from DSA core
 2024-01-24  5:30 UTC  (3+ messages)

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-01-24  5:22 UTC  (8+ messages)
` [RFC PATCH v7 1/8] "
` [RFC PATCH v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_QDISC

[ANN] net-next is OPEN
 2024-01-24  5:20 UTC  (10+ messages)

[PATCH net] net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
 2024-01-24  5:18 UTC 

[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
 2024-01-24  5:17 UTC 

[PATCH net] octeontx2-af: Initialize bitmap arrays
 2024-01-24  3:01 UTC  (3+ messages)
  ` [EXT] "

[net-next 0/3] Per epoll context busy poll support
 2024-01-24  2:53 UTC  (4+ messages)
` [net-next 1/3] eventpoll: support busy poll per epoll instance
` [net-next 2/3] eventpoll: Add per-epoll busy poll packet budget
` [net-next 3/3] eventpoll: Add epoll ioctl for epoll_params

[PATCH net-next v3 0/2] Implement irq_domain for TXGBE
 2024-01-24  2:45 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: txgbe: move interrupt codes to a separate file
` [PATCH net-next v3 2/2] net: txgbe: use irq_domain for interrupt controller

[PATCH bpf-next 0/4] transition sockmap testing to test_progs
 2024-01-24  2:35 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper
` [PATCH bpf-next 2/4] bpf: sockmap, add a sendmsg test so we can check that path
` [PATCH bpf-next 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist
` [PATCH bpf-next 4/4] bpf: sockmap test cork and pop combined

[PATCH v2 bpf-next 00/30] BPF token
 2024-01-24  2:21 UTC  (31+ messages)
` [PATCH v2 bpf-next 01/30] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v2 bpf-next 02/30] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v2 bpf-next 03/30] bpf: introduce BPF token object
` [PATCH v2 bpf-next 04/30] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 05/30] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 06/30] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 07/30] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 08/30] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 09/30] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v2 bpf-next 10/30] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v2 bpf-next 11/30] bpf,lsm: add BPF token "
` [PATCH v2 bpf-next 12/30] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 13/30] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 14/30] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 15/30] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 16/30] selftests/bpf: add BPF token-enabled tests
` [PATCH v2 bpf-next 17/30] bpf,selinux: allocate bpf_security_struct per BPF token
` [PATCH v2 bpf-next 18/30] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options
` [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for "
` [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests

[PATCH v5 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-24  1:53 UTC  (3+ messages)
` [PATCH v5 bpf 03/11] xsk: fix usage of multi-buffer BPF helpers for ZC XDP

[PATCH net-next 0/6] gve: Alloc before freeing when changing config
 2024-01-24  1:50 UTC  (2+ messages)

[PATCH net] net/sched: flower: Fix chain template offload
 2024-01-24  1:40 UTC  (2+ messages)

[PATCH] net: ethernet: qualcomm: Remove QDF24xx support
 2024-01-24  1:30 UTC  (4+ messages)

[PATCH RESEND net-next 1/2] net/ipv6: Remove unnecessary pr_debug() logs
 2024-01-24  1:30 UTC  (2+ messages)

[PATCH net v2 1/2] Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
 2024-01-24  1:30 UTC  (2+ messages)

[PATCH net 1/1] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
 2024-01-24  1:30 UTC  (3+ messages)

[PATCH net] selftests: fill in some missing configs for net
 2024-01-24  1:30 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the mm tree
 2024-01-24  1:18 UTC  (2+ messages)

[PATCH net v2 00/10] Fix MODULE_DESCRIPTION() for net (p2)
 2024-01-24  1:13 UTC  (13+ messages)
` [PATCH net v2 01/10] net: fill in MODULE_DESCRIPTION()s for 8390
` [PATCH net v2 02/10] net: fill in MODULE_DESCRIPTION()s for Broadcom bgmac
` [PATCH net v2 03/10] net: fill in MODULE_DESCRIPTION()s for liquidio
` [PATCH net v2 04/10] net: fill in MODULE_DESCRIPTION()s for ep93xxx_eth
` [PATCH net v2 05/10] net: fill in MODULE_DESCRIPTION()s for nps_enet
` [PATCH net v2 06/10] net: fill in MODULE_DESCRIPTION()s for enetc
` [PATCH net v2 07/10] net: fill in MODULE_DESCRIPTION()s for fec
` [PATCH net v2 08/10] net: fill in MODULE_DESCRIPTION()s for fsl_pq_mdio
` [PATCH net v2 09/10] net: fill in MODULE_DESCRIPTION()s for litex
` [PATCH net v2 10/10] net: fill in MODULE_DESCRIPTION()s for rvu_mbox

[PATCH net-next 0/2] Add HW check sum of load for RZ/G2L GbEthernet IP
 2024-01-24  1:09 UTC  (3+ messages)
` [PATCH net-next 1/2] ravb: Add Rx checksum offload support

[PATCH 0/4 V2 net-next] net: mana: Assigning IRQ affinity on HT cores
 2024-01-24  1:03 UTC  (3+ messages)
` [PATCH 4/4 "

[PATCH 8/8] arm64: dts: qcom: ipq5018-rdp432-c2: enable ethernet support
 2024-01-24  0:53 UTC  (2+ messages)

[PATCH net-next v1 00/12] tools/net/ynl: Add features for tc family
 2024-01-24  0:18 UTC  (3+ messages)
` [PATCH net-next v1 02/12] tools/net/ynl: Support sub-messages in nested attribute spaces

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-24  0:12 UTC  (3+ messages)

[PATCH iwl-net v4] idpf: avoid compiler padding in virtchnl2_ptype struct
 2024-01-24  0:10 UTC 

[PATCH iwl-net 0/2] Fixes for iavf reset path
 2024-01-23 23:31 UTC  (3+ messages)
` [PATCH iwl-net 1/2] iavf: fix reset in early states
` [PATCH iwl-net 2/2] iavf: allow an early reset event to be processed

[PATCH 0/8] ipq5018: enable ethernet support
 2024-01-23 23:25 UTC  (10+ messages)
` [PATCH 1/8] net: phy: Introduce Qualcomm IPQ5018 internal PHY driver
` [PATCH 2/8] phy: Introduce Qualcomm ethernet uniphy driver

[PATCH net] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-23 23:07 UTC  (2+ messages)

[PATCH net v1] net: dsa: mv88e6xxx: Make unsupported C45 reads return 0xffff
 2024-01-23 22:59 UTC  (7+ messages)

[PATCH net-next] net: marvell,prestera: Fix example PCI bus addressing
 2024-01-23 22:43 UTC  (3+ messages)
` [EXT] "

[PATCH bpf] riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops
 2024-01-23 22:41 UTC  (2+ messages)

[PATCH v4 1/3] pm: runtime: Simplify pm_runtime_get_if_active() usage
 2024-01-23 22:40 UTC  (5+ messages)

[PATCH 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-01-23 22:30 UTC  (15+ messages)
` [PATCH 01/11] net: dsa: realtek: drop cleanup from realtek_ops
` [PATCH 02/11] net: dsa: realtek: introduce REALTEK_DSA namespace
` [PATCH 03/11] net: dsa: realtek: convert variants into real drivers
` [PATCH 04/11] net: dsa: realtek: keep variant reference in realtek_priv
` [PATCH 05/11] net: dsa: realtek: common rtl83xx module
` [PATCH 06/11] net: dsa: realtek: merge rtl83xx and interface modules into realtek-dsa
` [PATCH 07/11] net: dsa: realtek: get internal MDIO node by name
` [PATCH 08/11] net: dsa: realtek: clean user_mii_bus setup
` [PATCH 09/11] net: dsa: realtek: migrate user_mii_bus setup to realtek-dsa
` [PATCH 10/11] net: dsa: realtek: use the same mii bus driver for both interfaces
` [PATCH 11/11] net: dsa: realtek: embed dsa_switch into realtek_priv

[PATCH net-next v6 0/2] Abstract page from net stack
 2024-01-23 22:17 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: introduce abstraction for network memory
` [PATCH net-next v6 2/2] net: add netmem to skb_frag_t

pull-request: wireless-2024-01-22
 2024-01-23 22:06 UTC  (6+ messages)

[PATCH net-next v4 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-01-23 21:56 UTC  (12+ messages)
` [PATCH net-next v4 01/11] net: dsa: realtek: drop cleanup from realtek_ops
` [PATCH net-next v4 02/11] net: dsa: realtek: introduce REALTEK_DSA namespace
` [PATCH net-next v4 03/11] net: dsa: realtek: convert variants into real drivers
` [PATCH net-next v4 04/11] net: dsa: realtek: keep variant reference in realtek_priv
` [PATCH net-next v4 05/11] net: dsa: realtek: common rtl83xx module
` [PATCH net-next v4 06/11] net: dsa: realtek: merge rtl83xx and interface modules into realtek-dsa
` [PATCH net-next v4 07/11] net: dsa: realtek: get internal MDIO node by name
` [PATCH net-next v4 08/11] net: dsa: realtek: clean user_mii_bus setup
` [PATCH net-next v4 09/11] net: dsa: realtek: migrate user_mii_bus setup to realtek-dsa
` [PATCH net-next v4 10/11] net: dsa: realtek: use the same mii bus driver for both interfaces
` [PATCH net-next v4 11/11] net: dsa: realtek: embed dsa_switch into realtek_priv

[PATCH iproute2-next] m_mirred: Allow mirred to block
 2024-01-23 21:41 UTC  (5+ messages)

[PATCH iproute2-next v2] m_mirred: Allow mirred to block
 2024-01-23 21:38 UTC 

[PATCH 64/82] netfilter: Refactor intentional wrap-around test
 2024-01-23 21:32 UTC  (5+ messages)
` [PATCH 80/82] xen-netback: "

[PATCH RFC net-next 03/14] net: phylink: add support for PCS link change notifications
 2024-01-23 21:09 UTC  (6+ messages)

[EXT] Aquantia ethernet driver suspend/resume issues
 2024-01-23 21:02 UTC  (3+ messages)

[PATCH net-next v4 00/15] net: ravb: Prepare for suspend to RAM and runtime PM support (part 1)
 2024-01-23 20:43 UTC  (3+ messages)
` [PATCH net-next v4 07/15] net: ravb: Move reference clock enable/disable on runtime PM APIs

[PATCH net-next] tsnep: Add link down PHY loopback support
 2024-01-23 20:01 UTC 

[PATCH net-next v4 1/2] bonding: Add independent control state machine
 2024-01-23 20:26 UTC  (2+ messages)
` [PATCH net-next v4 2/2] "

[PATCH net-next v3 1/2] bonding: Add independent control state machine
 2024-01-23 20:22 UTC  (4+ messages)
` [PATCH net-next v3 2/2] "

[PATCH net 0/2] tsnep: XDP fixes
 2024-01-23 20:09 UTC  (3+ messages)
` [PATCH net 1/2] tsnep: Remove FCS for XDP data path
` [PATCH net 2/2] tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring

[PATCH net-next v3 00/19] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2024-01-23 20:06 UTC  (5+ messages)
` [PATCH net-next v3 07/19] net: ravb: Move reference clock enable/disable on runtime PM APIs

[PATCH net] net: stmmac: xgmac: fix safety error descriptions
 2024-01-23 19:50 UTC  (2+ messages)

[PATCH net-next v1 1/2] dt-bindings: net: dsa: Add KSZ8567 switch support
 2024-01-23 19:44 UTC  (7+ messages)

[PATCH net] selftests: bonding: do not test arp/ns target with mode balance-alb/tlb
 2024-01-23 18:37 UTC  (2+ messages)

[PATCH net 00/14] Netfilter fixes for net
 2024-01-23 17:20 UTC  (6+ messages)
` [PATCH net 14/14] netfilter: ipset: fix performance regression in swap operation

[PATCH iwl-next] ice: Remove and readd netdev during devlink reload
 2024-01-23 18:00 UTC  (2+ messages)

[PATCH net] idpf: avoid compiler padding in virtchnl2_ptype struct
 2024-01-23 17:57 UTC  (3+ messages)

[PATCH] netfilter: nf_tables: Add a null pointer check in two functions
 2024-01-23 17:46 UTC  (2+ messages)

[PATCH v4 0/4] net/sched: Load modules via alias
 2024-01-23 17:40 UTC  (3+ messages)
` [PATCH v4 3/4] net/sched: Load modules via their alias

[PATCH] [RFC] net: phy: broadcom: Add DT LED configuration support
 2024-01-23 17:34 UTC  (3+ messages)

[RFC PATCH net-next 0/9] Add ability to flash modules' firmware
 2024-01-23 17:17 UTC  (7+ messages)
` [RFC PATCH net-next 1/9] ethtool: Add ethtool operation to write to a transceiver module EEPROM
` [RFC PATCH net-next 6/9] net: sfp: Add more extended compliance codes
` [RFC PATCH net-next 7/9] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[PATCH v5 net-next 0/5] af_unix: Random improvements for GC
 2024-01-23 17:08 UTC  (6+ messages)
` [PATCH v5 net-next 1/5] af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc()
` [PATCH v5 net-next 2/5] af_unix: Do not use atomic ops for unix_sk(sk)->inflight
` [PATCH v5 net-next 3/5] af_unix: Return struct unix_sock from unix_get_socket()
` [PATCH v5 net-next 4/5] af_unix: Run GC on only one CPU
` [PATCH v5 net-next 5/5] af_unix: Try to run GC async

[PATCH v7 iwl-next 0/7] ice: fix timestamping in reset process
 2024-01-23 17:07 UTC  (7+ messages)
` [PATCH v7 iwl-next 5/7] ice: rename ice_ptp_tx_cfg_intr
` [PATCH v7 iwl-next 6/7] ice: factor out ice_ptp_rebuild_owner()
` [PATCH v7 iwl-next 7/7] ice: stop destroying and reinitalizing Tx tracker during reset

[PATCH net-next 00/22] Fix MODULE_DESCRIPTION() for net (p2)
 2024-01-23 17:05 UTC  (4+ messages)

[PATCH net] net: fec: fix the unhandled context fault from smmu
 2024-01-23 16:51 UTC 

Fw: [Bug 218412] New: Low throughput in WireGuard VPN
 2024-01-23 16:54 UTC 

[PATCH 0/6 iwl-next] idpf: refactor virtchnl messages
 2024-01-23 16:52 UTC  (4+ messages)
` [PATCH 1/6 iwl-next] idpf: implement virtchnl transaction manager


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