netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-04 14:36:16 to 2023-10-05 05:02:05 UTC [more...]

[PATCH] net: dsa: lan9303: replace deprecated strncpy with memcpy
 2023-10-05  5:02 UTC  (3+ messages)

[PATCH] net: atheros: replace deprecated strncpy with strscpy
 2023-10-05  4:57 UTC  (2+ messages)

[PATCH] net: ax88796c: replace deprecated strncpy with strscpy
 2023-10-05  4:55 UTC  (2+ messages)

[PATCH] net: ena: replace deprecated strncpy with strscpy
 2023-10-05  4:53 UTC  (2+ messages)

[PATCH net] amd-xgbe: read STAT1 register twice to get correct value
 2023-10-05  3:35 UTC  (6+ messages)

[PATCH] can: peak_pci: replace deprecated strncpy with strscpy
 2023-10-05  2:58 UTC  (2+ messages)

[RFC PATCH net-next] net: phy: aquantia: add firmware load support
 2023-10-05  2:43 UTC  (3+ messages)

[PATCH net v1] octeontx2-pf: Fix page pool frag allocation failure
 2023-10-05  2:14 UTC 

[RFC PATCH 0/7] net: openvswitch: Reduce stack usage
 2023-10-05  2:01 UTC  (10+ messages)
` [RFC PATCH 4/7] net: openvswitch: ovs_vport_receive reduce "
  ` [ovs-dev] "

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-05  1:16 UTC  (6+ messages)
` [PATCH bpf-next v3 02/10] xsk: add TX timestamp and TX checksum offload support

[PATCH net v2 0/2] ravb: Fix use-after-free issues
 2023-10-05  1:12 UTC  (3+ messages)
` [PATCH net v2 1/2] ravb: Fix up dma_free_coherent() call in ravb_remove()
` [PATCH net v2 2/2] ravb: Fix use-after-free issue in ravb_tx_timeout_work()

[PATCH net-next 0/3] ynl Makefile cleanup
 2023-10-05  0:40 UTC  (2+ messages)

[PATCH net-next] net: skb_queue_purge_reason() optimizations
 2023-10-05  0:40 UTC  (2+ messages)

[PATCH net] sctp: update transport state when processing a dupcook packet
 2023-10-05  0:40 UTC  (2+ messages)

[PATCH net] sctp: update hb timer immediately after users change hb_interval
 2023-10-05  0:40 UTC  (2+ messages)

[PATCH net] netlink: annotate data-races around sk->sk_err
 2023-10-05  0:40 UTC  (2+ messages)

[PATCH 0/2] Fix a couple recent instances of -Wincompatible-function-pointer-types-strict from ->mode_get() implementations
 2023-10-05  0:30 UTC  (2+ messages)

[PATCH net-next v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-10-03 (i40e, iavf)
 2023-10-05  0:30 UTC  (3+ messages)

[PATCH net 0/2] ravb: Fix use-after-free issues
 2023-10-05  0:26 UTC  (8+ messages)
` [PATCH net 1/2] ravb: Fix dma_free_coherent() of desc_bat timing in ravb_remove()
` [PATCH net 2/2] ravb: Fix use-after-free issue in ravb_remove and ravb_tx_timeout_work

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-10-02 (i40e, iavf)
 2023-10-05  0:24 UTC  (3+ messages)

[patch net-next v2 0/3] tools: ynl-gen: fix subset attributes handling
 2023-10-05  0:13 UTC  (7+ messages)
` [patch net-next v2 1/3] tools: ynl-gen: lift type requirement for attribute subsets
` [patch net-next v2 2/3] netlink: specs: remove redundant type keys from attributes in subsets
` [patch net-next v2 3/3] tools: ynl-gen: raise exception when subset attribute contains more than "name" key

[PATCH net-next v3 0/2] r8152: modify rx_bottom
 2023-10-05  0:10 UTC  (2+ messages)

[PATCH] net/sched: use spin_lock_bh() on &gact->tcf_lock
 2023-10-05  0:01 UTC  (2+ messages)

[PATCH bpf-next v3 04/10] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
 2023-10-04 23:47 UTC  (2+ messages)

