messages from 2022-01-19 14:49:27 to 2022-01-20 09:20:07 UTC [more...]
[RFC PATCH net-next] net/smc: Introduce receive queue flow control support
2022-01-20 9:20 UTC (3+ messages)
[PATCH 0/3] lib/string_helpers: Add a few string helpers
2022-01-20 9:12 UTC (24+ messages)
` [PATCH 1/3] lib/string_helpers: Consolidate yesno() implementation
` [Intel-gfx] "
` [PATCH 3/3] drm: Convert open yes/no strings to yesno()
` [Intel-gfx] [PATCH 0/3] lib/string_helpers: Add a few string helpers
[GIT PULL] Networking for 5.17-rc1
2022-01-20 9:08 UTC (2+ messages)
[PATCH iproute2 v2] dcb: app: Add missing "dcb app show dev X default-prio"
2022-01-20 8:57 UTC
[PATCH v2 00/35] brcmfmac: Support Apple T2 and M1 platforms
2022-01-20 8:49 UTC (4+ messages)
` [PATCH v2 22/35] brcmfmac: chip: Handle 1024-unit sizes for TCM blocks
[PATCH devicetree v3] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
2022-01-20 8:49 UTC (2+ messages)
[PATCH v3 0/9] misc brcmfmac fixes (M1/T2 series spin-off)
2022-01-20 8:29 UTC (14+ messages)
` [PATCH v3 1/9] brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
` [PATCH v3 2/9] brcmfmac: firmware: Allocate space for default boardrev in nvram
` [PATCH v3 3/9] brcmfmac: firmware: Do not crash on a NULL board_type
[PATCH net] can: isotp: isotp_rcv_cf(): fix so->rx race problem
2022-01-20 8:23 UTC (6+ messages)
[PATCH net] ipv6_tunnel: Rate limit warning messages
2022-01-20 8:05 UTC
[PATCH] iavf: Remove useless DMA-32 fallback configuration
2022-01-20 8:03 UTC (2+ messages)
[PATCH RFC] rds: ib: Reduce the contention caused by the asynchronous workers to flush the mr pool
2022-01-20 8:00 UTC (13+ messages)
[PATCH 1/2] platform: make platform_get_irq_optional() optional
2022-01-20 7:57 UTC (34+ messages)
` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()
[PATCH v2] net: phy: marvell: Honor phy LED set by system firmware on a Dell hardware
2022-01-20 7:58 UTC (2+ messages)
ethtool 5.16 release / ethtool -m bug fix
2022-01-20 7:54 UTC (4+ messages)
[v3 1/2] Docs/devicetree: add serdes.yaml
2022-01-20 7:52 UTC (12+ messages)
` [v3 2/2] dsa: mv88e6xxx: make serdes SGMII/Fiber output amplitude configurable
[PATCH net 0/2] net: do not modify the shared tunnel info when PMTU triggers an ICMP reply
2022-01-20 7:38 UTC (3+ messages)
` [PATCH net 1/2] vxlan: "
[wpan-next 0/9] ieee802154: A bunch of fixes
2022-01-20 7:31 UTC (11+ messages)
` [wpan-next 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next 5/9] net: ieee802154: ca8210: "
` [wpan-next 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next 9/9] MAINTAINERS: Remove Harry Morris bouncing address
[PATCH] net-procfs: show net devices bound packet types
2022-01-20 7:04 UTC
[PATCH net-next v1 0/9] add more features support for mtk-star-emac
2022-01-20 7:02 UTC (10+ messages)
` [PATCH net-next v1 1/9] net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
` [PATCH net-next v1 2/9] net: ethernet: mtk-star-emac: modify IRQ trigger flags
` [PATCH net-next v1 3/9] net: ethernet: mtk-star-emac: add support for MT8365 SoC
` [PATCH net-next v1 4/9] dt-bindings: net: mtk-star-emac: add support for MT8365
` [PATCH net-next v1 5/9] net: ethernet: mtk-star-emac: add clock pad selection for RMII
` [PATCH net-next v1 6/9] net: ethernet: mtk-star-emac: add timing adjustment support
` [PATCH net-next v1 7/9] dt-bindings: net: mtk-star-emac: add description for new properties
` [PATCH net-next v1 8/9] net: ethernet: mtk-star-emac: add support for MII interface
` [PATCH net-next v1 9/9] net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
[PATCH v2 00/12] virtio pci support VIRTIO_F_RING_RESET
2022-01-20 6:43 UTC (13+ messages)
` [PATCH v2 01/12] virtio: pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v2 02/12] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v2 03/12] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v2 04/12] virtio: queue_reset: pci: update struct virtio_pci_common_cfg and option functions
` [PATCH v2 05/12] virito: queue_reset: pci: move the per queue irq logic from vp_del_vqs to vp_del_vq
` [PATCH v2 06/12] virtio: queue_reset: pci: add independent function to enable msix vq
` [PATCH v2 07/12] virtio: queue_reset: pci: support VIRTIO_F_RING_RESET
` [PATCH v2 08/12] virtio: queue_reset: add helper
` [PATCH v2 09/12] virtio_net: virtnet_tx_timeout() fix style
` [PATCH v2 10/12] virtio_net: virtnet_tx_timeout() stop ref sq->vq
` [PATCH v2 11/12] virtio_net: split free_unused_bufs()
` [PATCH v2 12/12] virtio-net: support pair disable/enable
[syzbot] WARNING in __cleanup_sighand
2022-01-20 6:43 UTC (4+ messages)
Bpftool mirror now available
2022-01-20 6:25 UTC (2+ messages)
[PATCH net-next 1/2] devlink: Add support to set port function as trusted
2022-01-20 6:19 UTC (14+ messages)
[PATCH v4 bpf-next 0/7] bpf_prog_pack allocator
2022-01-20 4:50 UTC (13+ messages)
` [PATCH v4 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v4 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v4 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v4 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v4 bpf-next 5/7] x86/alternative: introduce text_poke_copy
` [PATCH v4 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v4 bpf-next 7/7] bpf, x86_64: use "
[PATCH] dt-bindings: Improve phandle-array schemas
2022-01-20 4:38 UTC (7+ messages)
[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
2022-01-20 4:17 UTC (4+ messages)
[PATCH V2 00/10] selftests: Fix separate output directory builds
2022-01-20 1:20 UTC (7+ messages)
` [PATCH V2 08/10] selftests: mptcp: Add the uapi headers include variable
` [PATCH V2 09/10] selftests: vm: "
` [PATCH V2 10/10] selftests: vm: remove dependecy from internal kernel macros
[wpan-next 00/14] ieee802154: Synchronous Tx API
2022-01-20 0:51 UTC (15+ messages)
` [wpan-next 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [wpan-next 02/14] net: mac802154: Create a transmit error helper
` [wpan-next 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [wpan-next 04/14] net: ieee802154: atusb: "
` [wpan-next 05/14] net: ieee802154: ca8210: "
` [wpan-next 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [wpan-next 07/14] net: mac802154: Rename the synchronous xmit worker
` [wpan-next 08/14] net: mac802154: Rename the main tx_work struct
` [wpan-next 09/14] net: mac802154: Follow the count of ongoing transmissions
` [wpan-next 10/14] net: mac802154: Hold the transmit queue when relevant
` [wpan-next 11/14] net: mac802154: Create a hot tx path
` [wpan-next 12/14] net: mac802154: Add a warning in the hot path
` [wpan-next 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [wpan-next 14/14] net: mac802154: Introduce a synchronous API for MLME commands
[wpan-next 0/4] ieee802154: General preparation to scan support
2022-01-20 0:43 UTC (5+ messages)
` [wpan-next 1/4] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next 3/4] net: ieee802154: Move the address structure earlier
` [wpan-next 4/4] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
[wpan-next 0/5] ieee802154: Improve symbol duration handling
2022-01-20 0:41 UTC (6+ messages)
` [wpan-next 1/5] net: ieee802154: Improve the way supported channels are declared
` [wpan-next 2/5] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next 3/5] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next 4/5] net: mac802154: Set the symbol duration automatically
` [wpan-next 5/5] net: ieee802154: Drop duration settings when the core does it already
[PATCH net] phylib: fix potential use-after-free
2022-01-20 0:27 UTC (2+ messages)
[PATCH v3 00/41] IEEE 802.15.4 scan support
2022-01-20 0:24 UTC (12+ messages)
` [PATCH v3 17/41] net: ieee802154: at86rf230: Call the complete helper when a transmission is over
[PATCH iproute2] dcb: app: Add missing "dcb app show dev X default-prio"
2022-01-19 23:39 UTC (6+ messages)
[wpan-next v2 00/27] IEEE 802.15.4 scan support
2022-01-19 23:26 UTC (13+ messages)
` [wpan-next v2 08/27] net: ieee802154: Drop symbol duration settings when the core does it already
[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
2022-01-19 22:33 UTC (7+ messages)
[PATCH riscv-next] riscv: bpf: Fix eBPF's exception tables
2022-01-19 21:46 UTC (7+ messages)
[PATCH] net/bluetooth: remove unneeded err variable
2022-01-19 19:33 UTC (2+ messages)
[PATCH 1/2] platform: make platform_get_irq_optional() optional
2022-01-19 19:06 UTC (6+ messages)
` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)
[PATCH net-next v4 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2022-01-19 19:04 UTC (6+ messages)
` [PATCH net-next v4 02/13] net: wwan: t7xx: Add control DMA interface
[RFC bpf-next 0/4] libbpf: userspace attach by name
2022-01-19 18:49 UTC (6+ messages)
[PATCH 1/2] platform: make platform_get_irq_optional() optional
2022-01-19 18:29 UTC (13+ messages)
[PATCH v2 net 0/2] ipv4: avoid pathological hash tables
2022-01-19 18:24 UTC (4+ messages)
` [PATCH v2 net 2/2] ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys
[syzbot] BUG: sleeping function called from invalid context in tipc_crypto_start
2022-01-19 17:33 UTC (2+ messages)
[PATCH net] net: sfp: ignore disabled SFP node
2022-01-19 16:44 UTC
[PATCH v2 net 0/4] net/fsl: xgmac_mdio: Add workaround for erratum A-009885
2022-01-19 16:30 UTC (2+ messages)
MT7621 ethernet does not get probed on net-next branch after 5.15 merge
2022-01-19 16:13 UTC (2+ messages)
[RFC PATCH net] Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
2022-01-19 16:08 UTC
[PATCH] net/ipv6: remove redundant err variable
2022-01-19 15:59 UTC (3+ messages)
[PATCH net] net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
2022-01-19 15:56 UTC (3+ messages)
[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
2022-01-19 14:58 UTC (10+ messages)
` [RFC PATCH v3 1/9] ftrace: Add ftrace_set_filter_ips function
` [RFC PATCH v3 2/9] fprobe: Add ftrace based probe APIs
` [RFC PATCH v3 3/9] rethook: Add a generic return hook
` [RFC PATCH v3 4/9] rethook: x86: Add rethook x86 implementation
` [RFC PATCH v3 5/9] fprobe: Add exit_handler support
` [RFC PATCH v3 6/9] fprobe: Add sample program for fprobe
` [RFC PATCH v3 7/9] bpf: Add kprobe link for attaching raw kprobes
` [RFC PATCH v3 8/9] [DO NOT MERGE] Out-of-tree: Support wildcard symbol option to sample
` [RFC PATCH v3 9/9] [DO NOT MERGE] out-of-tree: kprobes: Use rethook for kretprobe
[PATCH 0/2 net-next v6] igb/igc: fix XDP registration
2022-01-19 14:52 UTC (3+ messages)
` [PATCH 1/2 net-next v6] igc: avoid kernel warning when changing RX ring parameters
` [PATCH 2/2 net-next v6] igb: refactor XDP registration
[PATCH bpf-next] bpf, arm64: enable kfunc call
2022-01-19 14:49 UTC
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).