messages from 2022-06-28 19:00:57 to 2022-06-29 06:15:20 UTC [more...]
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2022-06-29 6:15 UTC (54+ 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 23/52] net, skbuff: constify the @skb argument of skb_hwtstamps()
` [PATCH RFC bpf-next 24/52] bpf, xdp: declare generic XDP metadata structure
` [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 28/52] net, xdp: prefetch data a bit when building an skb from an &xdp_frame
` [PATCH RFC bpf-next 29/52] net, xdp: try to fill skb fields when converting "
` [PATCH RFC bpf-next 30/52] net, gro: decouple GRO from the NAPI layer
` [PATCH RFC bpf-next 31/52] net, gro: expose some GRO API to use outside of NAPI
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH RFC bpf-next 33/52] bpf, cpumap: add option to set a timeout for deferred flush
` [PATCH RFC bpf-next 34/52] samples/bpf: add 'timeout' option to xdp_redirect_cpu
` [PATCH RFC bpf-next 35/52] net, skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH RFC bpf-next 36/52] bpf, cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH RFC bpf-next 37/52] rcupdate: fix access helpers for incomplete struct pointers on GCC < 10
` [PATCH RFC bpf-next 38/52] net, xdp: remove unused xdp_attachment_info::flags
` [PATCH RFC bpf-next 39/52] net, xdp: make &xdp_attachment_info a bit more useful in drivers
` [PATCH RFC bpf-next 40/52] net, xdp: add an RCU version of xdp_attachment_setup()
` [PATCH RFC bpf-next 41/52] net, xdp: replace net_device::xdp_prog pointer with &xdp_attachment_info
` [PATCH RFC bpf-next 42/52] net, xdp: shortcut skb->dev in bpf_prog_run_generic_xdp()
` [PATCH RFC bpf-next 43/52] net, xdp: build XDP generic metadata on Generic (skb) XDP path
` [PATCH RFC bpf-next 44/52] net, ice: allow XDP prog hot-swapping
` [PATCH RFC bpf-next 45/52] net, ice: consolidate all skb fields processing
` [PATCH RFC bpf-next 46/52] net, ice: use an onstack &xdp_meta_generic_rx to store HW frame info
` [PATCH RFC bpf-next 47/52] net, ice: build XDP generic metadata
` [PATCH RFC bpf-next 48/52] libbpf: compress Endianness ops with a macro
` [PATCH RFC bpf-next 49/52] libbpf: add LE <--> CPU conversion helpers
` [PATCH RFC bpf-next 50/52] libbpf: introduce a couple memory access helpers
` [PATCH RFC bpf-next 51/52] selftests/bpf: fix using test_xdp_meta BPF prog via skeleton infra
` [PATCH RFC bpf-next 52/52] selftests/bpf: add XDP Generic Hints selftest
[PATCH] net: tipc: fix possible refcount leak in tipc_sk_create()
2022-06-29 6:09 UTC (3+ messages)
[PATCH net-next] net: mptcp: fix some spelling mistake in mptcp
2022-06-29 5:20 UTC (2+ messages)
[net-next v3 0/4] seg6: add support for SRv6 Headend Reduced Encapsulation
2022-06-29 5:10 UTC (2+ messages)
[PATCH net-next] Revert the ARM/dts changes for Renesas RZ/N1
2022-06-29 5:10 UTC (2+ messages)
[PATCH net-next] net: macb: In shared MDIO usecase make MDIO producer ethernet node to probe first
2022-06-29 5:08 UTC (2+ messages)
[PATCH net-next v1 0/3] add framework for selftests in devlink
2022-06-29 5:05 UTC (3+ messages)
` [PATCH net-next v1 1/3] devlink: introduce framework for selftests
[PATCH net-next 0/2] net: phylink: cleanup pcs code
2022-06-29 4:50 UTC (2+ messages)
[RFC PATCH net-next v2 0/4] ice: PPPoE offload support
2022-06-29 4:40 UTC (4+ messages)
` [RFC PATCH net-next v2 1/4] flow_dissector: Add PPPoE dissectors
[PATCH net-next] tcp: diag: add support for TIME_WAIT sockets to tcp_abort()
2022-06-29 4:40 UTC (2+ messages)
[PATCH net-next] net/funeth: Support for ethtool -m
2022-06-29 4:40 UTC (2+ messages)
[PATCH v2] nfc: nfcmrvl: Fix irq_of_parse_and_map() return value
2022-06-29 4:40 UTC (2+ messages)
[PATCH -next] net: ipv6: unexport __init-annotated seg6_hmac_net_init()
2022-06-29 4:30 UTC (2+ messages)
[PATCH v6 0/4] Implement vdpasim suspend operation
2022-06-29 4:18 UTC (9+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
` [PATCH v6 4/4] vdpa_sim: Implement suspend vdpa op
[PATCH v3] ipv6/sit: fix ipip6_tunnel_get_prl return value
2022-06-29 4:10 UTC (2+ messages)
[PATCH v3 net] af_unix: Do not call kmemdup() for init_net's sysctl table
2022-06-29 4:10 UTC (4+ messages)
[PATCH net 0/9] mptcp: Fixes for 5.19
2022-06-29 4:00 UTC (2+ messages)
[PATCH 5.10 1/3] commit 5d6651fe8583 ("rtw88: 8821c: support RFE type2 wifi NIC")
2022-06-29 4:00 UTC (4+ messages)
[net-next PATCH RFC 0/5] Add MTU change with stmmac interface running
2022-06-29 3:58 UTC (4+ messages)
` [net-next PATCH RFC 2/5] net: ethernet: stmicro: stmmac: first disable all queues in release
[PATCH net-next RFC 0/3] net: dsa: realtek: drop custom slave MII
2022-06-29 3:54 UTC (4+ messages)
` [PATCH net-next RFC 1/3] net: dsa: realtek: rename switch_ops to its usage, not users
` [PATCH net-next RFC 2/3] net: dsa: realtek: deprecate custom slave mii
` [PATCH net-next RFC 3/3] net: dsa: realtek: remove deprecated "
[PATCH net v3 0/2] Fix UAF and null-ptr-deref bugs in rose protocol
2022-06-29 3:48 UTC (4+ messages)
` [PATCH net v3 2/2] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
[RFC PATCH v2 0/3] Create common DPLL/clock configuration API
2022-06-29 3:24 UTC (6+ messages)
` [RFC PATCH v2 3/3] ptp_ocp: implement DPLL ops
[PATCH 00/22] Fix kernel-doc warnings at linux-next
2022-06-29 3:23 UTC (2+ messages)
[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
2022-06-29 3:23 UTC (3+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced
[PATCH net-next v5 00/10] add more features for mtk-star-emac
2022-06-29 3:17 UTC (11+ messages)
` [PATCH net-next v5 01/10] net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
` [PATCH net-next v5 02/10] net: ethernet: mtk-star-emac: modify IRQ trigger flags
` [PATCH net-next v5 03/10] net: ethernet: mtk-star-emac: add support for MT8365 SoC
` [PATCH net-next v5 04/10] dt-bindings: net: mtk-star-emac: add support for MT8365
` [PATCH net-next v5 05/10] net: ethernet: mtk-star-emac: add clock pad selection for RMII
` [PATCH net-next v5 06/10] net: ethernet: mtk-star-emac: add timing adjustment support
` [PATCH net-next v5 07/10] dt-bindings: net: mtk-star-emac: add description for new properties
` [PATCH net-next v5 08/10] net: ethernet: mtk-star-emac: add support for MII interface
` [PATCH net-next v5 09/10] net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
` [PATCH net-next v5 10/10] net: ethernet: mtk-star-emac: enable half duplex hardware support
[PATCH net-next v4 00/10] add more features for mtk-star-emac
2022-06-29 2:51 UTC (11+ messages)
` [PATCH net-next v4 01/10] net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
` [PATCH net-next v4 02/10] net: ethernet: mtk-star-emac: modify IRQ trigger flags
` [PATCH net-next v4 03/10] net: ethernet: mtk-star-emac: add support for MT8365 SoC
` [PATCH net-next v4 04/10] dt-bindings: net: mtk-star-emac: add support for MT8365
` [PATCH net-next v4 05/10] net: ethernet: mtk-star-emac: add clock pad selection for RMII
` [PATCH net-next v4 06/10] net: ethernet: mtk-star-emac: add timing adjustment support
` [PATCH net-next v4 07/10] dt-bindings: net: mtk-star-emac: add description for new properties
` [PATCH net-next v4 08/10] net: ethernet: mtk-star-emac: add support for MII interface
` [PATCH net-next v4 09/10] net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
` [PATCH net-next v4 10/10] net: ethernet: mtk-star-emac: enable half duplex hardware support
[PATCH net-next v2 00/35] [RFT] net: dpaa: Convert to phylink
2022-06-29 2:09 UTC (38+ messages)
` [PATCH net-next v2 01/35] dt-bindings: phy: Add QorIQ SerDes binding
` [PATCH net-next v2 02/35] dt-bindings: net: Convert FMan MAC bindings to yaml
` [PATCH net-next v2 03/35] dt-bindings: net: fman: Add additional interface properties
` [PATCH net-next v2 04/35] [RFC] phy: fsl: Add Lynx 10G SerDes driver
` [PATCH net-next v2 05/35] net: fman: Convert to SPDX identifiers
` [PATCH net-next v2 06/35] net: fman: Don't pass comm_mode to enable/disable
` [PATCH net-next v2 07/35] net: fman: Store en/disable in mac_device instead of mac_priv_s
` [PATCH net-next v2 08/35] net: fman: dtsec: Always gracefully stop/start
` [PATCH net-next v2 09/35] net: fman: Get PCS node in per-mac init
` [PATCH net-next v2 10/35] net: fman: Store initialization function in match data
` [PATCH net-next v2 11/35] net: fman: Move struct dev to mac_device
` [PATCH net-next v2 12/35] net: fman: Configure fixed link in memac_initialization
` [PATCH net-next v2 13/35] net: fman: Export/rename some common functions
` [PATCH net-next v2 14/35] net: fman: memac: Use params instead of priv for max_speed
` [PATCH net-next v2 15/35] net: fman: Move initialization to mac-specific files
` [PATCH net-next v2 16/35] net: fman: Mark mac methods static
` [PATCH net-next v2 17/35] net: fman: Inline several functions into initialization
` [PATCH net-next v2 18/35] net: fman: Remove internal_phy_node from params
` [PATCH net-next v2 19/35] net: fman: Map the base address once
` [PATCH net-next v2 20/35] net: fman: Pass params directly to mac init
` [PATCH net-next v2 21/35] net: fman: Use mac_dev for some params
` [PATCH net-next v2 22/35] net: fman: Specify type of mac_dev for exception_cb
` [PATCH net-next v2 23/35] net: fman: Clean up error handling
` [PATCH net-next v2 24/35] net: fman: Change return type of disable to void
` [PATCH net-next v2 25/35] net: dpaa: Use mac_dev variable in dpaa_netdev_init
` [PATCH net-next v2 26/35] soc: fsl: qbman: Add helper for sanity checking cgr ops
` [PATCH net-next v2 27/35] soc: fsl: qbman: Add CGR update function
` [PATCH net-next v2 28/35] net: dpaa: Adjust queue depth on rate change
` [PATCH net-next v2 29/35] net: fman: memac: Add serdes support
` [PATCH net-next v2 30/35] net: fman: memac: Use lynx pcs driver
` [PATCH net-next v2 31/35] [RFT] net: dpaa: Convert to phylink
` [PATCH net-next v2 32/35] qoriq: Specify which MACs support RGMII
` [PATCH net-next v2 33/35] qoriq: Add nodes for QSGMII PCSs
` [PATCH net-next v2 34/35] arm64: dts: ls1046a: Add serdes bindings
` [PATCH net-next v2 35/35] arm64: dts: ls1046ardb: "
[RFC PATCH 1/2] vmxnet3: Add basic XDP support
2022-06-29 1:49 UTC (2+ messages)
` [RFC PATCH 2/2] vmxnet3: Add XDP_REDIRECT support
[RFC PATCH v1 0/3] Create common DPLL/clock configuration API
2022-06-29 1:46 UTC (7+ messages)
` [RFC PATCH v1 1/3] dpll: Add DPLL framework base functions
[PATCH net] net: bonding: fix use-after-free after 802.3ad slave unbind
2022-06-29 1:29 UTC
[PATCH v3 RESEND] net: rose: fix UAF bugs caused by timer handler
2022-06-29 0:26 UTC
[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
2022-06-29 0:09 UTC (6+ messages)
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection
[PATCH net-next] rfs: added /proc/sys/net/core/rps_allow_ooo flag to tweak flow alg
2022-06-28 23:49 UTC (4+ messages)
` [PATCH net-next v2] "
[RFC net-next v3 00/29] io_uring zerocopy send
2022-06-28 22:52 UTC (27+ messages)
` [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 11/29] tcp: support zc with managed data
` [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] dt-bindings: nfc: nxp,nci: drop Charles Gorand's mail
2022-06-28 22:48 UTC (4+ messages)
[PATCH 0/4] Bluetooth: hci_bcm: Improve FW load time on CYW55572
2022-06-28 22:41 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: net: broadcom-bluetooth: Add CYW55572 DT binding
[PATCH net-next v2 1/1] net: wwan: t7xx: Add AP CLDMA and GNSS port
2022-06-28 21:26 UTC (3+ messages)
[PATCH RFC net-next 0/4] net: dsa: always use phylink
2022-06-28 21:16 UTC (2+ messages)
[PATCH net v3 1/1] xsk: clear page contiguity bit when unmapping pool
2022-06-28 21:00 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION cb71b93c2dc36d18a8b05245973328d018272cdf
2022-06-28 20:59 UTC
[PATCH v11 net-next 0/9] add support for VSC7512 control over SPI
2022-06-28 20:24 UTC (15+ messages)
` [PATCH v11 net-next 1/9] mfd: ocelot: add helper to get regmap from a resource
` [PATCH v11 net-next 3/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module
` [PATCH v11 net-next 9/9] mfd: ocelot: add support for the vsc7512 chip via spi
[PATCH net-next v1 1/9] dt-bindings: power: Add Tegra234 MGBE power domains
2022-06-28 19:55 UTC (3+ messages)
` [PATCH net-next v1 5/9] dt-bindings: net: Add Tegra234 MGBE
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)
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).