messages from 2025-06-10 13:33:42 to 2025-06-10 20:52:31 UTC [more...]
[PATCH RFC v1] Feature reporting of RDS driver
2025-06-10 20:51 UTC (7+ messages)
` [PATCH RFC v1] rds: Expose feature parameters via sysfs and ELF note
` [rds-devel] [PATCH RFC v1] Feature reporting of RDS driver
[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
2025-06-10 20:37 UTC (8+ messages)
[PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark
2025-06-10 20:33 UTC (8+ messages)
[PATCH] bpf: cpumap: report Rx queue index to xdp_rxq_info
2025-06-10 20:24 UTC (4+ messages)
[PATCH 0/9] Add wrapper function of_find_node_by_name_balanced()
2025-06-10 20:17 UTC (11+ messages)
` [PATCH 1/9] of: Add warpper "
[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
2025-06-10 20:12 UTC (5+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst
[PATCH] net: stmmac: extend use of snps,multicast-filter-bins property to xgmac
2025-06-10 20:04 UTC
[PATCH bpf] MAINTAINERS: add myself as bpf networking reviewer
2025-06-10 20:00 UTC (5+ messages)
[PATCH v5 net-next 5/9] net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}
2025-06-10 19:54 UTC (2+ messages)
[PATCH net-next] net: ncsi: Fix buffer overflow in fetching version id
2025-06-10 19:33 UTC
Tulip 21142 panic on physical link disconnect
2025-06-10 18:53 UTC (4+ messages)
[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
2025-06-10 18:45 UTC (2+ messages)
[PATCH] net: pfcp: fix typo in message_priority field name
2025-06-10 18:42 UTC (2+ messages)
[PATCH net-next,v7] net: mana: Add handler for hardware servicing events
2025-06-10 18:42 UTC
[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
2025-06-10 18:26 UTC (6+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
bond_eth_hash only uses the fifth byte of MAC address
2025-06-10 18:12 UTC (2+ messages)
[PATCH bpf-next v2] bpf, sockmap: Fix psock incorrectly pointing to sk
2025-06-10 17:54 UTC (2+ messages)
[PATCH net-next 0/2] net: bcmasp: add support for GRO software
2025-06-10 17:38 UTC (3+ messages)
` [PATCH net-next 1/2] net: bcmasp: Utilize napi_complete_done() return value
` [PATCH net-next 2/2] net: bcmasp: enable GRO software interrupt coalescing by default
[PATCH v4 00/42] SELinux namespace support
2025-06-10 17:22 UTC (43+ messages)
` [PATCH v4 01/42] selinux: restore passing of selinux_state
` [PATCH v4 02/42] selinux: introduce current_selinux_state
` [PATCH v4 03/42] selinux: support multiple selinuxfs instances
` [PATCH v4 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v4 05/42] netstate,selinux: create the selinux netlink socket per network namespace
` [PATCH v4 06/42] selinux: limit selinux netlink notifications to init namespace
` [PATCH v4 07/42] selinux: support per-task/cred selinux namespace
` [PATCH v4 08/42] selinux: introduce cred_selinux_state() and use it
` [PATCH v4 09/42] selinux: init inode from nearest initialized namespace
` [PATCH v4 10/42] selinux: add a selinuxfs interface to unshare selinux namespace
` [PATCH v4 11/42] selinux: add limits for SELinux namespaces
` [PATCH v4 12/42] selinux: exempt creation of init SELinux namespace from limits
` [PATCH v4 13/42] selinux: refactor selinux_state_create()
` [PATCH v4 14/42] selinux: allow userspace to detect non-init SELinux namespace
` [PATCH v4 15/42] selinuxfs: restrict write operations to the same selinux namespace
` [PATCH v4 16/42] selinux: introduce a global SID table
` [PATCH v4 17/42] selinux: wrap security server interfaces to use the "
` [PATCH v4 18/42] selinux: introduce a Kconfig option for SELinux namespaces
` [PATCH v4 19/42] selinux: eliminate global SID table if !CONFIG_SECURITY_SELINUX_NS
` [PATCH v4 20/42] selinux: maintain a small cache in the global SID table
` [PATCH v4 21/42] selinux: update hook functions to use correct selinux namespace
` [PATCH v4 22/42] selinux: introduce cred_task_has_perm()
` [PATCH v4 23/42] selinux: introduce cred_has_extended_perms()
` [PATCH v4 24/42] selinux: introduce cred_self_has_perm()
` [PATCH v4 25/42] selinux: introduce cred_has_perm()
` [PATCH v4 26/42] selinux: introduce cred_ssid_has_perm() and cred_other_has_perm()
` [PATCH v4 27/42] selinux: introduce task_obj_perm()
` [PATCH v4 28/42] selinux: update bprm hooks for selinux namespaces
` [PATCH v4 29/42] selinux: add kerneldoc to new permission checking functions
` [PATCH v4 30/42] selinux: convert selinux_file_send_sigiotask() to namespace-aware helper
` [PATCH v4 31/42] selinux: rename cred_has_perm*() to cred_tsid_has_perm*()
` [PATCH v4 32/42] selinux: update cred_tsid_has_perm_noaudit() to return the combined avd
` [PATCH v4 33/42] selinux: convert additional checks to cred_ssid_has_perm()
` [PATCH v4 34/42] selinux: introduce selinux_state_has_perm()
` [PATCH v4 35/42] selinux: annotate selinuxfs permission checks
` [PATCH v4 36/42] selinux: annotate process transition "
` [PATCH v4 37/42] selinux: convert xfrm and netlabel "
` [PATCH v4 38/42] selinux: switch selinux_lsm_setattr() checks to current namespace
` [PATCH v4 39/42] selinux: make open_perms namespace-aware
` [PATCH v4 40/42] selinux: split cred_ssid_has_perm() into two cases
` [PATCH v4 41/42] selinux: convert nlmsg_sock_has_extended_perms() to namespace-aware
` [PATCH v4 42/42] selinux: disallow writes to /sys/fs/selinux/user in non-init namespaces
[RFC PATCH] ptp: extend offset ioctls to expose raw free-running cycles
2025-06-10 17:19 UTC
[BISECT] regression: tcp: fix to allow timestamp undo if no retransmits were sent
2025-06-10 17:15 UTC (8+ messages)
[PATCH net-next v3 0/4] udp_tunnel: remove rtnl_lock dependency
2025-06-10 17:15 UTC (5+ messages)
` [PATCH net-next v3 1/4] "
` [PATCH net-next v3 2/4] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v3 3/4] netdevsim: remove udp_ports_sleep
` [PATCH net-next v3 4/4] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-06-10 (i40e, iavf, ice, e1000)
2025-06-10 17:13 UTC (6+ messages)
` [PATCH net 1/5] i40e: return false from i40e_reset_vf if reset is in progress
` [PATCH net 2/5] i40e: retry VFLR handling if there is ongoing VF reset
` [PATCH net 3/5] iavf: fix reset_task for early reset event
` [PATCH net 4/5] ice/ptp: fix crosstimestamp reporting
` [PATCH net 5/5] e1000: Move cancel_work_sync to avoid deadlock
[PATCH net-next 0/2] fbnic: Expand mac stats coverage
2025-06-10 17:11 UTC (3+ messages)
` [PATCH net-next 1/2] eth: Update rmon hist range
` [PATCH net-next 2/2] eth: fbnic: Expand coverage of mac stats
[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
2025-06-10 17:04 UTC (2+ messages)
[PATCH net] netrom: fix possible deadlock in nr_rt_device_down
2025-06-10 17:00 UTC (6+ messages)
[PATCH net-next v2 0/3] net: dsa: brcm: add legacy FCS tag
2025-06-10 16:40 UTC (6+ messages)
` [PATCH net-next v2 1/3] net: dsa: tag_brcm: legacy: reorganize functions
` [PATCH net-next v2 2/3] net: dsa: tag_brcm: add support for legacy FCS tags
` [PATCH net-next v2 3/3] net: dsa: b53: support "
[PATCH bpf-next] bpf: Fix RCU usage in bpf_get_cgroup_classid_curr helper
2025-06-10 16:08 UTC (8+ messages)
[PATCH net-next 00/14] ipmr, ip6mr: Allow MC-routing locally-generated MC packets
2025-06-10 16:22 UTC (4+ messages)
` [PATCH net-next 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay
[PATCH iproute2-next v3 0/4] ip: Support bridge VLAN stats in `ip stats'
2025-06-10 16:13 UTC (6+ messages)
` [PATCH iproute2-next v3 1/4] ip: ipstats: Iterate all xstats attributes
` [PATCH iproute2-next v3 2/4] ip: ip_common: Drop ipstats_stat_desc_xstats::inner_max
` [PATCH iproute2-next v3 3/4] lib: bridge: Add a module for bridge-related helpers
` [PATCH iproute2-next v3 4/4] ip: iplink_bridge: Support bridge VLAN stats in `ip stats'
[PATCH] hns3: work around stack size warning
2025-06-10 16:08 UTC (2+ messages)
[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
2025-06-10 16:07 UTC (5+ messages)
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint
[PATCH 0/4] net: use new GPIO line value setter callbacks
2025-06-10 16:05 UTC (6+ messages)
` [PATCH 3/4] net: can: mcp251x: "
[PATCH 0/4] Don't generate netlink .rst files inside $(srctree)
2025-06-10 15:43 UTC (3+ messages)
` [PATCH 4/4] docs: netlink: store generated .rst files at Documentation/output
[PATCH 1/1] net: fman_memac: Don't use of_property_read_bool on non-boolean property managed
2025-06-10 15:32 UTC (2+ messages)
[PATCH v3 1/1] dt-bindings: net: convert qca,qca7000.txt yaml format
2025-06-10 15:29 UTC (3+ messages)
[PATCH net-next 0/7] netpoll: Untangle netconsole and netpoll
2025-06-10 15:18 UTC (8+ messages)
` [PATCH net-next 1/7] netpoll: remove __netpoll_cleanup from exported API
` [PATCH net-next 2/7] netpoll: expose netpoll logging macros in public header
` [PATCH net-next 3/7] netpoll: relocate netconsole-specific functions to netconsole module
` [PATCH net-next 4/7] netpoll: move netpoll_print_options to netconsole
` [PATCH net-next 5/7] netconsole: rename functions to better reflect their purpose
` [PATCH net-next 6/7] netconsole: improve code style in parser function
` [PATCH net-next 7/7] selftest: netconsole: add test for cmdline configuration
[PATCH net 0/9] mlx5 misc fixes 2025-06-10
2025-06-10 15:15 UTC (10+ messages)
` [PATCH net 1/9] net/mlx5: Ensure fw pages are always allocated on same NUMA
` [PATCH net 2/9] net/mlx5: Fix ECVF vports unload on shutdown flow
` [PATCH net 3/9] net/mlx5: Fix return value when searching for existing flow group
` [PATCH net 4/9] net/mlx5: HWS, Init mutex on the correct path
` [PATCH net 5/9] net/mlx5: HWS, fix missing ip_version handling in definer
` [PATCH net 6/9] net/mlx5: HWS, make sure the uplink is the last destination
` [PATCH net 7/9] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net 8/9] net/mlx5e: Fix leak of Geneve TLV option object
` [PATCH net 9/9] net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_oper
[PATCH net-next v4 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-10 15:09 UTC (12+ messages)
` [PATCH net-next v4 01/11] net: Allow const args for of page_to_netmem()
` [PATCH net-next v4 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next v4 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v4 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v4 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v4 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v4 07/11] net/mlx5e: Convert over to netmem
` [PATCH net-next v4 08/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v4 09/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v4 10/11] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v4 11/11] net/mlx5e: Add TX support for netmems
[PATCH net-next v10] net: ti: icssg-prueth: add TAPRIO offload support
2025-06-10 15:02 UTC (7+ messages)
[PATCH v14 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-06-10 14:59 UTC (10+ messages)
` [PATCH v14 1/9] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v14 2/9] ref_tracker: add a top level debugfs directory for ref_tracker
` [PATCH v14 3/9] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v14 4/9] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v14 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v14 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
` [PATCH v14 7/9] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
` [PATCH v14 8/9] net: add symlinks to ref_tracker_dir for netns
` [PATCH v14 9/9] ref_tracker: eliminate the ref_tracker_dir name field
[PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency
2025-06-10 14:57 UTC (3+ messages)
` [PATCH net-next v2 1/4] "
WTS Available laptops and Memory
2025-06-10 14:56 UTC
wfx200 weird out-of-range power supply issue
2025-06-10 14:55 UTC (5+ messages)
[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
2025-06-10 14:55 UTC (7+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
` [PATCH v2] "
[PATCH net-next v4] net/mlx5: Expose serial numbers in devlink info
2025-06-10 2:51 UTC
[PATCH V2] net: usb: Convert tasklet API to new bottom half workqueue mechanism
2025-06-10 14:54 UTC
[net-next PATCH 0/6] Add support for 25G, 50G, and 100G to fbnic
2025-06-10 14:51 UTC (7+ messages)
` [net-next PATCH 1/6] net: phy: Add interface types for 50G and 100G
` [net-next PATCH 2/6] fbnic: Do not consider mailbox "initialized" until we have verified fw version
` [net-next PATCH 3/6] fbnic: Replace 'link_mode' with 'aui'
` [net-next PATCH 4/6] fbnic: Set correct supported modes and speeds based on FW setting
` [net-next PATCH 5/6] fbnic: Add support for reporting link config
` [net-next PATCH 6/6] fbnic: Add support for setting/getting pause configuration
[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
2025-06-10 14:49 UTC (8+ messages)
[PATCH RESEND net-next] net: tcp: tsq: Convert from tasklet to BH workqueue
2025-06-10 14:47 UTC (2+ messages)
[net-next v2 0/4] net: ftgmac100: Add SoC reset support for RMII mode
2025-06-10 14:39 UTC (2+ messages)
[PATCH] net: ipv4: ipconfig: Support RFC 4361/3315 DHCP client ID in hex format
2025-06-10 14:35 UTC
UBSAN: shift-out-of-bounds in include/soc/fsl/qman.h:70:9
2025-06-10 14:34 UTC
[PATCH net-next v01 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
2025-06-10 14:31 UTC (2+ messages)
` [PATCH net-next v01 1/1] hinic3: management interfaces
[PATCH net-next v8 00/11] PRU-ICSSM Ethernet Driver
2025-06-10 13:58 UTC (5+ messages)
` [PATCH net-next v8 08/11] net: ti: prueth: Adds support for RX interrupt coalescing/pacing
` [PATCH net-next v8 09/11] net: ti: prueth: Adds power management support for PRU-ICSS
` [PATCH net-next v8 10/11] net: ti: prueth: Adds support for PRUETH on AM33x and AM43x SOCs
` [PATCH net-next v8 11/11] net: ti: prueth: Adds PTP OC Support for AM335x and AM437x
[linus:master] [tcp] 86c2bc293b: stress-ng.sockmany.ops_per_sec 6.8% improvement
2025-06-10 13:57 UTC
[PATCH net] net: Fix TOCTOU issue in sk_is_readable()
2025-06-10 13:44 UTC (2+ messages)
[PATCH net-next] net: airoha: Add TCP LRO support
2025-06-10 13:39 UTC (3+ messages)
[RFC net-next 0/6] net: ethtool: support including Flow Label in the flow hash for RSS
2025-06-10 13:33 UTC (3+ messages)
` [RFC net-next 2/6] "
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).