messages from 2023-07-19 09:51:45 to 2023-07-19 18:31:17 UTC [more...]
[PATCH v3 0/5] Send RPC-on-TCP with one sock_sendmsg() call
2023-07-19 18:31 UTC (4+ 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 docs v2] docs: maintainer: document expectations of small time maintainers
2023-07-19 18:26 UTC (4+ messages)
[PATCH v2] dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema
2023-07-19 18:22 UTC (3+ messages)
[RFC PATCH 0/4] splice: Fix corruption in data spliced to pipe
2023-07-19 17:59 UTC (4+ messages)
` [RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns
[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] r8152: Suspend USB device before shutdown when WoL is enabled
2023-07-19 17:37 UTC (2+ messages)
` [PATCH v2] "
[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: stmmac: correct MAC propagation delay
2023-07-19 14:10 UTC
[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)
[RESENT PATCHv7 0/6] net/tls: fixes for NVMe-over-TLS
2023-07-19 11:55 UTC (10+ messages)
` [PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 3/6] selftests/net/tls: add test for MSG_EOR
` [PATCH 4/6] net/tls: Use tcp_read_sock() instead of ops->read_sock()
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()
nvme-tls and TCP window full
2023-07-19 11:54 UTC (6+ messages)
[PATCH V2] net: mhi : Add support to enable ethernet interface
2023-07-19 11:42 UTC (5+ messages)
[PATCH net-next v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-07-14 (i40e)
2023-07-19 11:40 UTC (2+ messages)
[PATCH net-next 0/3] net: Remove more RTO_ONLINK users
2023-07-19 11:40 UTC (2+ messages)
[PATCH v2 1/1] net:ipv6: check return value of pskb_trim()
2023-07-19 11:30 UTC (2+ messages)
[PATCH 1/1] drivers: net: fix return value check in emac_tso_csum()
2023-07-19 11:30 UTC (2+ messages)
[PATCH 1/1] drivers:net: fix return value check in ocelot_fdma_receive_skb
2023-07-19 11:30 UTC (2+ messages)
[PATCH 1/1] ipv4: ip_gre: fix return value check in erspan_fb_xmit()
2023-07-19 11:30 UTC (2+ messages)
[PATCH 1/1] ipv4: ip_gre: fix return value check in erspan_xmit()
2023-07-19 11:30 UTC (2+ messages)
[PATCH] net: delete "<< 1U" cargo-culting
2023-07-19 11:29 UTC (3+ messages)
[PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
2023-07-19 11:19 UTC (3+ messages)
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 6/6] net/tls: implement ->read_sock()
[PATCH net-next v2 1/1] net: dsa: microchip: Add partial ACL support for ksz9477 switches
2023-07-19 11:19 UTC
[PATCH net-next v3 0/2] tools: ynl-gen: fix parse multi-attr enum attribute
2023-07-19 11:17 UTC (3+ messages)
` [PATCH net-next v3 2/2] "
[PATCH net-next 0/2] net: add offload support for CHACHA20-POLY1305
2023-07-19 11:10 UTC (8+ messages)
` [PATCH net-next 1/2] xfrm: add the description of CHACHA20-POLY1305 for xfrm algorithm description
[PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers
2023-07-19 11:05 UTC (3+ messages)
[net-next PatchV4 0/4] octeontx2-pf: support Round Robin scheduling
2023-07-19 11:04 UTC (5+ messages)
` [net-next PatchV4 1/4] octeontx2-pf: implement transmit schedular allocation algorithm
` [net-next PatchV4 2/4] sch_htb: Allow HTB quantum parameter in offload mode
` [net-next PatchV4 3/4] octeontx2-pf: htb offload support for Round Robin scheduling
` [net-next PatchV4 4/4] docs: octeontx2: extend documentation "
[PATCH net-next 00/17] mlxsw: Permit enslavement to netdevices with uppers
2023-07-19 11:01 UTC (18+ messages)
` [PATCH net-next 01/17] net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDB
` [PATCH net-next 02/17] net: switchdev: Add a helper to replay objects on a bridge port
` [PATCH net-next 03/17] selftests: mlxsw: rtnetlink: Drop obsolete tests
` [PATCH net-next 04/17] mlxsw: spectrum_router: Allow address handlers to run on bridge ports
` [PATCH net-next 05/17] mlxsw: spectrum_router: Extract a helper to schedule neighbour work
` [PATCH net-next 06/17] mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event()
` [PATCH net-next 07/17] mlxsw: spectrum: Allow event handlers to check unowned bridges
` [PATCH net-next 08/17] mlxsw: spectrum: Add a replay_deslavement argument to event handlers
` [PATCH net-next 09/17] mlxsw: spectrum: On port enslavement to a LAG, join upper's bridges
` [PATCH net-next 10/17] mlxsw: spectrum_switchdev: Replay switchdev objects on port join
` [PATCH net-next 11/17] mlxsw: spectrum_router: Join RIFs of LAG upper VLANs
` [PATCH net-next 12/17] mlxsw: spectrum_router: Offload ethernet nexthops when RIF is made
` [PATCH net-next 13/17] mlxsw: spectrum_router: Replay MACVLANs "
` [PATCH net-next 14/17] mlxsw: spectrum_router: Replay neighbours "
` [PATCH net-next 15/17] mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavement
` [PATCH net-next 16/17] mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavement
` [PATCH net-next 17/17] mlxsw: spectrum: Permit enslavement to netdevices with uppers
[PATCH net-next] net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macros
2023-07-19 10:29 UTC
[RFC PATCH 0/3] io_uring: Initial support for {s,g}etsockopt commands
2023-07-19 10:27 UTC (4+ messages)
` [RFC PATCH 1/3] net: expose sock_use_custom_sol_socket
` [RFC PATCH 2/3] io_uring/cmd: Add support for getsockopt command
` [RFC PATCH 3/3] io_uring/cmd: Add support for set_sockopt
[PATCH V3] net: mhi : Add support to enable ethernet interface
2023-07-19 10:20 UTC
[PATCH net-next 00/13] selftests: mptcp: format subtests results in TAP
2023-07-19 10:20 UTC (2+ messages)
[net-next Patch v3 0/4] octeontx2-pf: support Round Robin scheduling
2023-07-19 10:11 UTC (4+ messages)
` [net-next Patch v3 4/4] docs: octeontx2: extend documentation for "
` [EXT] "
[PATCH net-next v2 0/4] Add backup nexthop ID support
2023-07-19 10:10 UTC (2+ messages)
[PATCH net-next 1/1] net: stmmac: xgmac: Fix L3L4 filter count
2023-07-19 10:10 UTC (2+ messages)
[PATCH net v1] net: ipv4: Use kfree_sensitive instead of kfree
2023-07-19 10:10 UTC (2+ messages)
[PATCH 0/1] pull request (net-next): ipsec-next 2023-07-19
2023-07-19 10:02 UTC (2+ messages)
` [PATCH] xfrm: delete not-needed clear to zero of encap_oa
[PATCH vhost v11 10/10] virtio_net: merge dma operation for one page
2023-07-19 9:51 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).