netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 14:12:36 to 2023-10-19 00:20:45 UTC [more...]

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-19  0:20 UTC  (5+ messages)
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt

[PATCH] vsock: initialize the_virtio_vsock before using VQs
 2023-10-19  0:12 UTC  (2+ messages)

[net-next PATCH v3] octeon_ep: pack hardware structure
 2023-10-19  0:06 UTC  (2+ messages)

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-18 23:59 UTC  (3+ messages)
` [PATCH bpf-next v6 08/18] xdp: Add VLAN tag hint

[net-next PATCH v5 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-10-19  0:06 UTC  (11+ messages)
` [net-next PATCH v5 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v5 02/10] net: Add queue and napi association
` [net-next PATCH v5 03/10] ice: Add support in the driver for associating queue with napi
` [net-next PATCH v5 04/10] netdev-genl: Add netlink framework functions for queue
` [net-next PATCH v5 05/10] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
` [net-next PATCH v5 06/10] netdev-genl: Add netlink framework functions for napi
` [net-next PATCH v5 07/10] netdev-genl: spec: Add irq in netdev netlink YAML spec
` [net-next PATCH v5 08/10] net: Add NAPI IRQ support
` [net-next PATCH v5 09/10] netdev-genl: spec: Add PID in netdev netlink YAML spec
` [net-next PATCH v5 10/10] netdev-genl: Add PID for the NAPI thread

