netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 14:37:48 to 2022-06-28 19:53:30 UTC [more...]

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-06-28 19:47 UTC  (28+ messages)
` [PATCH RFC bpf-next 01/52] libbpf: factor out BTF loading from load_module_btfs()
` [PATCH RFC bpf-next 02/52] libbpf: try to load vmlinux BTF from the kernel first
` [PATCH RFC bpf-next 03/52] libbpf: add function to get the pair BTF ID + type ID for a given type
` [PATCH RFC bpf-next 04/52] libbpf: patch module BTF ID into BPF insns
` [PATCH RFC bpf-next 05/52] net, xdp: decouple XDP code from the core networking code
` [PATCH RFC bpf-next 06/52] bpf: pass a pointer to union bpf_attr to bpf_link_ops::update_prog()
` [PATCH RFC bpf-next 07/52] net, xdp: remove redundant arguments from dev_xdp_{at,de}tach_link()
` [PATCH RFC bpf-next 08/52] net, xdp: factor out XDP install arguments to a separate structure
` [PATCH RFC bpf-next 09/52] net, xdp: add ability to specify BTF ID for XDP metadata
` [PATCH RFC bpf-next 10/52] net, xdp: add ability to specify frame size threshold "
` [PATCH RFC bpf-next 11/52] libbpf: factor out __bpf_set_link_xdp_fd_replace() args into a struct
` [PATCH RFC bpf-next 12/52] libbpf: add ability to set the BTF/type ID on setting XDP prog
` [PATCH RFC bpf-next 13/52] libbpf: add ability to set the meta threshold "
` [PATCH RFC bpf-next 14/52] libbpf: pass &bpf_link_create_opts directly to bpf_program__attach_fd()
` [PATCH RFC bpf-next 15/52] libbpf: add bpf_program__attach_xdp_opts()
` [PATCH RFC bpf-next 16/52] selftests/bpf: expand xdp_link to check that setting meta opts works
` [PATCH RFC bpf-next 17/52] samples/bpf: pass a struct to sample_install_xdp()
` [PATCH RFC bpf-next 18/52] samples/bpf: add ability to specify metadata threshold
` [PATCH RFC bpf-next 19/52] stddef: make __struct_group() UAPI C++-friendly
` [PATCH RFC bpf-next 20/52] net, xdp: move XDP metadata helpers into new xdp_meta.h
` [PATCH RFC bpf-next 21/52] net, xdp: allow metadata > 32
` [PATCH RFC bpf-next 22/52] net, skbuff: add ability to skip skb metadata comparison
` [PATCH RFC bpf-next 25/52] net, xdp: add basic generic metadata accessors
` [PATCH RFC bpf-next 26/52] bpf, btf: add a pair of function to work with the BTF ID + type ID pair
` [PATCH RFC bpf-next 27/52] net, xdp: add &sk_buff <-> &xdp_meta_generic converters
` [PATCH RFC bpf-next 30/52] net, gro: decouple GRO from the NAPI layer
` [PATCH RFC bpf-next 34/52] samples/bpf: add 'timeout' option to xdp_redirect_cpu

Netlink NLM_F_DUMP_INTR flag lost
 2022-06-28 19:38 UTC  (13+ messages)

For 5.20 or 5.19? net: wire up support for file_operations->uring_cmd()
 2022-06-28 19:26 UTC  (2+ messages)

[RFC PATCH v2 0/3] Create common DPLL/clock configuration API
 2022-06-28 19:11 UTC  (5+ messages)
` [RFC PATCH v2 3/3] ptp_ocp: implement DPLL ops

[PATCH] dt-bindings: nfc: nxp,nci: drop Charles Gorand's mail
 2022-06-28 19:09 UTC  (3+ messages)

[RFC net-next v3 00/29] io_uring zerocopy send
 2022-06-28 19:03 UTC  (31+ messages)
