messages from 2022-03-08 00:50:27 to 2022-03-08 14:50:16 UTC [more...]
[PATCH bpf-next] bpf: determine buf_info inside check_buffer_access()
2022-03-08 14:50 UTC (2+ messages)
[PATCH bpf-next v9 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-08 14:41 UTC (12+ messages)
` [PATCH bpf-next v9 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v9 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v9 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v9 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[RFC v7 net-next 00/13] add support for VSC7512 control over SPI
2022-03-08 14:39 UTC (6+ messages)
` [RFC v7 net-next 10/13] mfd: ocelot: add support for the vsc7512 chip via spi
` [RFC v7 net-next 13/13] net: dsa: ocelot: add external ocelot switch control
[PATCH net-next v8] net: openvswitch: IPv6: Add IPv6 extension header support
2022-03-08 14:39 UTC (14+ messages)
` [ovs-dev] "
[PATCH net-next 0/2] net: phy: lan87xx: use genphy_read_master_slave function
2022-03-08 14:30 UTC (2+ messages)
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-03-08 14:27 UTC (20+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
[PATCH net] ptp: idt82p33: use rsmu driver to access i2c/spi bus
2022-03-08 14:10 UTC
[PATCH] net: arc_emac: Fix use after free in arc_mdio_probe()
2022-03-08 13:57 UTC (4+ messages)
Regression in add xfrm interface
2022-03-08 13:51 UTC (3+ messages)
[PATCH net-next v5 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
2022-03-08 13:58 UTC
[PATCH net-next] skb: make drop reason booleanable
2022-03-08 13:57 UTC (2+ messages)
[PATCH net-next 0/3] Add support for 1588 in LAN8814
2022-03-08 13:54 UTC (7+ messages)
` [PATCH net-next 2/3] dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy
[PATCH] net: netdevsim: fix byte order on ipsec debugfs file
2022-03-08 13:51 UTC
[PATCH] drivers: vxlan: fix returnvar.cocci warning
2022-03-08 13:43 UTC (3+ messages)
` [PATCH linux-next v2] "
[PATCH net-next v4 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
2022-03-08 13:41 UTC (2+ messages)
[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
2022-03-08 13:40 UTC (7+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-08 13:37 UTC (14+ messages)
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
[PATCH net-next] net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges
2022-03-08 13:32 UTC (4+ messages)
[PATCH iproute2-next 0/2] bridge: support for controlling broadcast flooding per port
2022-03-08 13:29 UTC (3+ messages)
` [PATCH iproute2-next 1/2] bridge: support for controlling flooding of broadcast "
` [PATCH iproute2-next 2/2] man: document new bcast_flood config/query support for bridge ports
[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
2022-03-08 13:17 UTC (19+ messages)
[PATCH] ethernet: Fix error handling in xemaclite_of_probe
2022-03-08 13:15 UTC (2+ messages)
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-08 13:13 UTC (28+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 06/26] virtio_ring: packed: extract the logic of creating vring
` [PATCH v7 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam
[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
2022-03-08 13:10 UTC (10+ messages)
` [PATCH RFC 1/9] bpftool: fix print error when show bpf man
` [PATCH RFC 2/9] bpftool: show memcg info of bpf map
` [PATCH RFC 3/9] mm: add methord to charge kmalloc-ed address
` [PATCH RFC 4/9] mm: add methord to charge vmalloc-ed address
` [PATCH RFC 5/9] mm: add methord to charge percpu address
` [PATCH RFC 6/9] bpf: add a helper to find map by id
` [PATCH RFC 7/9] bpf: add BPF_MAP_RECHARGE syscall
` [PATCH RFC 8/9] bpf: make bpf_map_{save, release}_memcg public
` [PATCH RFC 9/9] bpf: support recharge for hash map
[PATCH] i40e: little endian only valid checksums
2022-03-08 12:54 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH intel-net] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
2022-03-08 12:51 UTC (2+ messages)
[PATCH net] net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()
2022-03-08 12:30 UTC (2+ messages)
[PATCH bpf v2] tools: fix unavoidable GCC call in Clang builds
2022-03-08 12:14 UTC
[PATCH net-next v2 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
2022-03-08 11:59 UTC (13+ messages)
[PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
2022-03-08 11:44 UTC (2+ messages)
[PATCH v5 0/8] document dt-schema and fix node names for some USB Ethernet controllers
2022-03-08 11:15 UTC (4+ messages)
` [PATCH v5 5/9] ARM: dts: exynos: fix ethernet node name for different odroid boards
[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
2022-03-08 11:10 UTC (13+ messages)
` [PATCH v10 01/12] ftrace: Add ftrace_set_filter_ips function
` [PATCH v10 02/12] fprobe: Add ftrace based probe APIs
` [PATCH v10 03/12] rethook: Add a generic return hook
` [PATCH v10 04/12] rethook: x86: Add rethook x86 implementation
` [PATCH v10 05/12] arm64: rethook: Add arm64 rethook implementation
` [PATCH v10 06/12] powerpc: Add rethook support
` [PATCH v10 07/12] ARM: rethook: Add rethook arm implementation
` [PATCH v10 08/12] fprobe: Add exit_handler support
` [PATCH v10 09/12] fprobe: Add sample program for fprobe
` [PATCH v10 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v10 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe
[PATCH net-next v3 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
2022-03-08 10:47 UTC
[RFC 00/10] add support for fwnode in i2c mux system and sfp
2022-03-08 10:45 UTC (3+ messages)
[PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
2022-03-08 10:43 UTC (3+ messages)
[PATCH net-next] net: lan966x: Add spinlock for frame transmission from CPU
2022-03-08 10:29 UTC
[PATCH net-next] net: lan966x: allow offloading timestamp operations to the PHY
2022-03-08 10:20 UTC (2+ messages)
[PATCH net-next 6/9] net: ethernet: Use netif_rx()
2022-03-08 9:50 UTC (2+ messages)
[PATCH net-next] net: mdio-mux: add bus name to bus id
2022-03-08 9:40 UTC (2+ messages)
[PATCH] net: ethernet: sun: use min_t() to make code cleaner
2022-03-08 9:21 UTC
[PATCH] selftests/bpf: fix array_size.cocci warning
2022-03-08 9:17 UTC
[PATCH net-next 0/6] Incremental fixups for DSA unicast filtering
2022-03-08 9:15 UTC (7+ messages)
` [PATCH net-next 1/6] net: dsa: warn if port lists aren't empty in dsa_port_teardown
` [PATCH net-next 2/6] net: dsa: move port lists initialization to dsa_port_touch
` [PATCH net-next 3/6] net: dsa: felix: drop "bool change" from felix_set_tag_protocol
` [PATCH net-next 4/6] net: dsa: be mostly no-op in dsa_slave_set_mac_address when down
` [PATCH net-next 5/6] net: dsa: felix: actually disable flooding towards NPI port
` [PATCH net-next 6/6] net: dsa: felix: avoid early deletion of host FDB entries
[RFC net-next] tcp: allow larger TSO to be built under overload
2022-03-08 9:07 UTC (4+ messages)
[PATCH RFT] can: mcba_usb: properly check endpoint type
2022-03-08 8:54 UTC (5+ messages)
` [PATCH v2] "
[PATCH] ax25: Fix NULL pointer dereference in ax25_kill_by_device
2022-03-08 8:12 UTC
[PATCH net-next v2] net/fungible: CONFIG_FUN_CORE needs SBITMAP
2022-03-08 8:12 UTC
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-08 8:01 UTC (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
[PATCH v2 net-next 00/10] net: bridge: Multiple Spanning Trees
2022-03-08 8:01 UTC (4+ messages)
` [PATCH v2 net-next 04/10] net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrations
[PATCH] net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr
2022-03-08 7:42 UTC
[PATCH] ath10k: Fix error handling in ath10k_setup_msa_resources
2022-03-08 7:02 UTC
[syzbot] KASAN: use-after-free Read in cdc_ncm_tx_fixup
2022-03-08 7:01 UTC (2+ messages)
[PATCH ipsec 0/3] Fixes for the ipsec tree
2022-03-08 7:00 UTC (2+ messages)
[PATCH] net: ethernet: lpc_eth: Handle error for clk_enable
2022-03-08 6:57 UTC
[PATCH] net:mcf8390: Use platform_get_irq() to get the interrupt
2022-03-08 6:43 UTC
IPv4 saddr do not match with selected output device in double default gateways scene
2022-03-08 6:41 UTC
[PATCH] net: ethernet: ti: cpts: Handle error for clk_enable
2022-03-08 6:40 UTC
[PATCH net-next] net/fungible: CONFIG_FUN_CORE needs SBITMAP
2022-03-08 6:30 UTC (2+ messages)
[PATCH v2] net: cxgb3: Fix an error code when probing the driver
2022-03-08 6:30 UTC (2+ messages)
[PATCH net-next] vxlan_core: delete unnecessary condition
2022-03-08 6:30 UTC (5+ messages)
[PATCH bpf-next] bpf: Remove redundant slash
2022-03-08 6:30 UTC (6+ messages)
` [PATCH bpf-next v2] bpf: Clean up Makefile of bpf preload
[PATCH net-next] ice: xsk: fix GCC version checking against pragma unroll presence
2022-03-08 6:30 UTC (2+ messages)
[PATCH] ethernet: sun: Fix an error handling path in happy_meal_pci_probe()
2022-03-08 6:24 UTC (2+ messages)
[PATCH] libbpf: fix array_size.cocci warning
2022-03-08 6:20 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()
2022-03-08 6:10 UTC (2+ messages)
[PATCH bpf] libbpf: unmap rings when umem deleted
2022-03-08 6:03 UTC (2+ messages)
[PATCH net-next] net/fungible: Fix local_memory_node error
2022-03-08 4:53 UTC
[RFC] A couple of issues on BPF callstack
2022-03-08 4:37 UTC (3+ messages)
[PATCH v2] af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
2022-03-08 3:20 UTC
[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
2022-03-08 2:58 UTC (2+ messages)
[PATCH net 1/1] tipc: fix incorrect order of state message data sanity check
2022-03-08 2:11 UTC
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-03-08 1:35 UTC (4+ messages)
[RFC v6 net-next 0/9] add support for VSC7512 control over SPI
2022-03-08 1:31 UTC (6+ messages)
` [RFC v6 net-next 9/9] net: dsa: ocelot: add external ocelot switch control
[RFC PATCH net-next 0/6] ptp: Support hardware clocks with additional free running time
2022-03-08 0:57 UTC (8+ messages)
[PATCH net-next v5 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2022-03-08 0:54 UTC (4+ messages)
` [PATCH net-next v5 10/13] net: wwan: t7xx: Introduce power management
[PATCH v2 1/2] ath10k: search for default BDF name provided in DT
2022-03-08 0:50 UTC (5+ 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).