messages from 2025-01-21 13:01:38 to 2025-01-22 10:13:21 UTC [more...]
[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
2025-01-22 10:09 UTC (6+ messages)
` [PATCH bpf v9 1/5] strparser: add read_sock callback
` [PATCH bpf v9 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v9 3/5] bpf: disable non stream socket for strparser
` [PATCH bpf v9 4/5] selftests/bpf: fix invalid flag of recv()
` [PATCH bpf v9 5/5] selftests/bpf: add strparser test for bpf
[PATCH] NFC: nci: Add bounds checking in nci_hci_create_pipe()
2025-01-22 10:11 UTC (2+ messages)
[PATCH v3 0/4] Enable ethernet on qcs615
2025-01-22 10:04 UTC (15+ messages)
` [PATCH v3 1/4] dt-bindings: net: ethernet-controller: Correct the definition of phy-mode
` [PATCH v3 2/4] net: stmmac: dwmac-qcom-ethqos: Mask PHY mode if configured with rgmii-id
[PATCH] net/netfilter: use kvfree_rcu to simplify the code
2025-01-22 9:59 UTC (2+ messages)
[PATCH] posix-clock: Explicitly handle compat ioctls
2025-01-22 9:52 UTC (4+ messages)
[PATCH v2] atm/fore200e: Fix possible data race in fore200e_open()
2025-01-22 9:46 UTC (2+ messages)
[PATCH v9 00/27] cxl: add type2 device basic support
2025-01-22 9:41 UTC (38+ messages)
` [PATCH v9 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v9 04/27] cxl/pci: add check for validating capabilities
` [PATCH v9 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v9 10/27] resource: harden resource_contains
` [PATCH v9 13/27] cxl: prepare memdev creation for type2
` [PATCH v9 14/27] sfc: create type2 cxl memdev
` [PATCH v9 15/27] cxl: define a driver interface for HPA free space enumeration
[PATCH RFC net-next] trace: tcp: Add tracepoint for tcp_cwnd_reduction()
2025-01-22 9:39 UTC (7+ messages)
[PATCH net-next 0/4] net-sysfs: remove the rtnl_trylock/restart_syscall construction
2025-01-22 9:09 UTC (8+ messages)
` [PATCH net-next 3/4] net-sysfs: prevent uncleared queues from being re-added
[PATCH net-next v18 00/25] Introducing OpenVPN Data Channel Offload
2025-01-22 9:00 UTC (9+ messages)
` [PATCH net-next v18 20/25] ovpn: implement peer add/get/dump/delete via netlink
[PATCH bpf v8 0/5] bpf: fix wrong copied_seq calculation and add tests
2025-01-22 8:55 UTC (12+ messages)
` [PATCH bpf v8 1/5] strparser: add read_sock callback
` [PATCH bpf v8 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v8 3/5] bpf: disable non stream socket for strparser
` [PATCH bpf v8 4/5] selftests/bpf: fix invalid flag of recv()
` [PATCH bpf v8 5/5] selftests/bpf: add strparser test for bpf
[PATCH v8 0/7] rust: Add IO polling
2025-01-22 8:57 UTC (5+ messages)
` [PATCH v8 2/7] rust: time: Introduce Delta type
[PATCH] net: stmmac: dwmac-loongson: Add fix_soc_reset function
2025-01-22 8:53 UTC (10+ messages)
[PATCH net-next 0/7] eth: fix calling napi_enable() in atomic context
2025-01-22 8:42 UTC (13+ messages)
` [PATCH net-next 1/7] eth: tg3: "
` [PATCH net-next 2/7] eth: forcedeth: remove local wrappers for napi enable/disable
` [PATCH net-next 3/7] eth: forcedeth: fix calling napi_enable() in atomic context
` [PATCH net-next 4/7] eth: 8139too: "
` [PATCH net-next 5/7] eth: niu: "
` [PATCH net-next 6/7] eth: via-rhine: "
` [PATCH net-next 7/7] wifi: mt76: move napi_enable() from under BH
[PATCH v8 4/7] rust: time: Add wrapper for fsleep function
2025-01-22 8:23 UTC (5+ messages)
[PATCH net-next v1 0/7] Convert LAN78xx to PHYLINK
2025-01-22 8:16 UTC (6+ messages)
` [PATCH net-next v1 1/7] net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC management
[PATCH v4 0/4] RTL9300 MDIO driver
2025-01-22 8:14 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: net: Add Realtek MDIO controller
` [PATCH v4 2/4] dt-bindings: mfd: Add MDIO interface to rtl9301-switch
[PATCH v4 0/8] vhost: Add support of kthread API
2025-01-22 7:52 UTC (8+ messages)
` [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode
[PATCH v1 00/21] hwmon: Fix the type of 'config' in struct hwmon_channel_info to u64
2025-01-22 7:51 UTC (20+ messages)
` [PATCH v1 01/21] "
` [PATCH v1 19/21] platform/x86: dell-ddv: "
[PATCH net-next v04 1/1] hinic3: module initialization and tx/rx logic
2025-01-22 7:07 UTC (2+ messages)
[PATCH net-next RFC 0/2] don't clean packets in start_xmit in TX NAPI mode
2025-01-22 6:16 UTC (3+ messages)
` [PATCH net-next RFC 1/2] virtio-net: factor out logic for stopping TX
` [PATCH net-next RFC 2/2] virtio-net: free old xmit skbs only in NAPI
[RFC net-next v3 0/4] virtio_net: Link queues to NAPIs
2025-01-22 6:13 UTC (10+ messages)
` [RFC net-next v3 1/4] net: protect queue -> napi linking with netdev_lock()
` [RFC net-next v3 2/4] virtio_net: Prepare for NAPI to queue mapping
` [RFC net-next v3 3/4] virtio_net: Map NAPIs to queues
` [RFC net-next v3 4/4] virtio_net: Use persistent NAPI config
[PATCH v2 1/3] Bluetooth: Fix possible race with userspace of sysfs isoc_alt
2025-01-22 5:19 UTC
[linux-next:master] [net] 03abf2a7c6: WARNING:suspicious_RCU_usage
2025-01-22 4:47 UTC
[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
2025-01-22 4:39 UTC (13+ messages)
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v6 5/5] bpf/selftests: add selftest for bpf_smc_ops
[PATCH net v2 0/3] Limit devicetree parameters to hardware capability
2025-01-22 4:07 UTC (5+ messages)
` [PATCH net v2 2/3] net: stmmac: Limit FIFO size by "
[ANN] netdev development stats for 6.14
2025-01-22 4:07 UTC
[RFC net-next 0/7] Provide an ism layer
2025-01-22 3:04 UTC (8+ messages)
[PATCH] net: fec: Refactor MAC reset to function
2025-01-22 2:50 UTC (10+ messages)
` [EXTERNAL] "
[PATCH] atm/fore200e: Fix possible data race in fore200e_open()
2025-01-22 2:48 UTC (5+ messages)
[PATCH] ethtool: Fix JSON output for IRQ coalescing
2025-01-22 2:17 UTC (2+ messages)
[PATCH net] ipmr: do not call mr_mfc_uses_dev() for unres entries
2025-01-22 1:58 UTC (2+ messages)
[Question] Bonding: change bond dev_addr when fail_over_mac=2
2025-01-22 1:50 UTC (3+ messages)
[PATCH] Documentation/networking: Fix basic node example document ISO 15765-2
2025-01-22 0:48 UTC (2+ messages)
[PATCH] TCP: SEARCH a new slow start algorithm to replace Hystart in TCP Cubic
2025-01-22 0:04 UTC (2+ messages)
[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
2025-01-21 23:50 UTC (4+ messages)
` [PATCH net-next v2 1/2] net: ethernet: mtk_eth_soc: use prefetch methods
[PATCH net-next v2 00/10] bnxt_en: Add NPAR 1.2 and TPH support
2025-01-21 22:15 UTC (4+ messages)
` [PATCH net-next v2 10/10] bnxt_en: Add TPH support in BNXT driver
[GIT PULL] Networking for v6.13-rc7
2025-01-21 20:46 UTC (9+ messages)
[PATCH] net: davicom: fix UAF in dm9000_drv_remove
2025-01-21 20:04 UTC (3+ messages)
[PATCH v2 5.10] net: defer final 'struct net' free in netns dismantle
2025-01-21 19:27 UTC
[syzbot] [cgroups?] possible deadlock in console_lock_spinning_enable (5)
2025-01-21 18:29 UTC (2+ messages)
[syzbot] [net?] UBSAN: array-index-out-of-bounds in mr_table_dump
2025-01-21 18:09 UTC
[PATCH net 0/2] vsock: some fixes due to transport de-assignment
2025-01-21 18:06 UTC (5+ messages)
` [PATCH net 1/2] vsock/virtio: discard packets if the transport changes
[PATCH net-next] gve: Add RSS cache for non RSS device option scenario
2025-01-21 18:05 UTC (3+ messages)
[PATCH net-next v2 0/4] virtio_net: Link queues to NAPIs
2025-01-21 17:57 UTC (8+ messages)
` [PATCH net-next v2 3/4] virtio_net: Map NAPIs to queues
[PATCH v2 net] gro_cells: Avoid packet re-ordering for cloned skbs
2025-01-21 16:33 UTC (2+ messages)
[PATCH] net: usb: qmi_wwan: Add error handling for usbnet_get_ethernet_addr
2025-01-21 16:30 UTC (3+ messages)
[PATCH net-next v3] net: phy: Fix suspicious rcu_dereference usage
2025-01-21 16:11 UTC (7+ messages)
[PATCH net-next v2 0/3] net: phy: realtek: add hwmon support
2025-01-21 16:10 UTC (3+ messages)
` [PATCH net-next v2 3/3] net: phy: realtek: add hwmon support for temp sensor on RTL822x
[PATCH net-next v4 0/6] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM
2025-01-21 15:59 UTC (3+ messages)
[PATCH net v2] net: the appletalk subsystem no longer uses ndo_do_ioctl
2025-01-21 15:38 UTC
[PATCH net] net: hsr: avoid potential out-of-bound access in fill_frame_info()
2025-01-21 15:35 UTC (10+ messages)
[PATCH] net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
2025-01-21 15:27 UTC (5+ messages)
[PATCH net-next v2 00/11] net: use netdev->lock to protect NAPI
2025-01-21 15:27 UTC (4+ messages)
` [PATCH net-next v2 06/11] net: protect NAPI enablement with netdev_lock()
[PATCH net-next] net: the appletalk subsystem no longer uses ndo_do_ioctl
2025-01-21 15:08 UTC (2+ messages)
[PATCH bpf v2 1/2] bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
2025-01-21 15:06 UTC (2+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Adjust data size to have ETH_HLEN
[PATCH net-next] selftests/net: packetdrill: more xfail changes (and a correction)
2025-01-21 14:57 UTC (2+ messages)
[PATCH net-next v6 0/5] net: napi: add CPU affinity to napi->config
2025-01-21 14:54 UTC (6+ messages)
` [PATCH net-next v6 1/5] net: move ARFS rmap management to core
[PATCH net 0/5] vsock: Transport reassignment and error handling issues
2025-01-21 14:47 UTC (7+ messages)
` [PATCH net 4/5] vsock/test: Add test for UAF due to socket unbinding
` [PATCH net 5/5] vsock/test: Add test for connect() retries
[PATCH net v2 0/6] vsock: Transport reassignment and error handling issues
2025-01-21 14:44 UTC (7+ messages)
` [PATCH net v2 1/6] vsock: Keep the binding until socket destruction
` [PATCH net v2 2/6] vsock: Allow retrying on connect() failure
` [PATCH net v2 3/6] vsock/test: Introduce vsock_bind()
` [PATCH net v2 4/6] vsock/test: Introduce vsock_connect_fd()
` [PATCH net v2 5/6] vsock/test: Add test for UAF due to socket unbinding
` [PATCH net v2 6/6] vsock/test: Add test for connect() retries
[PATCH net v3 0/9] tun: Unify vnet implementation
2025-01-21 14:44 UTC (8+ messages)
` [PATCH net v3 9/9] tap: Use tun's vnet-related code
[PATCH net-next v4 0/9] tun: Unify vnet implementation
2025-01-21 14:40 UTC (5+ messages)
` [PATCH net-next v4 8/9] tap: Keep hdr_len in tap_get_user()
[RFC net-next v1 0/2] Add bridge offloading devlink config
2025-01-21 14:36 UTC (7+ messages)
` [RFC net-next v1 2/2] net: dsa: add option for bridge port HW offload
[PATCH 0/3] Support tuning the RX sampling swap of the MAC
2025-01-21 14:34 UTC (11+ messages)
` [PATCH 2/3] net: stmmac: qcom-ethqos: Enable RX programmable swap on qcs615
[PATCH bpf v2] bpf: remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowed
2025-01-21 14:25 UTC
[PATCH iproute] iplink: emit the error message if open_fds_add failed
2025-01-21 14:16 UTC
Question about offload on vlan
2025-01-21 14:05 UTC
[PATCH 5.10] net: fec: remove .ndo_poll_controller to avoid deadlocks
2025-01-21 14:05 UTC
[PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers
2025-01-21 13:50 UTC (6+ messages)
[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
2025-01-21 13:01 UTC (2+ messages)
` [PATCH bpf-next v2 10/10] selftests/bpf: Remove test_xdp_redirect_multi.sh
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).