` [RFC net-next v3 01/29] ipv4: avoid partial copy for zc
` [RFC net-next v3 02/29] ipv6: "
` [RFC net-next v3 03/29] skbuff: add SKBFL_DONT_ORPHAN flag
` [RFC net-next v3 04/29] skbuff: carry external ubuf_info in msghdr
` [RFC net-next v3 05/29] net: bvec specific path in zerocopy_sg_from_iter
` [RFC net-next v3 06/29] net: optimise bvec-based zc page referencing
` [RFC net-next v3 07/29] net: don't track pfmemalloc for managed frags
` [RFC net-next v3 08/29] skbuff: don't mix ubuf_info of different types
` [RFC net-next v3 09/29] ipv4/udp: support zc with managed data
` [RFC net-next v3 10/29] ipv6/udp: "
` [RFC net-next v3 11/29] tcp: "
` [RFC net-next v3 12/29] tcp: kill extra io_uring's uarg refcounting
` [RFC net-next v3 13/29] net: let callers provide extra ubuf_info refs
` [RFC net-next v3 14/29] io_uring: opcode independent fixed buf import
` [RFC net-next v3 15/29] io_uring: add zc notification infrastructure
` [RFC net-next v3 16/29] io_uring: cache struct io_notif
` [RFC net-next v3 17/29] io_uring: complete notifiers in tw
` [RFC net-next v3 18/29] io_uring: add notification slot registration
` [RFC net-next v3 19/29] io_uring: rename IORING_OP_FILES_UPDATE
` [RFC net-next v3 20/29] io_uring: add zc notification flush requests
` [RFC net-next v3 21/29] io_uring: wire send zc request type
` [RFC net-next v3 22/29] io_uring: account locked pages for non-fixed zc
` [RFC net-next v3 23/29] io_uring: allow to pass addr into sendzc
` [RFC net-next v3 24/29] io_uring: add rsrc referencing for notifiers
` [RFC net-next v3 25/29] io_uring: sendzc with fixed buffers
` [RFC net-next v3 26/29] io_uring: flush notifiers after sendzc
` [RFC net-next v3 27/29] io_uring: allow to override zc tag on flush
` [RFC net-next v3 28/29] io_uring: batch submission notif referencing
` [RFC net-next v3 29/29] selftests/io_uring: test zerocopy send

[PATCH v11 net-next 0/9] add support for VSC7512 control over SPI
 2022-06-28 19:04 UTC  (19+ messages)
` [PATCH v11 net-next 1/9] mfd: ocelot: add helper to get regmap from a resource
` [PATCH v11 net-next 2/9] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration
` [PATCH v11 net-next 3/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module
` [PATCH v11 net-next 8/9] dt-bindings: mfd: ocelot: add bindings for VSC7512

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (7+ messages)

[RESEND 1/1] Bluetooth: Use chan_list_lock to protect the whole put/destroy invokation
 2022-06-28 18:36 UTC  (4+ messages)

[PATCH net-next] net: macb: In shared MDIO usecase make MDIO producer ethernet node to probe first
 2022-06-28 18:08 UTC 

[PATCH v2 00/31] Overhaul NFSD filecache
 2022-06-28 18:09 UTC  (32+ messages)
` [PATCH v2 01/31] NFSD: Demote a WARN to a pr_warn()
` [PATCH v2 02/31] NFSD: Report filecache LRU size
` [PATCH v2 03/31] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH v2 04/31] NFSD: Report count of freed filecache items
` [PATCH v2 05/31] NFSD: Report average age of "
` [PATCH v2 06/31] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH v2 07/31] NFSD: Refactor nfsd_file_gc()
` [PATCH v2 08/31] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH v2 09/31] NFSD: Report the number of items evicted by the LRU walk
` [PATCH v2 10/31] NFSD: Record number of flush calls
` [PATCH v2 11/31] NFSD: Zero counters when the filecache is re-initialized
` [PATCH v2 12/31] NFSD: Hook up the filecache stat file
` [PATCH v2 13/31] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH v2 14/31] NFSD: Trace filecache LRU activity
` [PATCH v2 15/31] NFSD: Leave open files out of the filecache LRU
` [PATCH v2 16/31] NFSD: Fix the filecache LRU shrinker
` [PATCH v2 17/31] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH v2 18/31] NFSD: No longer record nf_hashval in the trace log
` [PATCH v2 19/31] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH v2 20/31] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH v2 21/31] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH v2 22/31] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH v2 23/31] NFSD: Remove nfsd_file::nf_hashval
` [PATCH v2 24/31] NFSD: Replace the "init once" mechanism
` [PATCH v2 25/31] NFSD: Set up an rhashtable for the filecache
` [PATCH v2 26/31] NFSD: Convert the filecache to use rhashtable
` [PATCH v2 27/31] NFSD: Clean up unused code after rhashtable conversion
` [PATCH v2 28/31] NFSD: Separate tracepoints for acquire and create
` [PATCH v2 29/31] NFSD: Move nfsd_file_trace_alloc() tracepoint
` [PATCH v2 30/31] NFSD: Update the nfsd_file_fsnotify_handle_event() tracepoint
` [PATCH v2 31/31] NFSD: NFSv4 CLOSE should release an nfsd_file immediately

[PATCH RFC 00/30] Overhaul NFSD filecache
 2022-06-28 17:57 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Probe for memcg-based accounting before bumping rlimit
 2022-06-28 17:53 UTC  (2+ messages)

[PATCH] selftests net: fix kselftest net fatal error
 2022-06-28 17:47 UTC 

[PATCH net-next] MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
 2022-06-28 17:37 UTC  (2+ messages)

[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
 2022-06-28 17:34 UTC  (2+ messages)

[PATCH net 1/1] ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
 2022-06-28 17:27 UTC  (2+ messages)

[PATCH stable 0/4] net: mscc: ocelot: allow unregistered IP multicast flooding
 2022-06-28 17:20 UTC  (5+ messages)
` [PATCH stable 4.19] "
` [PATCH stable 5.10] "
` [PATCH stable 5.15] net: mscc: ocelot: allow unregistered IP multicast flooding to CPU
` [PATCH stable 5.4] net: mscc: ocelot: allow unregistered IP multicast flooding

[PATCH net-next] rfs: added /proc/sys/net/core/rps_allow_ooo flag to tweak flow alg
 2022-06-28 17:16 UTC  (4+ messages)
` [PATCH net-next v2] "

