messages from 2025-12-11 09:43:21 to 2025-12-12 20:12:10 UTC [more...]
[PATCH v2 0/16] bitfield: tidy up bitfield.h
2025-12-12 19:37 UTC (17+ messages)
` [PATCH v2 01/16] nfp: Call FIELD_PREP() in NFP_ETH_SET_BIT_CONFIG() wrapper
` [PATCH v2 02/16] thunderbolt: Don't pass a bitfield to FIELD_GET
` [PATCH v2 03/16] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()
` [PATCH v2 04/16] bitfield: Copy #define parameters to locals
` [PATCH v2 05/16] bitfield: Merge __field_prep/get() into field_prep/get()
` [PATCH v2 06/16] bitfield: Remove some pointless casts
` [PATCH v2 07/16] bitfield: FIELD_MODIFY: Only do a single read/write on the target
` [PATCH v2 08/16] bitfield: Simplify __BF_FIELD_CHECK_REG()
` [PATCH v2 09/16] bitfield: Rename __FIELD_PREP/GET() to __BF_FIELD_PREP/GET()
` [PATCH v2 10/16] bitfield: Split the 'val' check out of __BF_FIELD_CHECK_MASK()
` [PATCH v2 11/16] bitfield: Common up validation of the mask parameter
` [PATCH v2 12/16] bitfield: Remove leading _ from #define formal parameter names
` [PATCH v2 13/16] bitfield: Reduce indentation
` [PATCH v2 14/16] bitfield: Add comment block for the host/fixed endian functions
` [PATCH v2 15/16] bitfield: Update comments for le/be functions
` [PATCH v2 16/16] build_bug.h; Remove __BUILD_BUG_ON_NOT_POWER_OF_2()
[PATCH net v1] idpf: read lower clock bits inside the time sandwich
2025-12-12 19:43 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH net v2] selftests: net: fix "buffer overflow detected" for tap.c
2025-12-12 19:18 UTC (2+ messages)
[PATCH v2] net: fealnx: fix possible 'card_idx' integer overflow in
2025-12-12 17:36 UTC (5+ messages)
[PATCH v2] smc91x: fix broken irq-context in PREEMPT_RT
2025-12-12 19:03 UTC
[PATCH] smc91x: fix broken irq-context in PREEMPT_RT
2025-12-12 19:00 UTC (2+ messages)
[PATCH] erspan: Initialize options_len before referencing options
2025-12-12 18:24 UTC (5+ messages)
[PATCH v4 0/1] i40e: additional safety check
2025-12-12 17:37 UTC (3+ messages)
` [PATCH v4 1/1] i40e: validate ring_len parameter against hardware-specific values
[PATCH RFC net-next 0/3] net: dsa: initial support for MaxLinear MxL862xx switches
2025-12-12 17:02 UTC (7+ messages)
` [PATCH RFC net-next 3/3] net: dsa: add basic initial driver for "
[PATCH net] team: fix check for port enabled in team_queue_override_port_prio_changed()
2025-12-12 16:52 UTC (2+ messages)
[PATCH net v2] net/handshake: Fix null-ptr-deref in handshake_complete()
2025-12-12 16:50 UTC (2+ messages)
[RFC PATCH v3 0/8] landlock: Add UDP access control support
2025-12-12 16:37 UTC (9+ messages)
` [RFC PATCH v3 1/8] landlock: Minor reword of docs for TCP access rights
` [RFC PATCH v3 2/8] landlock: Refactor TCP socket type check
` [RFC PATCH v3 3/8] landlock: Add UDP bind+connect access control
` [RFC PATCH v3 4/8] selftests/landlock: Add UDP bind/connect tests
` [RFC PATCH v3 5/8] landlock: Add UDP sendmsg access control
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg
` [RFC PATCH v3 7/8] samples/landlock: Add sandboxer UDP access control
` [RFC PATCH v3 8/8] landlock: Add documentation for UDP support
[PATCH iwl-net v2 0/3] idpf: Fix issues in rxhash and rss lut logic
2025-12-12 16:42 UTC (11+ messages)
` [PATCH iwl-net v2 1/3] idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
` [Intel-wired-lan] "
` [PATCH iwl-net v2 2/3] idpf: Fix RSS LUT configuration on down interfaces
` [PATCH iwl-net v2 3/3] idpf: Fix RSS LUT NULL ptr issue after soft reset
` [Intel-wired-lan] "
[PATCH v4 net 0/2] net: sched: initialize struct tc_ife to fix kernel-infoleak
2025-12-12 16:29 UTC (5+ messages)
` [PATCH net v4 2/2] net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
[PATCH net v1 0/3] disable interrupts and ensure dbell updation
2025-12-12 16:13 UTC (6+ messages)
` [PATCH net v1 1/3] octeon_ep: disable per ring interrupts
` [PATCH net v1 2/3] octeon_ep: ensure dbell BADDR updation
` [PATCH net v1 3/3] octeon_ep_vf: "
[BUG] net: 3com: 3c59x: Possible null-pointer dereferences caused by Compaq PCI BIOS32 problem
2025-12-12 15:43 UTC (3+ messages)
[PATCH net v2] virtio-net: enable all napis before scheduling refill work
2025-12-12 15:27 UTC
[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
2025-12-12 15:26 UTC (7+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports
net/sched: Fix divide error in tabledist
2025-12-12 15:17 UTC (3+ messages)
[PATCH net] virtio-net: enable all napis before scheduling refill work
2025-12-12 14:55 UTC (9+ messages)
[PATCH net-next v1 0/3] Convert Micrel bindings to YAML, add keep-preamble-before-sfd
2025-12-12 14:52 UTC (9+ messages)
` [PATCH net-next v1 1/3] dt-bindings: net: micrel: Convert to YAML schema
` [PATCH net-next v1 2/3] dt-bindings: net: micrel: Add keep-preamble-before-sfd
` [PATCH net-next v1 3/3] net: phy: micrel: Add keep-preamble-before-sfd property
[RFC] net: phy: mxl-86110: Manage broadcast configuration
2025-12-12 14:43 UTC (2+ messages)
[PATCH net 0/2] mptcp: fix warn on bad status
2025-12-12 12:54 UTC (3+ messages)
` [PATCH net 1/2] mptcp: fallback earlier on simult connection
` [PATCH net 2/2] mptcp: ensure context reset on disconnect()
[PATCH net v3] vsock/virtio: cap TX credit to local buffer size
2025-12-12 12:26 UTC (11+ messages)
[PATCH RFC net-next 00/13] dpll: Core improvements and ice E825-C SyncE support
2025-12-12 11:25 UTC (18+ messages)
` [PATCH RFC net-next 01/13] dt-bindings: net: ethernet-controller: Add DPLL pin properties
` [PATCH RFC net-next 02/13] dpll: Allow registering pin with firmware node
` [PATCH RFC net-next 03/13] net: eth: Add helpers to find DPLL pin "
` [PATCH RFC net-next 04/13] dpll: zl3073x: register pins with fwnode handle
` [PATCH RFC net-next 05/13] dpll: Add notifier chain for dpll events
` [PATCH RFC net-next 06/13] dpll: Support dynamic pin index allocation
` [PATCH RFC net-next 07/13] dpll: zl3073x: Add support for mux pin type
` [PATCH RFC net-next 08/13] dpll: Enhance and consolidate reference counting logic
` [PATCH RFC net-next 09/13] dpll: Prevent duplicate registrations
` [PATCH RFC net-next 10/13] dpll: Add reference count tracking support
` [PATCH RFC net-next 11/13] dpll: zl3073x: Enable reference count tracking
` [PATCH RFC net-next 12/13] ice: dpll: "
` [PATCH RFC net-next 13/13] ice: dpll: Support E825-C SyncE and dynamic pin discovery
` [Intel-wired-lan] "
[PATCH] subflow: relax WARN in subflow_data_ready() on teardown races
2025-12-12 10:34 UTC (2+ messages)
[PATCH net v2] team: fix qom_list corruption by using list_del_init_rcu()
2025-12-12 10:11 UTC (5+ messages)
[PATCH net] skb_checksum_help: fix out-of-bounds access
2025-12-12 8:25 UTC (4+ messages)
[PATCH net-next v5 0/2] ptp: Alibaba CIPU PTP clock driver
2025-12-12 6:50 UTC (11+ messages)
` [PATCH net-next v5 1/2] ptp: introduce Alibaba CIPU PHC driver
[PATCH 0/4] s32g: Use a syscon for GPR
2025-12-12 6:41 UTC (4+ messages)
` [PATCH 1/4] net: stmmac: s32: use the syscon interface PHY_INTF_SEL_RGMII
bridge-utils: request to fix git tags
2025-12-12 6:14 UTC (3+ messages)
[PATCH 0/1] lib: Align naming rules with the kernel
2025-12-12 5:32 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH v5.10.y] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
2025-12-12 3:54 UTC
[syzbot] [net?] WARNING in dev_shutdown (7)
2025-12-12 4:39 UTC (2+ messages)
[linus:master] [net] 5628f3fe3b: sockperf.throughput.UDP.msg_per_sec 20.1% regression
2025-12-12 3:59 UTC (3+ messages)
[PATCH] epic100: remove module version and switch to module_pci_driver
2025-12-12 0:36 UTC (5+ messages)
[syzbot] [wireless?] WARNING in __alloc_workqueue
2025-12-12 0:21 UTC (2+ messages)
[PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
2025-12-11 23:59 UTC (3+ messages)
` [PATCH v2 2/2] ice: Initialize RDMA after rebuild
[PATCH net-next] net: reorganize IP MIB values (II)
2025-12-11 23:38 UTC (2+ messages)
[BUG] ice: Temporary packet processing overload causes permanent RX drops
2025-12-11 22:17 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH v3 0/4] ptp: vmclock: Add VM generation counter and ACPI notification
2025-12-11 19:30 UTC (3+ messages)
` [PATCH v3 4/4] ptp: ptp_vmclock: Add device tree support
[net-next,PATCH v2 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
2025-12-11 18:39 UTC (3+ messages)
` [net-next,PATCH v2 3/3] net: phy: realtek: Add property to enable SSC
[syzbot] [netfilter?] WARNING in nf_conntrack_cleanup_net_list
2025-12-11 18:38 UTC
[PATCH 0/9] bitfield: tidy up bitfield.h
2025-12-11 17:52 UTC (7+ messages)
` [PATCH 3/9] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()
[PATCH v2] fjes: Add missing iounmap in fjes_hw_init()
2025-12-11 17:49 UTC (4+ messages)
Concerns with em.yaml YNL spec
2025-12-11 17:47 UTC (5+ messages)
[PATCH net] ip6_gre: make ip6gre_header() robust
2025-12-11 17:35 UTC
[syzbot] [net?] kernel BUG in ip6gre_header (6)
2025-12-11 17:32 UTC
[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-11 17:15 UTC (3+ messages)
` [PATCH v1 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v1 13/17] firmware: tee_bnxt: Make use of tee bus methods
[PATCH v7 net-next 00/13] AccECN protocol case handling series
2025-12-11 15:54 UTC (4+ messages)
[PATCH iwl-net v2 0/2] ixgbe: fix issues around ixgbe_recovery_probe()
2025-12-11 15:20 UTC (7+ messages)
` [PATCH iwl-net v2 1/2] ixgbe: fix memory leaks in the ixgbe_recovery_probe() path
` [Intel-wired-lan] "
` "
` [PATCH iwl-net v2 2/2] ixgbe: don't initialize aci lock in ixgbe_recovery_probe()
` [Intel-wired-lan] "
` "
[PATCH net-next v3 2/3] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller
2025-12-11 14:44 UTC (4+ messages)
[PATCH] net/handshake: duplicate handshake cancellations leak socket
2025-12-11 14:36 UTC (2+ messages)
[PATCH v2 net 0/2] sctp: Fix two issues in sctp_clone_sock()
2025-12-11 14:24 UTC (6+ messages)
` [PATCH v2 net 2/2] sctp: Clear inet_opt in sctp_v6_copy_ip_options()
[PATCH ethtool 0/2] ethtool: Add support for 1600G link modes
2025-12-11 13:41 UTC (4+ messages)
` [PATCH ethtool 1/2] update UAPI header copies
[syzbot] [fs?] INFO: rcu detected stall in unwind_next_frame (5)
2025-12-11 13:41 UTC (2+ messages)
` [syzbot] [ext4?] "
[PATCH] net: phy: mediatek: fix nvmem cell reference leak in mt798x_phy_calibration
2025-12-11 13:34 UTC (3+ messages)
[PATCH net v3] net: mdio: aspeed: add dummy read to avoid read-after-write issue
2025-12-11 13:29 UTC (2+ messages)
[PATCH] caif: fix integer underflow in cffrml_receive()
2025-12-11 13:26 UTC (3+ messages)
[rdma/siw] unregister_netdevice: waiting for bond0 to become free. Usage count = 3
2025-12-11 13:24 UTC (3+ messages)
` [not-yet-signed PATCH] RDMA/core: flush gid_cache_wq WQ from disable_device()
[PATCH] vsock/virtio: cap TX credit to local buffer size
2025-12-11 12:55 UTC (4+ messages)
[PATCH v2] net: openvswitch: Avoid needlessly taking the RTNL on vport destroy
2025-12-11 11:50 UTC
[PATCH v3 net] net: enetc: do not transmit redirected XDP frames when the link is down
2025-12-11 11:40 UTC (3+ messages)
[PATCH] MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
2025-12-11 11:28 UTC
[PATCH] sis900: remove module version and switch to module_pci_driver
2025-12-11 10:46 UTC (2+ messages)
[PATCH net v3] net: atm: implement pre_send to check input before sending
2025-12-11 10:30 UTC (3+ messages)
[PATCH ipsec v2] xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
2025-12-11 10:30 UTC
[PATCH net] selftests: net: fix "buffer overflow detected" for tap.c
2025-12-11 10:13 UTC (2+ messages)
[PATCH net v3 0/1] atm: mpoa: Fix UAF on qos_head list in procfs
2025-12-11 9:50 UTC (3+ messages)
` [PATCH net v3 1/1] "
[PATCH] net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant
2025-12-11 9:40 UTC (2+ messages)
[PATCH net 1/2] can: fix build dependency
2025-12-11 9:40 UTC (2+ messages)
[PATCH net] nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
2025-12-11 9:40 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).