[PATCH net-next v9 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder
 2023-10-04 23:47 UTC  (2+ messages)

[RESEND PATCH net-next v2 0/3] Wangxun ethtool stats
 2023-10-04 23:46 UTC  (3+ messages)
` [RESEND PATCH net-next v2 1/3] net: libwx: support hardware statistics

[PATCH net] devlink: Hold devlink lock on health reporter dump get
 2023-10-04 23:39 UTC  (2+ messages)

[PATCH net-next v2 0/2] tcp: save flowlabel and use for receiver repathing
 2023-10-04 23:32 UTC  (2+ messages)

[PATCH v4 net-next 0/7] ethtool: track custom RSS contexts in the core
 2023-10-04 23:16 UTC  (8+ messages)
` [PATCH v4 net-next 2/7] net: ethtool: attach an XArray of custom RSS contexts to a netdevice
` [PATCH v4 net-next 6/7] net: ethtool: add a mutex protecting RSS contexts

[PATCH bpf-next v3 05/10] net: stmmac: Add Tx HWTS support to XDP ZC
 2023-10-04 23:14 UTC  (3+ messages)

Bug in 6.5 tar-ball
 2023-10-04 23:01 UTC  (2+ messages)

[PATCH v13 net-next 00/23] net/tcp: Add TCP-AO support
 2023-10-04 22:56 UTC  (25+ messages)
` [PATCH v13 net-next 01/23] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
` [PATCH v13 net-next 02/23] net/tcp: Add TCP-AO config and structures
` [PATCH v13 net-next 03/23] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH v13 net-next 04/23] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH v13 net-next 05/23] net/tcp: Calculate TCP-AO traffic keys
` [PATCH v13 net-next 06/23] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH v13 net-next 07/23] net/tcp: Add tcp_parse_auth_options()
` [PATCH v13 net-next 08/23] net/tcp: Add AO sign to RST packets
` [PATCH v13 net-next 09/23] net/tcp: Add TCP-AO sign to twsk
` [PATCH v13 net-next 10/23] net/tcp: Wire TCP-AO to request sockets
` [PATCH v13 net-next 11/23] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH v13 net-next 12/23] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH v13 net-next 13/23] net/tcp: Add TCP-AO segments counters
` [PATCH v13 net-next 14/23] net/tcp: Add TCP-AO SNE support
` [PATCH v13 net-next 15/23] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH v13 net-next 16/23] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH v13 net-next 17/23] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH v13 net-next 18/23] net/tcp: Add TCP-AO getsockopt()s
` [PATCH v13 net-next 19/23] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH v13 net-next 20/23] net/tcp: Add static_key for TCP-AO
` [PATCH v13 net-next 21/23] net/tcp: Wire up l3index to TCP-AO
` [PATCH v13 net-next 22/23] net/tcp: Add TCP_AO_REPAIR
` [PATCH v13 net-next 23/23] Documentation/tcp: Add TCP-AO documentation

[PATCH 0/5] chelsio: Annotate structs with __counted_by
 2023-10-04 22:50 UTC  (2+ messages)

[PATCH net-next v2] net/xdp: fix zero-size allocation warning in xskq_create()
 2023-10-04 22:49 UTC  (2+ messages)

[PATCH net-next 0/2] net: Use SMP threads for backlog NAPI (or optional)
 2023-10-04 22:46 UTC  (2+ messages)

[PATCH net-next v4] net: ixp4xx_eth: Support changing the MTU
 2023-10-04 22:43 UTC 

[PATCH v2 net 1/2] tcp: fix quick-ack counting to count actual ACKs of new data
 2023-10-04 22:40 UTC  (2+ messages)

[syzbot] [bpf?] [net?] WARNING: zero-size vmalloc in xskq_create
 2023-10-04 22:38 UTC 

What is the purpose of the first phylink_validate() call from phylink_create()?
 2023-10-04 22:25 UTC 

[PATCH net 1/6] netfilter: nft_payload: rebuild vlan header on h_proto access
 2023-10-04 22:10 UTC  (2+ messages)

[PATCH 0/4] tracing: improve symbolic printing
 2023-10-04 22:07 UTC  (10+ messages)

[PATCH bpf v2 0/2] bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()
 2023-10-04 22:02 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Derive source IP addr via bpf_*_fib_lookup()
` [PATCH bpf v2 2/2] selftests/bpf: Add BPF_FIB_LOOKUP_SET_SRC tests

[PATCH net] net: stmmac: dwmac-imx: request high frequency mode
 2023-10-04 21:59 UTC  (4+ messages)

[PATCH net-next 1/4] netfilter: nf_nat: undo erroneous tcp edemux lookup after port clash
 2023-10-04 21:30 UTC  (2+ messages)

[PATCH] page_pool: fix documentation typos
 2023-10-04 21:30 UTC  (5+ messages)