[Patch net-next 0/7] net: dsa: microchip: use ksz_chip_reg for
 2022-06-28 17:13 UTC  (8+ messages)
` [Patch net-next 1/7] net: dsa: microchip: move ksz8->regs to ksz_common
` [Patch net-next 2/7] net: dsa: microchip: move ksz8->masks "
` [Patch net-next 3/7] net: dsa: microchip: move ksz8->shifts "
` [Patch net-next 4/7] net: dsa: microchip: remove the struct ksz8
` [Patch net-next 5/7] net: dsa: microchip: change the size of reg from u8 to u16
` [Patch net-next 6/7] net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
` [Patch net-next 7/7] net: dsa: microchip: move remaining register offset "

[PATCH] net : rps : supoort a single flow to use rps
 2022-06-28 17:15 UTC  (4+ messages)

[PATCH 00/22] Fix kernel-doc warnings at linux-next
 2022-06-28 17:09 UTC  (3+ messages)
` [PATCH 02/22] net: mac80211: add a missing comma at kernel-doc markup

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-28 17:03 UTC  (5+ messages)
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter

[PATCH net-next v9 00/16] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-06-28 16:49 UTC  (16+ messages)
` [PATCH net-next v9 05/16] net: pcs: add Renesas MII converter driver
` [PATCH net-next v9 06/16] dt-bindings: net: dsa: add bindings for Renesas RZ/N1 Advanced 5 port switch
` [PATCH net-next v9 12/16] ARM: dts: r9a06g032: describe MII converter
` [PATCH net-next v9 13/16] ARM: dts: r9a06g032: describe GMAC2
` [PATCH net-next v9 14/16] ARM: dts: r9a06g032: describe switch
` [PATCH net-next v9 15/16] ARM: dts: r9a06g032-rzn1d400-db: add switch description

[PATCH net-next v2 1/1] net: wwan: t7xx: Add AP CLDMA and GNSS port
 2022-06-28 16:50 UTC 

