messages from 2022-06-23 12:51:56 to 2022-06-24 06:56:58 UTC [more...]
KASAN: use-after-free Read in cfusbl_device_notify
2022-06-24 6:56 UTC (5+ messages)
[PATCH v2 1/2] Bluetooth: Add support for devcoredump
2022-06-24 6:49 UTC (2+ messages)
[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
2022-06-24 6:34 UTC (12+ messages)
[PATCH net-next] net: Print real skb addresses for all net events
2022-06-24 6:27 UTC (2+ messages)
KASAN: use-after-free Read in slcan_receive_buf
2022-06-24 6:11 UTC
[PATCH v2] net: sfp: fix memory leak in sfp_probe()
2022-06-24 4:49 UTC
[PATCH] net: usb: ax88179_178a: corrects packet receiving
2022-06-24 4:47 UTC (2+ messages)
[PATCH net] selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
2022-06-24 4:40 UTC (2+ messages)
[PATCH net-next v3 00/10] add more features for mtk-star-emac
2022-06-24 4:34 UTC (3+ messages)
` [PATCH net-next v3 09/10] net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
[PATCH net] net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()
2022-06-24 4:20 UTC (2+ messages)
[RESEND PATCH] net/ncsi: use proper "mellanox" DT vendor prefix
2022-06-24 4:20 UTC (2+ messages)
[PATCH] bnx2x: fix memory leak in bnx2x_tpa_stop()
2022-06-24 4:12 UTC
[PATCH net-next 0/2] net: use new hwmon_sanitize_name()
2022-06-24 4:00 UTC (2+ messages)
[PATCH] bnxt: Fix typo in comments
2022-06-24 4:00 UTC (2+ messages)
[PATCH net-next] net: phy: mxl-gpy: add temperature sensor
2022-06-24 4:00 UTC (2+ messages)
[PATCH net-next v9 0/3] Broadcom PTP PHY support
2022-06-24 4:00 UTC (2+ messages)
[PATCH] cxgb4/cxgb4vf: Fix typo in comments
2022-06-24 4:00 UTC (2+ messages)
[PATCH] net: page_pool: optimize page pool page allocation in NUMA scenario
2022-06-24 3:53 UTC (2+ messages)
[PATCH net] net: dsa: bcm_sf2: force pause link settings
2022-06-24 3:50 UTC (2+ messages)
[PATCH] net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()
2022-06-24 3:50 UTC (2+ messages)
[PATCH net-next 0/2] net: dsa: mv88e6xxx: get rid of SPEED_MAX
2022-06-24 3:30 UTC (2+ messages)
[PATCH] net/ipv4/ip_gre.c net/ipv6/ip6_gre.c: ip and gre header are recorded twice
2022-06-24 3:26 UTC (4+ messages)
[PATCH 0/2] Introduce security_create_user_ns()
2022-06-24 3:21 UTC (4+ messages)
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
2022-06-24 2:56 UTC (42+ messages)
` [PATCH v10 01/41] remoteproc: rename len of rpoc_vring to num
` [PATCH v10 02/41] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v10 03/41] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v10 04/41] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v10 05/41] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v10 06/41] virtio_ring: extract the logic of freeing vring
` [PATCH v10 07/41] virtio_ring: split vring_virtqueue
` [PATCH v10 08/41] virtio_ring: introduce virtqueue_init()
` [PATCH v10 09/41] virtio_ring: split: introduce vring_free_split()
` [PATCH v10 10/41] virtio_ring: split: extract the logic of alloc queue
` [PATCH v10 11/41] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v10 12/41] virtio_ring: split: extract the logic of attach vring
` [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init
` [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed
` [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring
` [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init
` [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize()
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually
` [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg
` [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset
` [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v10 32/41] virtio: find_vqs() add arg sizes
` [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v10 34/41] virtio_mmio: "
` [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs()
` [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v10 38/41] virtio_net: split free_unused_bufs()
` [PATCH v10 39/41] virtio_net: support rx queue resize
` [PATCH v10 40/41] virtio_net: support tx "
` [PATCH v10 41/41] virtio_net: support set_ringparam
[PATCH net] net: fix IFF_TX_SKB_NO_LINEAR definition
2022-06-24 2:40 UTC (2+ messages)
[PATCH] net: axienet: Modify function description
2022-06-24 1:31 UTC
[PATCH net v3 0/2] Fix UAF and null-ptr-deref bugs in rose protocol
2022-06-24 1:05 UTC (3+ messages)
` [PATCH net v3 1/2] net: rose: fix UAF bugs caused by timer handler
` [PATCH net v3 2/2] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
[PATCH RFC 00/30] Overhaul NFSD filecache
2022-06-24 0:29 UTC (13+ messages)
` [PATCH RFC 28/30] NFSD: Set up an rhashtable for the filecache
` [PATCH RFC 29/30] NFSD: Convert the filecache to use rhashtable
[PATCH net-next 00/28] [RFC] net: dpaa: Convert to phylink
2022-06-24 0:24 UTC (8+ messages)
` [PATCH net-next 25/28] "
[PATCH net] ptp: ocp: add EEPROM_AT24 dependency
2022-06-23 23:53 UTC (2+ messages)
[PATCH bpf-next v10 00/11] bpf: cgroup_sock lsm flavor
2022-06-23 23:48 UTC (18+ messages)
` [PATCH bpf-next v10 03/11] bpf: per-cgroup "
` [PATCH bpf-next v10 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v10 06/11] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v10 07/11] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v10 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v10 09/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v10 10/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v10 11/11] selftests/bpf: lsm_cgroup functional test
[PATCH net-next v1 0/3] Add a second bind table hashed by port + address
2022-06-23 23:42 UTC (4+ messages)
` [PATCH net-next v1 1/3] net: Add a bhash2 "
` [PATCH net-next v1 2/3] selftests/net: Add test for timing a bind request to a port with a populated bhash entry
` [PATCH net-next v1 3/3] selftests/net: Add sk_bind_sendto_listen test
[PATCH] bpf: Replace 0 with BPF_K
2022-06-23 23:44 UTC (2+ messages)
[RFC PATCH v1 0/3] Create common DPLL/clock configuration API
2022-06-23 23:36 UTC (8+ messages)
` [RFC PATCH v1 1/3] dpll: Add DPLL framework base functions
` [RFC PATCH v1 3/3] ptp_ocp: implement DPLL ops
[PATCH v2 0/2] Fix console probe delay due to fw_devlink
2022-06-23 23:13 UTC (11+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1
[net-next: PATCH 00/12] ACPI support for DSA
2022-06-23 23:07 UTC (8+ messages)
` [net-next: PATCH 08/12] ACPI: scan: prevent double enumeration of MDIO bus children
[PATCH bpf] fprobe, samples: Add module parameter descriptions
2022-06-23 22:31 UTC
[PATCH v5 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
2022-06-23 20:54 UTC (6+ messages)
` [PATCH v5 2/5] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
[linux-next:master] BUILD REGRESSION 08897940f458ee55416cf80ab13d2d8b9f20038e
2022-06-23 20:33 UTC
[PATCH net-next] net: pcs: xpcs: depends on PHYLINK in Kconfig
2022-06-23 20:29 UTC
[PATCH 1/2] dt-bindings: net: wireless: ath11k: add new DT entry for board ID
2022-06-23 20:16 UTC (5+ messages)
[PATCH v1] Revert "Bluetooth: core: Fix missing power_on work cancel on HCI close"
2022-06-23 19:51 UTC (3+ messages)
[PATCH] netfilter: xt_esp: add support for ESP match in NAT Traversal
2022-06-23 19:36 UTC (2+ messages)
[PATCH net-next] raw: fix a typo in raw_icmp_error()
2022-06-23 19:35 UTC
[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
2022-06-23 19:26 UTC (9+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced
` [PATCH bpf-next v5 2/8] net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
` [PATCH bpf-next v5 3/8] net: netfilter: Add kfuncs to allocate and insert CT
` [PATCH bpf-next v5 4/8] net: netfilter: Add kfuncs to set and change CT timeout
` [PATCH bpf-next v5 5/8] net: netfilter: Add kfuncs to set and change CT status
` [PATCH bpf-next v5 6/8] selftests/bpf: Add verifier tests for forced kfunc ref args
` [PATCH bpf-next v5 7/8] selftests/bpf: Add tests for new nf_conntrack kfuncs
` [PATCH bpf-next v5 8/8] selftests/bpf: Add negative "
[PATCH] net: sfp: fix memory leak in sfp_probe()
2022-06-23 19:14 UTC (2+ messages)
Netlink NLM_F_DUMP_INTR flag lost
2022-06-23 19:03 UTC (12+ messages)
[PATCH] net: dp83822: disable false carrier interrupt
2022-06-23 18:27 UTC (15+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] net: dp83822: fix interrupt floods
` [PATCH v2 1/2] net: dp83822: disable false carrier interrupt
` [PATCH v2 2/2] net: dp83822: disable rx error interrupt
` [PATCH v3 0/2] net: dp83822: fix interrupt floods
` [PATCH v3 1/2] net: dp83822: disable false carrier interrupt
` [PATCH v3 2/2] net: dp83822: disable rx error interrupt
[PATCH v2] ipv4: ping: fix bind address validity check
2022-06-23 18:18 UTC (5+ messages)
[PATCH net-next v2 resend] ipv6/addrconf: fix timing bug in tempaddr regen
2022-06-23 18:11 UTC
[PATCH RFC 00/30] Overhaul NFSD filecache
2022-06-23 17:51 UTC (5+ messages)
[PATCH 0/3] RK3588 Ethernet Support
2022-06-23 16:28 UTC (4+ messages)
` [PATCH 1/3] net: ethernet: stmmac: dwmac-rk: Disable delayline if it is invalid
` [PATCH 2/3] net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588
` [PATCH 3/3] dt-bindings: net: rockchip-dwmac: add rk3588 gmac compatible
[PATCH] mlxsw: drop unexpected word 'for' in comments
2022-06-23 16:22 UTC (2+ messages)
[PATCH ethtool v3] sff-8079/8472: Fix missing sff-8472 output in netlink path
2022-06-23 16:10 UTC (2+ messages)
[PATCH v6 0/4] Implement vdpasim suspend operation
2022-06-23 16:07 UTC (5+ 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 net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-05-17
2022-06-23 16:07 UTC (7+ messages)
` [PATCH net-next 3/3] ice: add write functionality for GNSS TTY
request to stable branch [PATCH] net: mana: Add handling of CQE_RX_TRUNCATED
2022-06-23 15:47 UTC (2+ messages)
[PATCH net 0/2] Notify user space if any actions were flushed before error
2022-06-23 15:12 UTC (5+ messages)
` [PATCH net 1/2] net/sched: act_api: "
` [PATCH net 2/2] selftests: tc-testing: Add testcases to test new flush behaviour
[GIT PULL] Networking for 5.19-rc4
2022-06-23 14:27 UTC (2+ messages)
[PATCH net-next] net: pcs: xpcs: depends on PHYLINK in Kconfig
2022-06-23 14:00 UTC (7+ messages)
[PATCH net-next 0/2] net: pcs: lynx: consolidate gigabit code
2022-06-23 14:00 UTC (2+ messages)
[PATCH net-next] net: lan743x: Use correct variable in lan743x_sgmii_config()
2022-06-23 13:34 UTC
[RFC PATCH net 0/8] rxrpc: Multiqueue, sendfile, splice and call security
2022-06-23 13:29 UTC (9+ messages)
` [RFC PATCH 1/8] rxrpc: List open sockets in /proc/net/rxrpc/sockets
` [RFC PATCH 2/8] rxrpc: Allow UDP socket sharing for AF_RXRPC service sockets
` [RFC PATCH 3/8] rxrpc: Allow multiple AF_RXRPC sockets to be bound together to form queues
` [RFC PATCH 4/8] rxrpc: Allow the call to interact with to be preselected
` [RFC PATCH 5/8] rxrpc: Implement sendfile() support
` [RFC PATCH 6/8] rxrpc: Use selected call in recvmsg()
` [RFC PATCH 7/8] rxrpc: Implement splice-read for rxrpc calls
` [RFC PATCH 8/8] rxrpc: Set call security params in sendmsg() cmsg
[PATCH net-next v2] usbnet: Fix linkwatch use-after-free on disconnect
2022-06-23 12:57 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).