[PATCH net-next v4 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-18 23:50 UTC  (14+ messages)
` [PATCH net-next v4 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type

[PATCH net-next v5 0/6] ice: Add basic E830 support
 2023-10-18 23:16 UTC  (7+ messages)
` [PATCH net-next v5 1/6] ice: Add E830 device IDs, MAC type and registers
` [PATCH net-next v5 2/6] ice: Add 200G speed/phy type use
` [PATCH net-next v5 3/6] ice: Add ice_get_link_status_datalen
` [PATCH net-next v5 4/6] ice: Add support for E830 DDP package segment
` [PATCH net-next v5 5/6] ice: Remove redundant zeroing of the fields
` [PATCH net-next v5 6/6] ice: Hook up 4 E830 devices by adding their IDs

[PATCH] net: mdio: replace deprecated strncpy with strscpy
 2023-10-18 23:23 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-18 22:31 UTC  (4+ messages)

[PATCH] net: wwan: replace deprecated strncpy with strscpy_pad
 2023-10-18 22:14 UTC 

iperf 2 & clock unsync detection
 2023-10-18 22:10 UTC 

[PATCH net] i40e: xsk: remove count_mask
 2023-10-18 22:03 UTC  (2+ messages)

[PATCH net-next 0/3] netlink: add variable-length / auto integers
 2023-10-18 21:39 UTC  (4+ messages)
` [PATCH net-next 1/3] tools: ynl-gen: make the mnl_type() method public
` [PATCH net-next 2/3] netlink: add variable-length / auto integers
` [PATCH net-next 3/3] netlink: specs: add support for auto-sized scalars

[PATCH net-next] ptp: prevent string overflow
 2023-10-18 21:36 UTC  (3+ messages)

[PATCH net-next] iavf: delete unused iavf_mac_info fields
 2023-10-18 21:30 UTC  (4+ messages)

[PATCH net-next] i40e: Align devlink info versions with ice driver and add docs
 2023-10-18 21:28 UTC  (2+ messages)

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

[PATCH net v2 0/5] net: fix bugs in device netns-move and rename
 2023-10-18 20:30 UTC  (6+ messages)
` [PATCH net v2 1/5] net: fix ifname in netlink ntf during netns move
` [PATCH net v2 5/5] selftests: net: add very basic test for netdev names and namespaces

[PATCH net-next v3 00/11] devlink: retain error in struct devlink_fmsg
 2023-10-18 20:26 UTC  (12+ messages)
` [PATCH net-next v3 01/11] "
` [PATCH net-next v3 02/11] netdevsim: devlink health: use retained error fmsg API
` [PATCH net-next v3 03/11] pds_core: "
` [PATCH net-next v3 04/11] bnxt_en: "
` [PATCH net-next v3 05/11] hinic: "
` [PATCH net-next v3 06/11] octeontx2-af: "
` [PATCH net-next v3 07/11] mlxsw: core: "
` [PATCH net-next v3 08/11] net/mlx5: "
` [PATCH net-next v3 09/11] qed: "
` [PATCH net-next v3 10/11] staging: qlge: "
` [PATCH net-next v3 11/11] devlink: convert most of devlink_fmsg_*() to return void

[PATCH net 0/5] net/smc: bugfixs for smc-r
 2023-10-18 20:26 UTC  (4+ messages)
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled

[PATCH net-next v5 0/5] Rust abstractions for network PHY drivers
 2023-10-18 20:27 UTC  (4+ messages)
` [PATCH net-next v5 1/5] rust: core "

[RFC PATCH net-next 05/12] PCI: Add device-specific reset for NVIDIA Spectrum devices
 2023-10-18 20:08 UTC  (2+ messages)

[mst-vhost:vhost 18/35] drivers/virtio/virtio_pci_modern.c:54:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2023-10-18 19:51 UTC 

[PATCH RT 03/12] Revert "softirq: Let ksoftirqd do its job"
 2023-10-18 19:48 UTC 

[PATCH net v2 0/2] net/smc: correct the reason code in smc_listen_find_device when fallback
 2023-10-18 19:47 UTC  (9+ messages)
` [PATCH net v2 1/2] net/smc: change function name from smc_find_ism_store_rc to smc_find_device_store_rc
` [PATCH net v2 2/2] net/smc: correct the reason code in smc_listen_find_device when fallback

[PATCH v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-18 19:47 UTC  (3+ messages)
` [PATCH v2 1/2] staging: qlge: Fix coding style in qlge.h
` [PATCH v2 2/2] staging: qlge: Prefer using the BIT macro

[PATCH net-next v4 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-10-18 19:43 UTC  (5+ messages)

[PATCH v2 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-10-18 19:42 UTC  (6+ messages)
` [PATCH v2 3/3] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1

[RFC PATCH net-next 06/12] PCI: Add debug print for device ready delay
 2023-10-18 19:41 UTC  (2+ messages)

[RFC PATCH net-next 04/12] PCI: Add no PM reset quirk for NVIDIA Spectrum devices
 2023-10-18 19:40 UTC  (2+ messages)

[PATCH v4 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-10-18 19:34 UTC  (3+ messages)
` [PATCH v4 2/3] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
` [PATCH v4 3/3] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1

[PATCH RT 03/12] Revert "softirq: Let ksoftirqd do its job"
 2023-10-18 19:36 UTC 

[PATCH net-next] docs: networking: document multi-RSS context
 2023-10-18 19:35 UTC  (3+ messages)

[PATCH v3 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-10-18 19:28 UTC  (3+ messages)
` [PATCH v3 2/3] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
` [PATCH v3 3/3] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1

[PATCH net] tcp_bpf: properly release resources on error paths
 2023-10-18 19:18 UTC  (3+ messages)

[PATCH net-next] net: fec: fix dev_info pointer
 2023-10-18 19:02 UTC 

[PATCH v2 net] net: mdio-mux: fix C45 access returning -EIO after API change
 2023-10-18 18:57 UTC  (3+ messages)

BUG: looking up invalid subclass: 8
 2023-10-18 18:53 UTC  (5+ messages)

The difference between linux kernel driver and FreeBSD's with Intel X533
 2023-10-18 18:50 UTC  (6+ messages)
    ` [Intel-wired-lan] "

require EXPORT_SYMBOL_GPL symbols for symbol_get v2
 2023-10-18 18:25 UTC  (5+ messages)
` [PATCH 5/5] modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules

[PATCH net 0/5] mptcp: Fixes for v6.6
 2023-10-18 18:23 UTC  (6+ messages)
` [PATCH net 1/5] selftests: mptcp: join: correctly check for no RST
` [PATCH net 2/5] tcp: check mptcp-level constraints for backlog coalescing
` [PATCH net 3/5] mptcp: more conservative check for zero probes
` [PATCH net 4/5] mptcp: avoid sending RST when closing the initial subflow
` [PATCH net 5/5] selftests: mptcp: join: no RST when rm subflow/addr

[PATCH net-next v5 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-18 18:21 UTC  (9+ messages)
` [PATCH net-next v5 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
` [PATCH net-next v5 2/6] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v5 3/6] ice: refactor RSS configuration
` [PATCH net-next v5 4/6] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v5 5/6] ice: enable symmetric RSS Toeplitz hash for any flow type
` [PATCH net-next v5 6/6] iavf: enable symmetric RSS Toeplitz hash

[PATCH net-next v5 0/9] net: dsa: microchip: provide Wake on LAN support
 2023-10-18 18:20 UTC  (5+ messages)
` [PATCH net-next v5 5/9] net: dsa: microchip: ksz9477: Add Wake on Magic Packet support
` [PATCH net-next v5 8/9] net: dsa: microchip: Refactor switch shutdown routine for WoL preparation

[PATCH net-next] net: ethernet: ti: davinci_mdio: Fix the revision string for J721E
 2023-10-18 18:16 UTC  (5+ messages)

[RFC PATCH net-next 0/4] net-sysfs: remove rtnl_trylock/restart_syscall use
 2023-10-18 18:15 UTC  (10+ messages)
` [RFC PATCH net-next 1/4] net-sysfs: remove rtnl_trylock from device attributes
` [RFC PATCH net-next 2/4] net-sysfs: move queue attribute groups outside the default groups
` [RFC PATCH net-next 3/4] net-sysfs: prevent uncleared queues from being re-added
` [RFC PATCH net-next 4/4] net-sysfs: remove rtnl_trylock from queue attributes

[PATCH net-next v2 0/5] net: stmmac: use correct PPS input indexing
 2023-10-18 18:04 UTC  (3+ messages)
` [PATCH net-next v2 1/5] net: stmmac: simplify debug message on stmmac_enable()

[PATCH net-next v2] ethtool: ice: Support for RSS settings to GTP from ethtool
 2023-10-18 17:57 UTC  (13+ messages)

[PATCH net-next v6 0/2] Switch DSA to inclusive terminology
 2023-10-18 17:58 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: dsa: Use conduit and user terms
` [PATCH net-next v6 2/2] net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT

[PATCH net-next v2 1/1] taprio: Add boundary check for sched-entry values
 2023-10-18 17:56 UTC  (2+ messages)

[PATCH net] ravb: Fix races between ravb_tx_timeout_work() and net related ops
 2023-10-18 17:27 UTC  (4+ messages)

[Patch v7 0/5] RDMA/mana_ib
 2023-10-18 17:25 UTC  (5+ messages)
` [Patch v7 4/5] RDMA/mana_ib: Query adapter capabilities
      ` [EXTERNAL] "

[PATCH v1 bpf-next 10/11] bpf: tcp: Make WS, SACK, ECN configurable from BPF SYN Cookie
 2023-10-18 17:02 UTC  (2+ messages)

[PATCH 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-18 17:01 UTC  (3+ messages)

[PATCH v1 bpf-next 05/11] bpf: tcp: Add SYN Cookie generation SOCK_OPS hook
 2023-10-18 17:00 UTC  (2+ messages)

[PATCH net-next 0/3] tools: ynl-gen: support full range of min/max checks
 2023-10-18 16:39 UTC  (4+ messages)
` [PATCH net-next 1/3] tools: ynl-gen: track attribute use
` [PATCH net-next 2/3] tools: ynl-gen: support full range of min/max checks for integer values
` [PATCH net-next 3/3] tools: ynl-gen: support limit names

[PATCH v13 00/12] Network support for Landlock
 2023-10-18 16:34 UTC  (5+ messages)
` [PATCH v13 07/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v13 08/12] landlock: Add network rules and TCP hooks support

[PATCH net-next v2 00/11] devlink: retain error in struct devlink_fmsg
 2023-10-18 16:10 UTC  (5+ messages)
` [PATCH net-next v2 08/11] net/mlx5: devlink health: use retained error fmsg API
` [PATCH net-next v2 11/11] devlink: convert most of devlink_fmsg_*() to return void

[PATCH net-next v5 0/2] Switch DSA to inclusive terminology
 2023-10-18 15:56 UTC  (3+ messages)
` [PATCH net-next v5 2/2] net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT

[PATCH v3 3/3] soc: ti: k3-socinfo: Revamp driver to accommodate different rev structs
 2023-10-18 15:50 UTC 

[PATCH v14 net-next 08/23] net/tcp: Add AO sign to RST packets
 2023-10-18 15:44 UTC  (4+ messages)

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-18 15:35 UTC  (6+ messages)

[RFC PATCH] tcp/dcpp: Un-pin tw_timer
 2023-10-18 15:27 UTC  (5+ messages)

[PATCH] nfp: bpf: offload: Check prog before dereference
 2023-10-18 15:17 UTC  (2+ messages)

[PATCH net v3] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-18 15:12 UTC  (2+ messages)

[PATCH v2 net-next 0/5] Analyze and Reorganize core Networking Structs to optimize cacheline consumption
 2023-10-18 15:11 UTC  (8+ messages)
` [PATCH v2 net-next 2/5] net-smnp: reorganize SNMP fast path variables

[PATCH net-next] net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams
 2023-10-18 15:08 UTC  (3+ messages)
` [PATCH net-next V2] "

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-18 15:03 UTC  (3+ messages)
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray

[PATCH net v2] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-18 14:51 UTC  (6+ messages)
      ` [EXTERNAL] "

[PATCH net-next 0/2] amd-xgbe: add support for AMD Crater
 2023-10-18 14:44 UTC  (3+ messages)
` [PATCH net-next 1/2] amd-xgbe: add support for new pci device id 0x1641
` [PATCH net-next 2/2] amd-xgbe: Add support for AMD Crater ethernet device

[PATCH net] ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
 2023-10-18 14:41 UTC  (2+ messages)

[PATCH iproute2-next 0/2] Increase BPF verifier verbosity when in verbose mode
 2023-10-18 14:35 UTC  (3+ messages)
` [PATCH iproute2-next 2/2] bpf: increase "

[PATCH AUTOSEL 5.10 04/11] net: sched: cls_u32: Fix allocation size in u32_init()
 2023-10-18 14:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 08/11] net: macsec: indicate next pn update when offloading

[PATCH AUTOSEL 5.15 06/14] net: sched: cls_u32: Fix allocation size in u32_init()
 2023-10-18 14:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 10/14] net: macsec: indicate next pn update when offloading

[PATCH AUTOSEL 6.1 10/19] net: sched: cls_u32: Fix allocation size in u32_init()
 2023-10-18 14:13 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 15/19] net: macsec: indicate next pn update when offloading

[PATCH AUTOSEL 6.5 16/31] can: flexcan: remove the auto stop mode for IMX93
 2023-10-18 14:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 26/31] net: macsec: indicate next pn update when offloading


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