[PATCH iproute2-next v1 0/2] devlink: add support to run selftests
 2022-06-28 16:44 UTC  (3+ messages)
` [PATCH iproute2-next v1 1/2] Update kernel header
` [PATCH iproute2-next v1 2/2] devlink: add support for running selftests

[PATCH 0/2] Introduce security_create_user_ns()
 2022-06-28 16:44 UTC  (15+ messages)

[PATCH net-next v1 0/3] add framework for selftests in devlink
 2022-06-28 16:42 UTC  (4+ messages)
` [PATCH net-next v1 1/3] devlink: introduce framework for selftests
` [PATCH net-next v1 2/3] bnxt_en: refactor NVM APIs
` [PATCH net-next v1 3/3] bnxt_en: implement callbacks for devlink selftests

[PATCH v5 00/12] can: slcan: extend supported features
 2022-06-28 16:31 UTC  (13+ messages)
` [PATCH v5 01/12] can: slcan: use the BIT() helper
` [PATCH v5 02/12] can: slcan: use netdev helpers to print out messages
` [PATCH v5 03/12] can: slcan: use the alloc_can_skb() helper
` [PATCH v5 04/12] can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
` [PATCH v5 05/12] can: slcan: use CAN network device driver API
` [PATCH v5 06/12] can: slcan: allow to send commands to the adapter
` [PATCH v5 07/12] can: slcan: set bitrate by CAN device driver API
` [PATCH v5 08/12] can: slcan: send the open/close commands to the adapter
` [PATCH v5 09/12] can: slcan: move driver into separate sub directory
` [PATCH v5 10/12] can: slcan: add ethtool support to reset adapter errors
` [PATCH v5 11/12] can: slcan: extend the protocol with error info
` [PATCH v5 12/12] can: slcan: extend the protocol with CAN state info

[PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
 2022-06-28 16:16 UTC  (4+ messages)
` [PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers

[PATCH net-next v1 1/3] net: dsa: add get_pause_stats support
 2022-06-28 16:10 UTC  (10+ messages)
` [PATCH net-next v1 2/3] net: dsa: ar9331: add support for pause stats

[PATCH] perf bpf: 8 byte align bpil data
 2022-06-28 15:35 UTC  (6+ messages)

[PATCH v2 net-next 0/4] Prevent permanently closed tc-taprio gates from blocking a Felix DSA switch port
 2022-06-28 15:31 UTC  (6+ messages)
` [PATCH v2 net-next 1/4] net: dsa: felix: keep reference on entire tc-taprio config
` [PATCH v2 net-next 2/4] net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmw
` [PATCH v2 net-next 3/4] net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the port
` [PATCH v2 net-next 4/4] time64.h: consolidate uses of PSEC_PER_NSEC

[PATCH] net/ipv4/ip_gre.c net/ipv6/ip6_gre.c: ip and gre header are recorded twice
 2022-06-28 15:18 UTC  (7+ messages)

[PATCH net] net: usb: ax88179_178a: Fix packet receiving
 2022-06-28 15:13 UTC 

[PATCH v3] ipv6/sit: fix ipip6_tunnel_get_prl return value
 2022-06-28 15:05 UTC  (2+ messages)

[PATCH] ipv6: remove redundant store to value after addition
 2022-06-28 15:04 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: dsa: add pause stats support
 2022-06-28 14:47 UTC  (9+ messages)
` [PATCH net-next v2 1/4] net: dsa: add get_pause_stats support
` [PATCH net-next v2 2/4] net: dsa: ar9331: add support for pause stats
` [PATCH net-next v2 3/4] net: dsa: microchip: add pause stats support
` [PATCH net-next v2 4/4] net: dsa: microchip: count pause packets together will all other packets

[PATCH v2] net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phy
 2022-06-28 14:46 UTC  (2+ messages)

[PATCH 5.10 1/3] commit 5d6651fe8583 ("rtw88: 8821c: support RFE type2 wifi NIC")
 2022-06-28 14:37 UTC  (3+ 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).