` [PATCH] net: skbuff: fix kernel-doc typos

[PATCH 29/29] net: move sockfs_xattr_handlers to .rodata
 2023-10-04 21:24 UTC  (2+ messages)

[PATCH] [net-next] sctp: Spelling s/preceeding/preceding/g
 2023-10-04 21:20 UTC  (2+ messages)

[net PATCH] octeontx2-af: Enable hardware timestamping for VFs
 2023-10-04 21:12 UTC  (2+ messages)

subscribe
 2023-10-04 21:10 UTC 

question: ip link "dev" keyword deprecated?
 2023-10-04 21:07 UTC  (2+ messages)

[PATCH net-next v3] net: ti: icssg_prueth: add TAPRIO offload support
 2023-10-04 20:58 UTC  (2+ messages)

[PATCH net-next v7 0/3] net: axienet: Introduce dmaengine
 2023-10-04 20:53 UTC  (5+ messages)
` [PATCH net-next v7 2/3] net: axienet: Preparatory changes for dmaengine support
` [PATCH net-next v7 3/3] net: axienet: Introduce "

[PATCH net-next v3] net: qualcomm: rmnet: Add side band flow control support
 2023-10-04 20:43 UTC 

[PATCH bpf 0/3] libbpf/selftests syscall wrapper fixes for RISC-V
 2023-10-04 20:40 UTC  (3+ messages)

[PATCH bpf-next 0/3] selftest/bpf, riscv: Improved cross-building support
 2023-10-04 20:40 UTC  (2+ messages)

[PATCH net 0/3] mptcp: Fixes and maintainer email update for v6.6
 2023-10-04 20:38 UTC  (4+ messages)
` [PATCH net 1/3] mptcp: fix delegated action races
` [PATCH net 2/3] mptcp: userspace pm allow creating id 0 subflow
` [PATCH net 3/3] MAINTAINERS: update Matthieu's email address

[PATCH net] net: stmmac: dwmac-stm32: fix resume on STM32 MCU
 2023-10-04 20:30 UTC  (2+ messages)

[PATCH] tipc: fix a potential deadlock on &tx->lock
 2023-10-04 20:30 UTC  (2+ messages)

[PATCH net-next] ptp: ocp: fix error code in probe()
 2023-10-04 20:20 UTC  (2+ messages)

[PATCH v2 0/5] r8152: Avoid writing garbage to the adapter's registers
 2023-10-04 20:12 UTC  (7+ messages)
` [PATCH v2 1/5] r8152: Increase USB control msg timeout to 5000ms as per spec
` [PATCH v2 2/5] r8152: Check for unplug in rtl_phy_patch_request()
` [PATCH v2 3/5] r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
` [PATCH v2 4/5] r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
` [PATCH v2 5/5] r8152: Block future register access if register access fails

[PATCH net] net: microchip: lan743x : bidirectional throughuput improvement
 2023-10-04 20:09 UTC  (4+ messages)

[PATCH 0/3] net: netconsole: configfs entries for boot target
 2023-10-04 20:09 UTC  (7+ messages)
` [PATCH 1/3] netconsole: Initialize configfs_item for default targets
` [PATCH 2/3] netconsole: Attach cmdline target to dynamic target
` [PATCH 3/3] Documentation: netconsole: add support for cmdline targets

[PATCH net-next] net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()
 2023-10-04 19:30 UTC  (2+ messages)

[PATCH] net: appletalk: remove cops support
 2023-10-04 19:20 UTC  (3+ messages)

[PATCH net-next v2 0/9] i40e: House-keeping and clean-up
 2023-10-04 19:17 UTC  (3+ messages)

[PATCH iwl-net v2] ice: reset first in crash dump kernels
 2023-10-04 18:59 UTC  (3+ messages)

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-04 18:53 UTC  (4+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 83/89] sunrpc: convert "

[PATCH net v2] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set
 2023-10-04 18:51 UTC  (4+ messages)

[PATCH net] ipv4: Set offload_failed flag in fibmatch results
 2023-10-04 18:50 UTC  (2+ messages)

[PATCH] net/xen-netback: Break build if netback slots > max_skbs + 1
 2023-10-04 18:47 UTC  (2+ messages)

[PATCH] net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
 2023-10-04 18:45 UTC  (2+ messages)

[PATCH] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
 2023-10-04 18:44 UTC  (3+ messages)

pull-request: wireless-2023-09-27
 2023-10-04 18:40 UTC  (2+ messages)

[PATCH] wext.h: Clean up errors in wext.h
 2023-10-04 18:33 UTC  (2+ messages)

[PATCH net-next v6 00/10] Add MACsec support for TJA11XX C45 PHYs
 2023-10-04 18:30 UTC  (4+ messages)
