netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-04 15:01:23 to 2024-12-05 07:22:12 UTC [more...]

[PATCH net-next v4 0/7] Add Aspeed G7 FTGMAC100 support
 2024-12-05  7:20 UTC  (5+ messages)
` [PATCH net-next v4 4/7] net: ftgmac100: Add support for AST2700
` [PATCH net-next v4 5/7] net: ftgmac100: add pin strap configuration "
` [PATCH net-next v4 6/7] net: ftgmac100: Add 64-bit DMA support "
` [PATCH net-next v4 7/7] net: ftgmac100: remove extra newline symbols

[PATCH net] ipmr: fix build with clang and DEBUG_NET disabled
 2024-12-05  6:47 UTC  (3+ messages)

[PATCH v5.10.277] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-12-05  6:11 UTC  (4+ messages)
      ` [PATCH v5.10.y v5.4.y] "

[PATCH net-next v5 0/5] Add ptp library for Microchip phys
 2024-12-05  6:04 UTC  (7+ messages)
` [PATCH net-next v5 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in "

[PATCH bpf-next v2 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
 2024-12-05  5:19 UTC 

[PATCH bpf v2 1/1] selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
 2024-12-05  4:42 UTC 

[PATCH net-next] r8169: simplify setting hwmon attribute visibility
 2024-12-05  3:50 UTC  (2+ messages)

[PATCH net 0/9][pull request] Intel Wired LAN Driver Updates 2024-12-03 (ice, idpf, ixgbe, ixgbevf, igb)
 2024-12-05  3:50 UTC  (2+ messages)

[PATCH net 0/6] mlx5 misc fixes 2024-12-03
 2024-12-05  3:50 UTC  (2+ messages)

[PATCH iproute2-next, v3 1/2] iproute2: expose netlink constants in UAPI
 2024-12-05  3:46 UTC  (3+ messages)

[PATCH 0/5] net: renesas: rswitch: several fixes
 2024-12-05  3:46 UTC  (4+ messages)
` [PATCH 2/5] net: renesas: rswitch: fix leaked pointer on error path

[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh
 2024-12-05  3:30 UTC  (3+ messages)

[PATCH net-next] rtase: Add support for RTL907XD-VA PCIe port
 2024-12-05  3:30 UTC  (2+ messages)

[PATCH net-next] inet: add indirect call wrapper for getfrag() calls
 2024-12-05  3:30 UTC  (2+ messages)

[PATCH net-next v5 0/2] netcons: Add udp send fail statistics to netconsole
 2024-12-05  3:30 UTC  (2+ messages)

[PATCH net-next 00/13] net: add negotiation of in-band capabilities
 2024-12-05  3:30 UTC  (2+ messages)

[PATCH net] geneve: do not assume mac header is set in geneve_xmit_skb()
 2024-12-05  3:30 UTC  (2+ messages)

[PATCH net v3 0/3] bnxt_en: support header page pool in queue API
 2024-12-05  3:30 UTC  (3+ messages)

[PATCH net-next 0/2] altera: simplify probe
 2024-12-05  3:27 UTC  (2+ messages)

[PATCH] ipv4: remove useless arg
 2024-12-05  3:23 UTC  (5+ messages)

[PATCH net] mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4
 2024-12-05  3:20 UTC  (2+ messages)

[PATCH net v4] ethtool: Fix wrong mod state in case of verbose and no_mask bitset
 2024-12-05  3:20 UTC  (2+ messages)

[PATCH RESEND net-next v2] netpoll: Use rtnl_dereference() for npinfo pointer access
 2024-12-05  3:10 UTC  (2+ messages)

[PATCH net-next v1 0/7] Introduce unified and structured PHY
 2024-12-05  2:50 UTC  (3+ messages)
` [PATCH net-next v1 3/7] phy: replace bitwise flag definitions with BIT() macro

[PATCH v3 net] ipmr: tune the ipmr_can_free_table() checks
 2024-12-05  2:50 UTC  (2+ messages)

[PATCH net] qca_spi: Fix clock speed for multiple QCA7000
 2024-12-05  2:48 UTC  (2+ messages)

[PATCH iwl-next 1/1] igc: Improve XDP_SETUP_PROG process
 2024-12-05  2:45 UTC  (3+ messages)

[PATCH] tcp: check socket state before calling WARN_ON
 2024-12-05  2:45 UTC  (5+ messages)

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-05  2:39 UTC  (2+ messages)

[PATCH net-next 00/37] rxrpc: Implement jumbo DATA transmission and RACK-TLP
 2024-12-05  2:37 UTC  (3+ messages)
` [PATCH net-next 02/37] rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible

[PATCH net-next v8 0/2] binder: report txn errors via generic netlink
 2024-12-05  2:35 UTC  (3+ messages)
` [PATCH net-next v8 2/2] "

[PATCH bpf-next 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
 2024-12-05  1:36 UTC  (3+ messages)

[PATCH RFC v4 1/3] page_pool: fix timing for checking and disabling napi_local
 2024-12-05  1:28 UTC  (4+ messages)

[PATCH net-next v9 00/10] lib: packing: introduce and use (un)pack_fields
 2024-12-05  1:22 UTC  (11+ messages)
` [PATCH net-next v9 01/10] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v9 02/10] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v9 03/10] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v9 04/10] lib: packing: document recently added APIs
` [PATCH net-next v9 05/10] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v9 06/10] ice: use structures to keep track of queue context size
` [PATCH net-next v9 07/10] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v9 08/10] ice: reduce size of queue context fields
` [PATCH net-next v9 09/10] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v9 10/10] ice: cleanup Rx queue context programming functions

[PATCH net-next] bridge: Make the FDB consider inner tag for Q-in-Q
 2024-12-05  1:14 UTC  (9+ messages)

[PATCH net v2 0/5] Make TCP-MD5-diag slightly less broken
 2024-12-05  1:13 UTC  (2+ messages)

[PATCH v2 net-next] net_sched: sch_fq: add three drop_reason
 2024-12-05  1:07 UTC  (2+ messages)

[PATCHv4 net-next] net: modernize ioremap in probe
 2024-12-05  1:06 UTC  (3+ messages)

[PATCH v2 net] tipc: Fix use-after-free of kernel socket in cleanup_bearer()
 2024-12-05  0:47 UTC  (5+ messages)

[PATCH net] tipc: fix NULL deref in cleanup_bearer()
 2024-12-05  0:49 UTC  (2+ messages)

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-05  0:31 UTC  (13+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v3 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v3 06/11] driver core: Remove match_any()
` [PATCH v3 07/11] slimbus: core: Simplify of_find_slim_device() implementation
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH net 0/6] Netfilter fixes for net
 2024-12-05  0:28 UTC  (7+ messages)
` [PATCH net 1/6] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/6] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/6] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/6] netfilter: nft_inner: incorrect percpu area handling under softirq
` [PATCH net 5/6] netfilter: ipset: Hold module reference while requesting a module
` [PATCH net 6/6] netfilter: nft_set_hash: skip duplicated elements pending gc run

