messages from 2022-06-28 19:53:31 to 2022-06-29 07:37:32 UTC [more...]
[PATCH 6/6] i2c: Make remove callback return void
2022-06-29 7:37 UTC (2+ messages)
[PATCH net-next v2 1/1] net: wwan: t7xx: Add AP CLDMA and GNSS port
2022-06-29 7:36 UTC (5+ messages)
[PATCH] virtio-net: fix the race between refill work and close
2022-06-29 7:28 UTC (2+ messages)
[PATCH] net: hinic: avoid kernel hung in hinic_get_stats64()
2022-06-29 7:28 UTC
[PATCH net v4] net: phy: Don't trigger state machine while in suspend
2022-06-29 7:22 UTC (2+ messages)
[PATCH RFC net-next 0/4] net: dsa: always use phylink
2022-06-29 7:18 UTC (3+ messages)
[PATCH net-next v1 1/3] net: dsa: add get_pause_stats support
2022-06-29 7:07 UTC (11+ messages)
` [PATCH net-next v1 2/3] net: dsa: ar9331: add support for pause stats
[PATCH net] mlxsw: spectrum_router: Fix rollback in tunnel next hop init
2022-06-29 7:02 UTC
[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
2022-06-29 7:00 UTC (3+ messages)
[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
2022-06-29 6:56 UTC (41+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam
[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
2022-06-29 6:48 UTC (10+ messages)
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection
[PATCH net-next] net: switchdev: add reminder near struct switchdev_notifier_fdb_info
2022-06-29 6:46 UTC (2+ messages)
[PATCH v2] net: tipc: fix possible refcount leak in tipc_sk_create()
2022-06-29 6:34 UTC
[PATCH] net: tipc: fix possible refcount leak in tipc_sk_create()
2022-06-29 6:29 UTC
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2022-06-29 6:15 UTC (27+ messages)
` [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 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 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 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 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 (5+ messages)
` [RFC net-next v3 05/29] net: bvec specific path in zerocopy_sg_from_iter
[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 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 (11+ messages)
` [PATCH v11 net-next 1/9] mfd: ocelot: add helper to get regmap from a resource
` [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
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).