` [PATCH net-next v6 05/10] octeontx2-pf: mcs: update PN only when update_pn is true

[PATCH net-next v2 0/9] bnxt_en: hwmon and SRIOV updates
 2023-10-04 18:22 UTC  (3+ messages)
` [PATCH net-next v2 8/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN

[RFC bpf-next v2 00/24] XDP metadata via kfuncs for ice + mlx5
 2023-10-04 18:08 UTC  (5+ messages)
` [RFC bpf-next v2 09/24] xdp: Add VLAN tag hint

[PATCH net-next] net: microchip: lan743x: improve throughput with rx timestamp config
 2023-10-04 18:00 UTC  (2+ messages)

[PATCH v2 net-next] dt-bindings: net: fec: Add imx8dxl description
 2023-10-04 18:00 UTC  (2+ messages)

[PATCH] ax25: Fix potential deadlock on &ax25_list_lock
 2023-10-04 17:53 UTC  (3+ messages)

[PATCH net-next] net: ixp4xx_eth: Specify min/max MTU
 2023-10-04 17:25 UTC  (4+ messages)

[PATCH 0/4] sched: drop for_each_numa_hop_mask()
 2023-10-04 17:19 UTC  (7+ messages)
` [PATCH 1/4] net: mellanox: drop mlx5_cpumask_default_spread()

[PATCH v3] NFSD: convert write_threads, write_maxblksize and write_maxconn to netlink commands
 2023-10-04 17:09 UTC  (2+ messages)

[PATCH] NFSD: convert write_threads and write_v4_end_grace to netlink commands
 2023-10-04 17:04 UTC  (4+ messages)

[PATCH iproute2] ila: fix array overflow warning
 2023-10-04 17:02 UTC 

[PATCH iwl-net v3] ice: reset first in crash dump kernels
 2023-10-04 17:02 UTC 

[PATCH net-next v2 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-10-04 16:42 UTC  (13+ messages)
` [PATCH net-next v2 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v2 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v2 12/12] test/vsock: io_uring rx/tx tests

The difference between linux kernel driver and FreeBSD's with Intel X533
 2023-10-04 16:42 UTC  (2+ messages)

[linus:master] [connector/cn_proc] 2aa1f7a1f4: BUG:kernel_NULL_pointer_dereference,address
 2023-10-04 16:39 UTC  (3+ messages)

[PATCH] tipc: Fix uninit-value access in tipc_nl_node_reset_link_stats()
 2023-10-04 16:39 UTC  (3+ messages)

[PATCH] tipc: Fix uninit-value access in __tipc_nl_bearer_enable()
 2023-10-04 16:36 UTC  (3+ messages)

[PATCH net-next] ice: fix linking when CONFIG_PTP_1588_CLOCK=n
 2023-10-04 16:30 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: xgmac: EST interrupts handling
 2023-10-04 16:26 UTC  (5+ messages)

[PATCH ipsec-next v3 0/3] xfrm: policy: replace session decode with flow dissector
 2023-10-04 16:09 UTC  (4+ messages)
` [PATCH ipsec-next v3 1/3] xfrm: pass struct net to xfrm_decode_session wrappers
` [PATCH ipsec-next v3 2/3] xfrm: move mark and oif flowi decode into common code
` [PATCH ipsec-next v3 3/3] xfrm: policy: replace session decode with flow dissector

[bug] dpaa2-eth: "Wrong SWA type" and null deref in dpaa2_eth_free_tx_fd()
 2023-10-04 15:50 UTC  (2+ messages)

pull-request: bpf 2023-10-02
 2023-10-04 15:40 UTC  (2+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-04 15:39 UTC  (4+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem

[PATCH iproute2-next V3 0/2] devlink: Add port function attributes for ipsec
 2023-10-04 15:30 UTC  (2+ messages)

[patch iproute2-next v2 0/5] expose devlink instances relationships
 2023-10-04 15:20 UTC  (10+ messages)
` [patch iproute2-next v2 3/5] devlink: introduce support for netns id for nested handle

[PATCH v2] net: sched: cls_u32: Fix allocation size in u32_init()
 2023-10-04 15:16 UTC  (2+ messages)

[lvc-project] [PATCH] wifi: mac80211: fix buffer overflow in ieee80211_rx_get_bigtk()
 2023-10-04 14:58 UTC  (2+ messages)

[PATCH net v2] net: stmmac: remove unneeded stmmac_poll_controller
 2023-10-04 14:29 UTC  (5+ messages)

[PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver
 2023-10-04 14:46 UTC  (4+ messages)

[PATCH net v3] net: stmmac: remove unneeded stmmac_poll_controller
 2023-10-04 14:33 UTC 


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