messages from 2022-03-04 15:34:25 to 2022-03-05 10:21:36 UTC [more...]
[syzbot] KASAN: slab-out-of-bounds Read in smc_fback_error_report
2022-03-05 10:21 UTC (2+ messages)
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-05 10:10 UTC (48+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
` [PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
` [PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
` [PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
` [PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
` [PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-03-05 9:57 UTC (6+ messages)
[PATCH v3] vhost: fix hung thread due to erroneous iotlb entries
2022-03-05 9:55 UTC
[PATCH v2] net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
2022-03-05 9:14 UTC
[PATCH v2] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
2022-03-05 8:58 UTC
[PATCH net-next 0/9] bnxt_en: Updates
2022-03-05 8:54 UTC (10+ messages)
` [PATCH net-next 1/9] bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE
` [PATCH net-next 2/9] bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATE
` [PATCH net-next 3/9] bnxt_en: parse result field when NVRAM package install fails
` [PATCH net-next 4/9] bnxt_en: introduce initial link state of unknown
` [PATCH net-next 5/9] bnxt_en: Properly report no pause support on some cards
` [PATCH net-next 6/9] bnxt_en: Eliminate unintended link toggle during FW reset
` [PATCH net-next 7/9] bnxt_en: Do not destroy health reporters during reset
` [PATCH net-next 8/9] bnxt_en: implement hw health reporter
` [PATCH net-next 9/9] bnxt_en: add an nvm test for hw diagnose
[PATCH -next] ice: fix return value check in ice_gnss.c
2022-03-05 9:04 UTC
[PATCH] net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
2022-03-05 8:37 UTC (3+ messages)
[PATCH] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
2022-03-05 8:34 UTC (3+ messages)
[PATCH v4 1/3] Bluetooth: aosp: surface AOSP quality report through mgmt
2022-03-05 7:51 UTC (9+ messages)
` [PATCH v4 2/3] Bluetooth: btintel: surface Intel telemetry events "
` [PATCH v4 3/3] Bluetooth: mgmt: add set_quality_report for MGMT_OP_SET_QUALITY_REPORT
[PATCH 1/1] eth: Transparently receive IP over LLC/SNAP
2022-03-05 7:02 UTC (2+ messages)
[PATCH net-next 00/11] mptcp: Selftest refinements and a new test
2022-03-05 6:00 UTC (13+ messages)
` [PATCH net-next 01/11] selftests: mptcp: adjust output alignment for more tests
` [PATCH net-next 02/11] mptcp: add the mibs for MP_FASTCLOSE
` [PATCH net-next 03/11] selftests: mptcp: add the MP_FASTCLOSE mibs check
` [PATCH net-next 04/11] mptcp: add the mibs for MP_RST
` [PATCH net-next 05/11] selftests: mptcp: add the MP_RST mibs check
` [PATCH net-next 06/11] selftests: mptcp: add extra_args in do_transfer
` [PATCH net-next 07/11] selftests: mptcp: reuse linkfail to make given size files
` [PATCH net-next 08/11] selftests: mptcp: add fastclose testcase
` [PATCH net-next 09/11] selftests: mptcp: add invert check in check_transfer
` [PATCH net-next 10/11] selftests: mptcp: add more arguments for chk_join_nr
` [PATCH net-next 11/11] selftests: mptcp: update output info of chk_rm_nr
[PATCH v3] net: ksz884x: use time_before in netdev_open for compatibility and remove static variable
2022-03-05 5:49 UTC (2+ messages)
[PATCH] bcm63xx_enet: Use platform_get_irq() to get the interrupt
2022-03-05 5:40 UTC (2+ messages)
[PATCH v2 net-next] net-core: add rx_otherhost_dropped counter
2022-03-05 5:40 UTC (3+ messages)
[PATCH net-next v2] net/smc: fix compile warning for smc_sysctl
2022-03-05 5:31 UTC (2+ messages)
[PATCH] net: atlantic: Avoid out-of-bounds indexing
2022-03-05 5:24 UTC (2+ messages)
[PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode
2022-03-05 5:20 UTC (4+ messages)
[RESEND PATCH net-next] ptp: ocp: Add serial port information to the debug summary
2022-03-05 5:20 UTC (2+ messages)
[PATCH net-next] net: sparx5: Fix initialization of variables on stack
2022-03-05 5:10 UTC (2+ messages)
[RESEND PATCH net-next] ptp: ocp: correct label for error path
2022-03-05 5:02 UTC (2+ messages)
[PATCH v2 net-next] net: dsa: unlock the rtnl_mutex when dsa_master_setup() fails
2022-03-05 4:56 UTC (2+ messages)
[syzbot] WARNING in bpf_prog_test_run_xdp
2022-03-05 4:12 UTC (2+ messages)
pull request: bluetooth-next 2022-03-04
2022-03-05 4:00 UTC (3+ messages)
pull-request: bpf-next 2022-03-04
2022-03-05 3:50 UTC (2+ messages)
[PATCH net-next?] net: fungible: fix multiple build problems
2022-03-05 3:41 UTC (3+ messages)
[PATCH net-next] ptp: ocp: Add serial port information to the debug summary
2022-03-05 3:11 UTC (7+ messages)
` [PATCH net-next 1/2] ptp: ocp: add nvmem interface for accessing eeprom
[PATCH net-next v2 0/7] NAPI/GRO support for axienet driver
2022-03-05 2:59 UTC (10+ messages)
` [PATCH net-next v2 1/7] net: axienet: fix RX ring refill allocation failure handling
` [PATCH net-next v2 2/7] net: axienet: Clean up device used for DMA calls
` [PATCH net-next v2 3/7] net: axienet: Clean up DMA start/stop and error handling
` [PATCH net-next v2 4/7] net: axienet: don't set IRQ timer when IRQ delay not used
` [PATCH net-next v2 5/7] net: axienet: implement NAPI and GRO receive
` [PATCH net-next v2 6/7] net: axienet: reduce default RX interrupt threshold to 1
` [PATCH net-next v2 7/7] net: axienet: add coalesce timer ethtool configuration
[PATCH net-next v3 0/7] NAPI/GRO support for axienet driver
2022-03-05 2:24 UTC (8+ messages)
` [PATCH net-next v3 1/7] net: axienet: fix RX ring refill allocation failure handling
` [PATCH net-next v3 2/7] net: axienet: Clean up device used for DMA calls
` [PATCH net-next v3 3/7] net: axienet: Clean up DMA start/stop and error handling
` [PATCH net-next v3 4/7] net: axienet: don't set IRQ timer when IRQ delay not used
` [PATCH net-next v3 5/7] net: axienet: implement NAPI and GRO receive
` [PATCH net-next v3 6/7] net: axienet: reduce default RX interrupt threshold to 1
` [PATCH net-next v3 7/7] net: axienet: add coalesce timer ethtool configuration
Transparently receive IP over LLC/SNAP
2022-03-05 1:56 UTC (2+ messages)
[PATCH v3 1/2] dt-bindings: net: ipq4019-mdio: Add ipq6018 compatible
2022-03-04 23:55 UTC (2+ messages)
[RFC] A couple of issues on BPF callstack
2022-03-04 23:28 UTC
sendmsg bug
2022-03-04 23:20 UTC (2+ messages)
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-03-04 23:11 UTC (18+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 03/10] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 06/10] libbpf: Add libbpf_kallsyms_parse function
` [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
` [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values
[PATCH net-next 0/7] NAPI/GRO support for axienet driver
2022-03-04 23:01 UTC (9+ messages)
` [PATCH net-next 1/7] net: axienet: fix RX ring refill allocation failure handling
` [PATCH net-next 2/7] net: axienet: Clean up device used for DMA calls
` [PATCH net-next 3/7] net: axienet: Clean up DMA start/stop and error handling
` [PATCH net-next 4/7] net: axienet: don't set IRQ timer when IRQ delay not used
` [PATCH net-next 5/7] net: axienet: implement NAPI and GRO receive
` [PATCH net-next 6/7] net: axienet: reduce default RX interrupt threshold to 1
` [PATCH net-next 7/7] net: axienet: add coalesce timer ethtool configuration
[PATCH iproute2-next] ipaddress: remove 'label' compatibility with Linux-2.0 net aliases
2022-03-04 22:24 UTC (2+ messages)
[PATCH net-next 0/9] net: Convert user to netif_rx()
2022-03-04 20:31 UTC (3+ messages)
` [PATCH net-next 3/9] net: sgi-xp: Use netif_rx()
[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
2022-03-04 20:12 UTC (13+ messages)
[PATCH v2 net-next 00/14] tcp: BIG TCP implementation
2022-03-04 19:28 UTC (17+ messages)
` [PATCH v2 net-next 04/14] ipv6: add struct hop_jumbo_hdr definition
` [PATCH v2 net-next 07/14] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH v2 net-next 08/14] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [PATCH v2 net-next 14/14] mlx5: support BIG TCP packets
[PATCH bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-04 18:43 UTC
Add AF_XDP zero-copy support for NFP
2022-03-04 18:42 UTC (4+ messages)
` [PATCH net-next 5/5] nfp: xsk: add AF_XDP zero-copy Rx and Tx support
[PATCH net-next v5 0/3] net: dsa: realtek: add rtl8_4t tag
2022-03-04 18:27 UTC (3+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats
[PATCH] mISDN: Fix memory leak in dsp_pipeline_build()
2022-03-04 18:25 UTC
[PATCH 00/21] Control VQ support in vDPA
2022-03-04 18:04 UTC (16+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 06/19] vdpa: multiple address spaces support
` [RFC PATCH v2 07/19] vdpa: introduce config operations for associating ASID to a virtqueue group
` [RFC PATCH v2 09/19] vhost: support ASID in IOTLB API
` [RFC PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
[PATCH] mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
2022-03-04 18:01 UTC (4+ messages)
[PATCH v2] rdma: Fix res_print_uint()
2022-03-04 17:33 UTC (3+ messages)
` [PATCH v3] rdma: Fix res_print_uint() and add res_print_u64()
[PATCH] net/bluetooth: use memset avoid memory leaks
2022-03-04 17:20 UTC (2+ messages)
[PATCH net-next] Revert "net/smc: don't req_notify until all CQEs drained"
2022-03-04 17:12 UTC (2+ messages)
[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
2022-03-04 16:56 UTC (9+ messages)
[PATCH iproute2-next v2] ss: display advertised TCP receive window and out-of-order counter
2022-03-04 16:50 UTC (2+ messages)
[PATCH net-next v10 0/7] ice: GTP support in switchdev
2022-03-04 16:40 UTC (8+ messages)
` [PATCH net-next v10 1/7] gtp: Allow to create GTP device without FDs
` [PATCH net-next v10 2/7] gtp: Implement GTP echo response
` [PATCH net-next v10 3/7] gtp: Implement GTP echo request
` [PATCH net-next v10 4/7] net/sched: Allow flower to match on GTP options
` [PATCH net-next v10 5/7] gtp: Add support for checking GTP device type
` [PATCH net-next v10 6/7] ice: Fix FV offset searching
` [PATCH net-next v10 7/7] ice: Support GTP-U and GTP-C offload in switchdev
[PATCH v2 0/9] virtio: support advance DMA
2022-03-04 16:38 UTC (3+ messages)
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api
[PATCH net-next] skb: make drop reason booleanable
2022-03-04 16:36 UTC (5+ messages)
[PATCH iproute2-next 0/2] lib: add profinet and ethercat as link layer protocol
2022-03-04 16:30 UTC (2+ messages)
[PATCH iproute2-next V2 0/4] Add support for locked bridge ports (for 802.1X)
2022-03-04 16:20 UTC (2+ messages)
[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
2022-03-04 16:07 UTC (3+ messages)
` [PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()
[bugreport] stability issue with many altname
2022-03-04 15:44 UTC
[PATCH net-next 0/3] Add support for 1588 in LAN8814
2022-03-04 15:42 UTC (7+ 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).