netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 12:13:28 to 2023-07-19 20:26:47 UTC [more...]

[PATCH v8 00/23] net/tcp: Add TCP-AO support
 2023-07-19 20:26 UTC 

[PATCH net-next v10 0/6] Process connector bug fixes & enhancements
 2023-07-19 20:18 UTC  (7+ messages)
` [PATCH net-next v10 1/6] netlink: Reverse the patch which removed filtering
` [PATCH net-next v10 2/6] netlink: Add new netlink_release function
` [PATCH net-next v10 3/6] connector/cn_proc: Add filtering to fix some bugs
` [PATCH net-next v10 4/6] connector/cn_proc: Performance improvements
` [PATCH net-next v10 5/6] connector/cn_proc: Allow non-root users access
` [PATCH net-next v10 6/6] connector/cn_proc: Selftest for proc connector

[PATCH 1/1] drivers:net: fix return value check in be_lancer_xmit_workarounds
 2023-07-19 20:16 UTC  (3+ messages)

[RFC PATCH 0/4] splice: Fix corruption in data spliced to pipe
 2023-07-19 20:16 UTC  (9+ messages)
` [RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns

[RFC PATCH v2 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-07-19 19:27 UTC  (5+ messages)
` [RFC PATCH v2 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v2 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
` [RFC PATCH v2 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
` [RFC PATCH v2 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[iproute2 00/22] Support for stateless configuration (read from /etc and /usr)
 2023-07-19 18:51 UTC  (23+ messages)
` [iproute2 01/22] Makefile: Rename CONFDIR to CONF_ETC_DIR
` [iproute2 02/22] Makefile: Add CONF_USR_DIR for system-installed configuration files
` [iproute2 03/22] include/utils.h: Use /usr/lib/iproute2 as default CONF_USR_DIR
` [iproute2 04/22] tc/tc_util: Read class names from provided path, /etc/, /usr
` [iproute2 05/22] tc/m_ematch: Read ematch from /etc and /usr
` [iproute2 06/22] lib/bpf_legacy: bpf_hash_init: Relay returned value
` [iproute2 07/22] lib/bpf_legacy: Read bpf_pinning from /etc and /usr
` [iproute2 08/22] lib/rt_names: rtnl_hash_initialize: Relay returned value
` [iproute2 09/22] lib/rt_names: rtnl_tab_initialize: "
` [iproute2 10/22] lib/rt_names: Read rt_protos from /etc and /usr
` [iproute2 11/22] lib/rt_names: Read rt_scopes "
` [iproute2 12/22] lib/rt_names: Read rt_names "
` [iproute2 13/22] lib/rt_names: Read rt_tables "
` [iproute2 14/22] lib/rt_names: Read rt_dsfield "
` [iproute2 15/22] lib/rt_names: Read group "
` [iproute2 16/22] lib/rt_names: Read nl_protos "
` [iproute2 17/22] lib/rt_names: Read rt_protos.d/* "
` [iproute2 18/22] lib/rt_names: Read rt_protos.d/* using rtnl_tab_initialize_dir
` [iproute2 19/22] lib/rt_names: Read protodown_reasons.d/* "
` [iproute2 20/22] lib/rt_names: Read rt_tables.d/* using rtnl_hash_initialize_dir
` [iproute2 21/22] man: Document lookup of configuration files in /etc and /usr
` [iproute2 22/22] Makefile: Install default configuration files in /usr

[PATCH bpf-next v3 00/21] XDP metadata via kfuncs for ice
 2023-07-19 18:59 UTC  (23+ messages)
` [PATCH bpf-next v3 01/21] ice: make RX hash reading code more reusable
` [PATCH bpf-next v3 02/21] ice: make RX HW timestamp "
` [PATCH bpf-next v3 03/21] ice: make RX checksum checking "
` [PATCH bpf-next v3 04/21] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v3 05/21] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v3 06/21] ice: Support HW timestamp hint
` [PATCH bpf-next v3 07/21] ice: Support RX hash XDP hint
` [PATCH bpf-next v3 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v3 09/21] xdp: Add VLAN tag hint
` [PATCH bpf-next v3 10/21] ice: Implement "
` [PATCH bpf-next v3 11/21] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v3 12/21] xdp: Add checksum hint
` [PATCH bpf-next v3 13/21] ice: Implement "
` [PATCH bpf-next v3 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v3 15/21] net, xdp: allow metadata > 32
` [PATCH bpf-next v3 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v3 17/21] veth: Implement VLAN tag and checksum XDP hint
` [PATCH bpf-next v3 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v3 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v3 20/21] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v3 21/21] selftests/bpf: check checksum state "

[PATCH] net: stmmac: correct MAC propagation delay
 2023-07-19 18:54 UTC  (2+ messages)

[PATCH v1 net 0/2] net: Fix error/warning by -fstrict-flex-arrays=3
 2023-07-19 18:53 UTC  (3+ messages)
` [PATCH v1 net 1/2] af_unix: Fix fortify_panic() in unix_bind_bsd()
` [PATCH v1 net 2/2] af_packet: Fix warning of fortified memcpy() in packet_getname()

[PATCH] r8152: Suspend USB device before shutdown when WoL is enabled
 2023-07-19 18:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH docs v2] docs: maintainer: document expectations of small time maintainers
 2023-07-19 18:36 UTC  (5+ messages)

[PATCH docs v3] docs: maintainer: document expectations of small time maintainers
 2023-07-19 18:32 UTC 

[PATCH v3 0/5] Send RPC-on-TCP with one sock_sendmsg() call
 2023-07-19 18:31 UTC  (6+ messages)
` [PATCH v3 1/5] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
` [PATCH v3 2/5] SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
` [PATCH v3 3/5] SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
` [PATCH v3 4/5] SUNRPC: Revert e0a912e8ddba
` [PATCH v3 5/5] SUNRPC: Reduce thread wake-up rate when receiving large RPC messages

[PATCH v2] dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema
 2023-07-19 18:22 UTC  (3+ messages)

[RFC PATCH 00/10] Device Memory TCP
 2023-07-19 17:57 UTC  (11+ messages)

[syzbot] [crypto?] general protection fault in shash_ahash_update
 2023-07-19 17:56 UTC  (3+ messages)

[PATCH v3 net-next 0/4] ionic: add FLR support
 2023-07-19 17:56 UTC  (7+ messages)
` [PATCH v3 net-next 1/4] ionic: extract common bits from ionic_remove
` [PATCH v3 net-next 2/4] ionic: extract common bits from ionic_probe
` [PATCH v3 net-next 3/4] ionic: pull out common bits from fw_up

pull-request: bpf-next 2023-07-19
 2023-07-19 17:54 UTC 

[syzbot] [wireguard?] [jfs?] KASAN: slab-use-after-free Read in wg_noise_keypair_get
 2023-07-19 17:52 UTC  (5+ messages)
    ` [Jfs-discussion] "

pull-request: bpf 2023-07-19
 2023-07-19 17:45 UTC 

[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-19 17:40 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-19 17:39 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH net-next] net: Use _K_SS_MAXSIZE instead of absolute value
 2023-07-19 17:30 UTC  (4+ messages)

[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
 2023-07-19 17:20 UTC  (10+ messages)
` [PATCH bpf-next v6 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v6 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v6 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v6 4/8] libbpf: Add link-based "
` [PATCH bpf-next v6 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v6 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v6 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v6 8/8] selftests/bpf: Add mprog API tests for BPF tcx links

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-19 17:14 UTC  (5+ messages)
` [syzbot] [btrfs?] [netfilter?] "

Braxton Fowler VPFNIEUBUD9582397180428 netdev@vger.kernel.org
 2023-07-19 17:13 UTC 

[PATCH v7 bpf-next 00/24] xsk: multi-buffer support
 2023-07-19 17:10 UTC  (26+ messages)
` [PATCH v7 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v7 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v7 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v7 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v7 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v7 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v7 bpf-next 07/24] xsk: allow core/drivers to test EOP bit
` [PATCH v7 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v7 bpf-next 09/24] xsk: discard zero length descriptors in "
` [PATCH v7 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v7 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v7 bpf-next 12/24] ice: xsk: add RX multi-buffer support
` [PATCH v7 bpf-next 13/24] i40e: "
` [PATCH v7 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v7 bpf-next 15/24] ice: xsk: Tx multi-buffer support
` [PATCH v7 bpf-next 16/24] i40e: xsk: add TX "
` [PATCH v7 bpf-next 17/24] xsk: add multi-buffer documentation
` [PATCH v7 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v7 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v7 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v7 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v7 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v7 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v7 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-19 17:03 UTC  (4+ messages)

[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
 2023-07-19 17:00 UTC  (2+ messages)

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-19 16:46 UTC  (4+ messages)

[PATCH net-next 0/3] net: handle the exp removal problem with ovs upcall properly
 2023-07-19 16:44 UTC  (12+ messages)
` [PATCH net-next 1/3] netfilter: allow exp not to be removed in nf_ct_find_expectation
` [PATCH net-next 2/3] net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ct
` [PATCH net-next 3/3] openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conntrack

[PATCH RFC net-next v2 0/7] net: page_pool: a couple of assorted optimizations
 2023-07-19 16:34 UTC  (4+ messages)
` [PATCH RFC net-next v2 7/7] net: skbuff: always try to recycle PP pages directly when in softirq

[PATCHv2 net] ipv6: do not match device when remove source route
 2023-07-19 16:02 UTC  (3+ messages)

[PATCH iwl-net] ice: Reset stats on queues num change
 2023-07-19 15:25 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-19 15:18 UTC  (4+ messages)

[net-next] net: add sysctl accept_ra_min_rtr_lft
 2023-07-19 14:52 UTC  (3+ messages)
  ` [net-next v2] "

[net PATCH V3 0/2] octeontx2-af: Fix issues with NPC field hash
 2023-07-19 14:49 UTC  (3+ messages)
` [net PATCH V3 1/2] octeontx2-af: Fix hash extraction mbox message

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-19 14:38 UTC  (6+ messages)
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines

BUG REPORT : [patch V2 0/4] net, refcount: Address dst_entry reference count scalability issues - rcuref_put_slowpath+0x5f
 2023-07-19 14:29 UTC 

[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-19 14:22 UTC  (7+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v5 2/8] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH net-next v2 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-07-19 13:57 UTC  (5+ messages)
` [PATCH net-next v2 1/4] nexthop: Factor out hash threshold fdb nexthop selection
` [PATCH net-next v2 2/4] nexthop: Factor out neighbor validity check
` [PATCH net-next v2 3/4] nexthop: Do not return invalid nexthop object during multipath selection
` [PATCH net-next v2 4/4] selftests: net: Add test cases for nexthop groups with invalid neighbors

[PATCHv2 net-next] IPv6: add extack info for inet6_addr_add/del
 2023-07-19 13:56 UTC 

[PATCH net-next 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-07-19 13:54 UTC  (4+ messages)
` [PATCH net-next 1/4] nexthop: Factor out hash threshold fdb nexthop selection

[PATCH net-next v1 0/7] In-kernel support for the TLS Alert protocol
 2023-07-19 13:36 UTC  (7+ messages)
` [PATCH net-next v1 3/7] net/handshake: Add API for sending TLS Closure alerts
` [PATCH net-next v1 5/7] net/handshake: Add helpers for parsing incoming TLS Alerts

Stacks leading into skb:kfree_skb
 2023-07-19 13:26 UTC  (7+ messages)

[PROBLEM] selftests: net/forwarding/bridge_mdb.sh: 'Command "replace" is unknown, try "bridge mdb help"'
 2023-07-19 13:05 UTC  (2+ messages)

dsa: mv88e6xxx rstp convergence test
 2023-07-19 12:58 UTC 

Fwd: Unexplainable packet drop starting at v6.4
 2023-07-19 13:00 UTC  (4+ messages)

[PROBLEM] selftests: net/forwarding/*.sh: 'Command line is not complete. Try option "help"'
 2023-07-19 12:59 UTC  (5+ messages)

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-07-19 12:56 UTC  (3+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA

[PATCH net] ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address
 2023-07-19 12:50 UTC  (7+ messages)

[RFC PATCH net-next 1/2] net: veth: Page pool creation error handling for existing pools only
 2023-07-19 12:43 UTC  (2+ messages)

[PATCH v1] spi: fsl-dspi: Use dev_err_probe() in dspi_request_dma()
 2023-07-19 12:42 UTC  (2+ messages)

[PATCH v5 RFC 0/6] introduce page_pool_alloc() API
 2023-07-19 12:21 UTC  (16+ messages)
` [PATCH v5 RFC 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA

[PATCH net-next v2] net: tcp: support to probe tcp receiver OOM
 2023-07-19 12:35 UTC  (3+ messages)

[PATCH net-next v2] net: dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190X
 2023-07-19 12:31 UTC  (2+ messages)

Unexpected ICMP errors for UDP packets to 127.0.0.1
 2023-07-19 12:30 UTC 

[PATCH net-next V2 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-19 12:19 UTC  (5+ messages)
` [PATCH net-next V2 3/4] virtio_net: support per queue interrupt coalesce command

TC: selftests: current timeout (45s) is too low
 2023-07-19 12:13 UTC  (10+ 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).