netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-10 18:22:01 to 2023-10-11 06:12:37 UTC [more...]

[pull request][net-next 00/15] mlx5 updates 2023-10-10
 2023-10-11  6:12 UTC  (6+ messages)
` [net-next 01/15] net/mlx5: Parallelize vhca event handling
` [net-next 02/15] net/mlx5: Redesign SF active work to remove table_lock
` [net-next 03/15] net/mlx5: Avoid false positive lockdep warning by adding lock_class_key
` [net-next 04/15] net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcom
` [net-next 05/15] net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lock

[patch net-next v2 0/3] devlink: don't take instance lock for nested handle put
 2023-10-11  6:10 UTC  (3+ messages)

[patch net-next 00/10] devlink: finish conversion to generated split_ops
 2023-10-11  6:08 UTC  (12+ messages)
` [patch net-next 01/10] genetlink: don't merge dumpit split op for different cmds into single iter
` [patch net-next 02/10] tools: ynl-gen: introduce support for bitfield32 attribute type
` [patch net-next 05/10] netlink: specs: devlink: fix reply command values

fix the non-coherent coldfire dma_alloc_coherent
 2023-10-11  5:52 UTC  (5+ messages)
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x

[net PATCH] octeontx2-af: Enable hardware timestamping for VFs
 2023-10-11  5:43 UTC  (3+ messages)

[PATCH net-next] ethtool: ice: Support for RSS settings to GTP from ethtool
 2023-10-11  5:25 UTC  (5+ messages)

[PATCH v1] Bug fix for issue found by kernel test robot
 2023-10-11  5:13 UTC  (3+ messages)

[PATCH v2] Fix NULL pointer deref due to filtering on fork
 2023-10-11  5:12 UTC 

[net PATCH v2] octeontx2-af: Fix hardware timestamping for VFs
 2023-10-11  5:01 UTC  (3+ messages)
  ` [EXT] "

[PATCH bpf-next] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-10-11  4:42 UTC  (7+ messages)
  ` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "
        ` [PATCH bpf-next -v4] "

Possible kernel memory leak in bpf_timer
 2023-10-11  4:39 UTC  (3+ messages)

[RFC PATCH 0/7] tun: Introduce virtio-net hashing feature
 2023-10-11  3:57 UTC  (19+ messages)
` [RFC PATCH 5/7] "

[PATCH 0/7] net: openvswitch: Reduce stack usage
 2023-10-11  3:43 UTC  (8+ messages)