[PATCH net-next v8 00/10] lib: packing: introduce and use (un)pack_fields
 2024-12-05  0:23 UTC  (11+ messages)
` [PATCH net-next v8 03/10] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v8 04/10] lib: packing: document recently added APIs

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (12+ messages)

[PATCH net-next v12 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-04 23:09 UTC  (7+ messages)
` [PATCH net-next v12 11/22] ovpn: implement TCP transport

[PATCH net-next] e1000e: Fix real-time violations on link up
 2024-12-04 20:21 UTC  (3+ messages)

[PATCH net-next V4 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-04 22:25 UTC  (3+ messages)

[PATCH net-next 0/2] Fix race between datagram socket address change and rehash
 2024-12-04 22:12 UTC  (3+ messages)
` [PATCH net-next 1/2] datagram: Rehash sockets only if local address changed for their family
` [PATCH net-next 2/2] datagram, udp: Set local address and rehash socket atomically against lookup

[PATCH net-next V5 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-04 22:09 UTC  (12+ messages)
` [PATCH mlx5-next V5 01/11] net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits
` [PATCH mlx5-next V5 02/11] net/mlx5: Add ConnectX-8 device to ifc
` [PATCH mlx5-next V5 03/11] net/mlx5: Add support for new scheduling elements
` [PATCH mlx5-next V5 04/11] net/mlx5: qos: Add ifc support for cross-esw scheduling
` [PATCH net-next V5 05/11] net/mlx5: DR, Expand SWS STE callbacks and consolidate common structs
` [PATCH net-next V5 06/11] net/mlx5: DR, Add support for ConnectX-8 steering
` [PATCH net-next V5 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V5 08/11] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V5 09/11] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V5 10/11] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V5 11/11] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[PATCH net 0/2] bnxt_en: Bug fixes
 2024-12-04 21:59 UTC  (3+ messages)
` [PATCH net 1/2] bnxt_en: Fix GSO type for HW GRO packets on 5750X chips
` [PATCH net 2/2] bnxt_en: Fix potential crash when dumping FW log coredump

[PATCH net-next 0/2] Make TIME-WAIT reuse delay deterministic and configurable
 2024-12-04 21:58 UTC  (5+ messages)
` [PATCH net-next 1/2] tcp: Measure TIME-WAIT reuse delay with millisecond precision
` [PATCH net-next 2/2] tcp: Add sysctl to configure TIME-WAIT reuse delay

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-12-04 21:51 UTC  (18+ messages)

[PATCH iwl-next v11 0/8] ixgbe: Add support for Intel(R) E610 device
 2024-12-04 21:38 UTC  (4+ messages)
` [PATCH iwl-next v11 5/8] ixgbe: Add support for EEPROM dump in "
  ` [Intel-wired-lan] "

[PATCH net-next v8 00/17] io_uring zero copy rx
 2024-12-04 21:24 UTC  (21+ messages)
` [PATCH net-next v8 01/17] net: prefix devmem specific helpers
` [PATCH net-next v8 02/17] net: generalise net_iov chunk owners
` [PATCH net-next v8 03/17] net: page_pool: create hooks for custom page providers
` [PATCH net-next v8 04/17] net: prepare for non devmem TCP memory providers
` [PATCH net-next v8 05/17] net: page_pool: add ->scrub mem provider callback
` [PATCH net-next v8 06/17] net: page pool: add helper creating area from pages
` [PATCH net-next v8 07/17] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH net-next v8 08/17] net: add helper executing custom callback from napi
` [PATCH net-next v8 09/17] io_uring/zcrx: add interface queue and refill queue
` [PATCH net-next v8 10/17] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v8 11/17] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v8 12/17] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v8 13/17] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v8 14/17] io_uring/zcrx: add copy fallback
` [PATCH net-next v8 15/17] io_uring/zcrx: throttle receive requests
` [PATCH net-next v8 16/17] net: add documentation for io_uring zcrx
` [PATCH net-next v8 17/17] io_uring/zcrx: add selftest

[PATCH net-next V4 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
 2024-12-04 21:22 UTC  (3+ messages)

ethernet over l2tp with vlan
 2024-12-04 21:04 UTC  (3+ messages)

[PATCH net-next] net: tipc: remove one synchronize_net() from tipc_nametbl_stop()
 2024-12-04 21:02 UTC 

[syzbot] [wireless?] [ext4?] general protection fault in pcpu_alloc
 2024-12-04 20:43 UTC 

[PATCH net-next v2 00/12] Begin upstreaming Homa transport protocol
 2024-12-04 19:54 UTC  (4+ messages)
` [PATCH net-next v2 11/12] net: homa: create homa_plumbing.c homa_utils.c

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-12-04 19:35 UTC  (12+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions

[PATCH v7 00/15] io_uring zero copy rx
 2024-12-04 19:04 UTC  (10+ messages)
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[PATCH net v1] net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
 2024-12-04 18:18 UTC  (15+ messages)

[PATCH v1 0/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
 2024-12-04 18:06 UTC  (13+ messages)
` [PATCH v1 1/1] "

[PATCH net] net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
 2024-12-04 18:01 UTC  (2+ messages)

Bug#1086520: linux-image-6.11.2-amd64: makes opensm fail to start
 2024-12-04 17:13 UTC  (7+ messages)

[PATCH net-next v2] selftests: net: cleanup busy_poller.c
 2024-12-04 17:03 UTC  (2+ messages)

[syzbot] [tipc?] general protection fault in cleanup_bearer
 2024-12-04 17:03 UTC 

[PATCH net-next 0/4] netconsole: Add support for CPU population
 2024-12-04 16:52 UTC  (5+ messages)
` [PATCH net-next 2/4] netconsole: Add option to auto-populate CPU number in userdata

[PATCH net-next 0/4] netconsole: selftest for userdata overflow
 2024-12-04 16:40 UTC  (5+ messages)
` [PATCH net-next 1/4] netconsole: Warn if MAX_USERDATA_ITEMS limit is exceeded
` [PATCH net-next 2/4] netconsole: selftest: Split the helpers from the selftest
` [PATCH net-next 3/4] netconsole: selftest: Delete all userdata keys
` [PATCH net-next 4/4] netconsole: selftest: verify userdata entry limit

[iproute2-next] ip: link: rmnet: add support for flag handling
 2024-12-04 16:31 UTC  (2+ messages)

[PATCH net-next v4 0/8] ethtool: generate uapi header from the spec
 2024-12-04 15:55 UTC  (9+ messages)
` [PATCH net-next v4 1/8] ynl: support enum-cnt-name attribute in legacy definitions
` [PATCH net-next v4 2/8] ynl: skip rendering attributes with header property in uapi mode
` [PATCH net-next v4 3/8] ynl: support directional specs in ynl-gen-c.py
` [PATCH net-next v4 4/8] ynl: add missing pieces to ethtool spec to better match uapi header
` [PATCH net-next v4 5/8] ynl: include uapi header after all dependencies
` [PATCH net-next v4 6/8] ethtool: separate definitions that are gonna be generated
` [PATCH net-next v4 7/8] ethtool: remove the comments that are not "
` [PATCH net-next v4 8/8] ethtool: regenerate uapi header from the spec

[net-next PATCH v8 0/4] net: dsa: Add Airoha AN8855 support
 2024-12-04 15:48 UTC  (5+ messages)
` [net-next PATCH v8 3/4] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver

[PATCH net-next v3 00/10] net: freescale: ucc_geth: Phylink conversion
 2024-12-04 15:41 UTC  (5+ messages)
` [PATCH net-next v3 09/10] net: freescale: ucc_geth: Introduce a helper to check Reduced modes

[PATCH net-next v2 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-12-04 15:38 UTC  (5+ messages)
` [PATCH net-next v2 3/5] net: pcs: qcom-ipq9574: Add PCS instantiation and phylink operations
` [PATCH net-next v2 4/5] net: pcs: qcom-ipq9574: Add USXGMII interface mode support

[Intel-wired-lan] [PATCH iwl-net v1] ice: move static_assert to declaration section
 2024-12-04 15:05 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).