` [PATCH 1/7] net: openvswitch: generalise the per-cpu flow key allocation stack
` [PATCH 2/7] net: openvswitch: Use flow key allocator in ovs_vport_receive
` [PATCH 3/7] openvswitch: reduce stack usage in do_execute_actions
` [PATCH 4/7] net: openvswitch: Reduce push_nsh stack usage
` [PATCH 5/7] net: openvswitch: uninline action execution
` [PATCH 6/7] net: openvswitch: uninline ovs_fragment to control stack usage
` [PATCH 7/7] net: openvswitch: Reduce stack usage in ovs_dp_process_packet

[PATCH v3] net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()
 2023-10-11  3:24 UTC 

[PATCH net] net/smc: Fix pos miscalculation in statistics
 2023-10-11  3:14 UTC  (2+ messages)

[PATCH] net: dsa: qca8k: replace deprecated strncpy with ethtool_sprintf
 2023-10-11  3:10 UTC  (2+ messages)

[PATCH v2] net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read
 2023-10-11  3:10 UTC  (2+ messages)

[PATCH] net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintf
 2023-10-11  3:10 UTC  (8+ messages)

[PATCH] net: dsa: realtek: replace deprecated strncpy with ethtool_sprintf
 2023-10-11  3:10 UTC  (3+ messages)

pull-request: bpf 2023-10-11
 2023-10-11  3:10 UTC  (2+ messages)

[PATCH net-next 1/2] sock: Code cleanup on __sk_mem_raise_allocated()
 2023-10-11  3:04 UTC  (8+ messages)
` [PATCH net-next 2/2] sock: Fix improper heuristic on raising memory
    `  "

[PATCH net v3 1/1] ethtool: Fix mod state of verbose no_mask bitset
 2023-10-11  3:00 UTC  (2+ messages)

[PATCH v2] net: skbuff: fix kernel-doc typos
 2023-10-11  2:50 UTC  (2+ messages)

[PATCH net] mctp: perform route lookups under a RCU read-side lock
 2023-10-11  2:50 UTC  (2+ messages)

[PATCH net 1/6] can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
 2023-10-11  2:50 UTC  (2+ messages)

[PATCH net] net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
 2023-10-11  2:50 UTC  (2+ messages)

[PATCH net-next v2] docs: try to encourage (netdev?) reviewers
 2023-10-11  2:42 UTC 

[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-11  2:35 UTC  (4+ messages)
` [PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
  ` [PATCH v6 3/13] "

[PATCH net-next v4 0/5] dpll: add phase-offset and phase-adjust
 2023-10-11  2:34 UTC  (2+ messages)

[net-next PATCH v4 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-10-11  2:29 UTC  (9+ messages)
` [net-next PATCH v4 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v4 02/10] net: Add queue and napi association
` [net-next PATCH v4 04/10] netdev-genl: Add netlink framework functions for queue
` [net-next PATCH v4 06/10] netdev-genl: Add netlink framework functions for napi

[PATCH net-next,v2] tcp: Set pingpong threshold via sysctl
 2023-10-11  2:15 UTC  (9+ messages)

[PATCH net-next v4 0/5][pull request] add v2 FW logging for ice driver
 2023-10-11  2:01 UTC  (9+ messages)
` [PATCH net-next v4 2/5] ice: configure FW logging
` [PATCH net-next v4 5/5] ice: add documentation for "

[PATCH 1/1] net-next: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
 2023-10-11  1:51 UTC  (2+ messages)
` [PATCH] "

[PATCH v12 00/12] Network support for Landlock
 2023-10-11  1:53 UTC  (4+ messages)
` [PATCH v12 08/12] landlock: Add network rules and TCP hooks support

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

[PATCH v6 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
 2023-10-11  1:17 UTC  (2+ messages)
` [PATCH v6 6/13] "

[PATCH net-next v3 0/4] net: netconsole: configfs entries for boot target
 2023-10-11  1:10 UTC  (4+ messages)
` [PATCH net-next v3 2/4] netconsole: Initialize configfs_item for default targets

[PATCH net-next 0/6] mptcp: convert Netlink code to use YAML spec
 2023-10-11  1:08 UTC  (8+ messages)
` [PATCH net-next 1/6] tools: ynl: add uns-admin-perm to genetlink legacy
` [PATCH net-next 2/6] net: mptcp: convert netlink from small_ops to ops
` [PATCH net-next 3/6] Documentation: netlink: add a YAML spec for mptcp
` [PATCH net-next 4/6] uapi: mptcp: use header file generated from YAML spec
` [PATCH net-next 5/6] net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}
` [PATCH net-next 6/6] net: mptcp: use policy generated by YAML spec

[PATCH] igbvf: replace deprecated strncpy with strscpy
 2023-10-11  0:54 UTC  (7+ messages)

[PATCH] appletalk: remove ipddp driver
 2023-10-11  0:51 UTC  (2+ messages)

[PATCH net-next v4] net: qualcomm: rmnet: Add side band flow control support
 2023-10-11  0:35 UTC  (8+ messages)

[RFC] netlink: add variable-length / auto integers
 2023-10-11  0:33 UTC 

[PATCH] Remove extra unlock for the mutex
 2023-10-11  0:28 UTC  (3+ messages)

[syzbot] [wireless?] [net?] memory leak in ieee80211_add_key
 2023-10-11  0:19 UTC 

[PATCH] octeontx2-af: replace deprecated strncpy with strscpy
 2023-10-11  0:01 UTC  (2+ messages)

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

[PATCH v2] net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintf
 2023-10-10 23:58 UTC  (2+ messages)

[PATCH net-next 0/7] net: intel: replace deprecated strncpy uses
 2023-10-10 23:31 UTC  (12+ messages)
` [PATCH v1 net-next 1/7] e100: replace deprecated strncpy with strscpy
` [PATCH v1 net-next 2/7] e1000: "
` [PATCH v1 net-next 3/7] fm10k: "
` [PATCH v1 net-next 4/7] i40e: use scnprintf over strncpy+strncat
` [PATCH v1 net-next 5/7] igb: replace deprecated strncpy with strscpy
` [PATCH v1 net-next 6/7] igbvf: "
` [PATCH v1 net-next 7/7] igc: "

[PATCH] ibmvnic: replace deprecated strncpy with strscpy
 2023-10-10 22:51 UTC  (2+ messages)

[PATCH] igc: replace deprecated strncpy with strscpy
 2023-10-10 22:42 UTC  (4+ messages)

[PATCH] igb: replace deprecated strncpy with strscpy
 2023-10-10 22:38 UTC  (3+ messages)

[PATCH] i40e: use scnprintf over strncpy+strncat
 2023-10-10 22:38 UTC  (3+ messages)

[PATCH] fm10k: replace deprecated strncpy with strscpy
 2023-10-10 22:37 UTC  (2+ messages)

[PATCH] e1000: replace deprecated strncpy with strscpy
 2023-10-10 22:36 UTC  (2+ messages)

[PATCH] e100: replace deprecated strncpy with strscpy
 2023-10-10 22:35 UTC  (2+ messages)

[PATCH v3 0/6] PCI/treewide: Cleanup/streamline PCI error code handling
 2023-10-10 22:35 UTC  (2+ messages)

[PATCH v2 00/15] sysctl: Remove sentinel elements from drivers
 2023-10-10 22:26 UTC  (2+ messages)

[PATCH net] net: davicom: dm9000: dm9000_phy_write(): fix deadlock during netdev watchdog handling
 2023-10-10 22:21 UTC  (2+ messages)

[PATCH] net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintf
 2023-10-10 22:13 UTC  (6+ messages)

[PATCH net-next 0/2] sfc: support conntrack NAT offload
 2023-10-10 21:52 UTC  (3+ messages)
` [PATCH net-next 1/2] sfc: parse mangle actions (NAT) in conntrack entries
` [PATCH net-next 2/2] sfc: support offloading ct(nat) action in RHS rules

[RFC PATCH iproute2-next 0/5] Persisting of mount namespaces along with network namespaces
 2023-10-10 21:51 UTC  (9+ messages)

[linus:master] [connector/cn_proc] 2aa1f7a1f4: BUG:kernel_NULL_pointer_dereference,address
 2023-10-10 21:37 UTC  (4+ messages)

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

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-10 20:40 UTC  (5+ messages)
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata

[PATCH net] ice: fix over-shifted variable
 2023-10-10 20:30 UTC 

[PATCH net-next] tools: ynl: use ynl-gen -o instead of stdout in Makefile
 2023-10-10 20:27 UTC 

[PATCH bpf-next v9 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
 2023-10-10 20:20 UTC  (4+ messages)

pull-request: ieee802154 for net 2023-10-10
 2023-10-10 20:09 UTC 

[PATCH net-next v2 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-10 20:10 UTC  (8+ messages)
` [PATCH net-next v2 1/6] net: ethtool: allow symmetric RSS hash for any flow type
` [PATCH net-next v2 2/6] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values

[net-next PATCH v3 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-10-10 19:57 UTC  (4+ messages)
` [net-next PATCH v3 04/10] netdev-genl: Add netlink framework functions for queue

[net-next PATCH] octeon_ep: pack hardware structures
 2023-10-10 19:40 UTC  (4+ messages)
  ` [EXT] "
    ` [net-next PATCH v2] "

[PATCH net-next v4 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-10-10 19:15 UTC  (13+ messages)
` [PATCH net-next v4 01/12] vsock: set EPOLLERR on non-empty error queue
` [PATCH net-next v4 02/12] vsock: read from socket's "
` [PATCH net-next v4 03/12] vsock: check for MSG_ZEROCOPY support on send
` [PATCH net-next v4 04/12] vsock: enable SOCK_SUPPORT_ZC bit
` [PATCH net-next v4 05/12] vhost/vsock: support MSG_ZEROCOPY for transport
` [PATCH net-next v4 06/12] vsock/virtio: "
` [PATCH net-next v4 07/12] vsock/loopback: "
` [PATCH net-next v4 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v4 09/12] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [PATCH net-next v4 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v4 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v4 12/12] test/vsock: io_uring rx/tx tests

[PATCH 6.1 000/162] 6.1.57-rc1 review
 2023-10-10 18:59 UTC  (4+ messages)

[PATCH iproute2] bridge: fdb: add an error print for unknown command
 2023-10-10 18:52 UTC  (2+ messages)

[PATCH net-next 00/11] Extend VXLAN driver to support FDB flushing
 2023-10-10 18:50 UTC  (2+ messages)

[PATCH net] bonding: Return pointer to data after pull on skb
 2023-10-10 18:45 UTC  (2+ messages)

[PATCH v6 00/11] Introduce STM32 Firewall framework
 2023-10-10 18:42 UTC  (3+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards

[PATCH] Bluetooth: hci_sock: fix slab oob read in create_monitor_event
 2023-10-10 18:40 UTC  (2+ messages)

[REGRESSION] Userland interface breaks due to hard HFSC_FSC requirement
 2023-10-10 18:26 UTC  (8+ 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).