netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-24 05:14:16 to 2025-01-25 15:04:05 UTC [more...]

[PATCH net-next v3 0/4] net: stmmac: RX performance improvement
 2025-01-25 15:03 UTC  (13+ messages)
` [PATCH net-next v3 1/4] net: stmmac: Switch to zero-copy in non-XDP RX path

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-25 14:21 UTC  (8+ messages)
` [PATCH net-next v7 2/8] page_pool: fix timing for checking and disabling napi_local

[PATCH] documentation: networking: fix spelling mistakes
 2025-01-25 12:11 UTC  (4+ messages)

[PATCH v9 0/8] rust: Add IO polling
 2025-01-25 10:18 UTC  (9+ messages)
` [PATCH v9 1/8] sched/core: Add __might_sleep_precision()
` [PATCH v9 2/8] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v9 3/8] rust: time: Introduce Delta type
` [PATCH v9 4/8] rust: time: Introduce Instant type
` [PATCH v9 5/8] rust: time: Add wrapper for fsleep() function
` [PATCH v9 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v9 7/8] rust: Add read_poll_timeout functions
` [PATCH v9 8/8] net: phy: qt2025: Wait until PHY becomes ready

[PATCH 1/2] net: usb: qmi_wwan: fix init for Wistron NeWeb M18QW
 2025-01-25 10:16 UTC  (3+ messages)
  ` AW: "

[PATCH net v2] ptp: Properly handle compat ioctls
 2025-01-25 10:14 UTC  (2+ messages)

[PATCH bpf v1 0/2] bpf: fix ktls panic and add tests
 2025-01-25  6:51 UTC  (4+ messages)
` [PATCH bpf v1 1/2] bpf: fix ktls panic

[syzbot] [ext4?] INFO: rcu detected stall in sys_mkdir (9)
 2025-01-25  4:35 UTC 

[RFC PATCH net-next v6 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-25  3:43 UTC  (34+ messages)
` [RFC PATCH net-next v6 03/13] bpf: stop UDP sock accessing TCP fields in bpf callbacks
` [RFC PATCH net-next v6 04/13] bpf: stop UDP sock accessing TCP fields in sock_op BPF CALLs
` [RFC PATCH net-next v6 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [RFC PATCH net-next v6 07/13] net-timestamp: support sw SCM_TSTAMP_SND "
` [RFC PATCH net-next v6 08/13] net-timestamp: support hw "
` [RFC PATCH net-next v6 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [RFC PATCH net-next v6 12/13] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [RFC PATCH net-next v6 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[PATCHv2 net] Bonding: Fix support for gso_partial_features
 2025-01-25  1:47 UTC  (6+ messages)

[PATCH net] net: page_pool: don't try to stash the napi id
 2025-01-25  1:31 UTC  (5+ messages)

[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
 2025-01-25  0:46 UTC  (13+ messages)
` [PATCH net-next v6 03/12] net: homa: create shared Homa header files
` [PATCH net-next v6 04/12] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v6 07/12] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v6 08/12] net: homa: create homa_incoming.c

[PATCH net] net: ovs: prevent underflow in queue_userspace_packet()
 2025-01-25  0:42 UTC  (2+ messages)
` [ovs-dev] "

[PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects
 2025-01-25  0:03 UTC  (2+ messages)

[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
 2025-01-24 23:20 UTC  (15+ messages)
` [RFC v2 PATCH 01/10] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx SOCs
` [RFC v2 PATCH 02/10] net: ti: prueth: Adds ICSSM Ethernet driver
` [RFC v2 PATCH 03/10] net: ti: prueth: Adds PRUETH HW and SW configuration
` [RFC v2 PATCH 04/10] net: ti: prueth: Adds link detection, RX and TX support
` [RFC v2 PATCH 05/10] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [RFC v2 PATCH 06/10] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
` [RFC v2 PATCH 07/10] net: ti: prueth: Adds support for network filters for traffic control supported by PRU-ICSS
` [RFC v2 PATCH 08/10] net: ti: prueth: Adds support for RX interrupt coalescing/pacing
` [RFC v2 PATCH 09/10] net: ti: prueth: Adds power management support for PRU-ICSS
` [RFC v2 PATCH 10/10] arm: dts: ti: Adds device tree nodes for PRU Cores, IEP and eCAP modules of PRU-ICSS2 Instance

[RFC PATCH net-next v3 0/7] Support loopback mode speed selection
 2025-01-24 22:05 UTC  (8+ messages)
` [RFC PATCH net-next v3 1/7] net: phy: Allow loopback speed selection for PHY drivers
` [RFC PATCH net-next v3 2/7] net: phy: Support speed selection for PHY loopback
` [RFC PATCH net-next v3 3/7] net: phy: micrel: Add loopback support
` [RFC PATCH net-next v3 4/7] net: phy: marvell: Align set_loopback() implementation
` [RFC PATCH net-next v3 5/7] tsnep: Select speed for loopback
` [RFC PATCH net-next v3 6/7] net: selftests: Export net_test_phy_loopback_*
` [RFC PATCH net-next v3 7/7] tsnep: Add PHY loopback selftests

[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf)
 2025-01-24 21:32 UTC  (9+ messages)
` [PATCH net 1/8] idpf: add read memory barrier when checking descriptor done bit
` [PATCH net 2/8] idpf: fix transaction timeouts on reset
` [PATCH net 3/8] idpf: Acquire the lock before accessing the xn->salt
` [PATCH net 4/8] idpf: convert workqueues to unbound
` [PATCH net 5/8] idpf: add more info during virtchnl transaction timeout/salt mismatch
` [PATCH net 6/8] ice: fix ice_parser_rt::bst_key array size
` [PATCH net 7/8] ice: remove invalid parameter of equalizer
` [PATCH net 8/8] iavf: allow changing VLAN state without calling PF

[PATCH 0/8] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-01-24 20:29 UTC  (21+ messages)
` [PATCH 2/8] nfsd: fix CB_SEQUENCE error handling of NFS4ERR_{BADSLOT,BADSESSION,SEQ_MISORDERED}
` [PATCH 3/8] nfsd: when CB_SEQUENCE gets NFS4ERR_DELAY, release the slot
` [PATCH 7/8] nfsd: clean up and amend comments around nfsd4_cb_sequence_done()

[RFC net-next v3 0/4] virtio_net: Link queues to NAPIs
 2025-01-24 20:19 UTC  (8+ messages)
` [RFC net-next v3 2/4] virtio_net: Prepare for NAPI to queue mapping

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2025-01-24 19:54 UTC  (7+ messages)
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item

[pull request][net-next 00/11] mlx5 updates 2025-01-16
 2025-01-24 19:34 UTC  (10+ messages)
` [net-next 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap

[PATCH bpf v2 1/2] bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
 2025-01-24 19:22 UTC  (7+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Adjust data size to have ETH_HLEN

[PATCH net] bgmac: reduce max frame size to support just MTU 1500
 2025-01-24 19:14 UTC 

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2025-01-24 18:55 UTC  (5+ messages)
` [PATCH net-next v23 3/7] mm: page_frag: use initial zero offset for page_frag_alloc_align()

[PATCH bpf] bpf: fix classic bpf reads from negative offset outside of linear skb portion
 2025-01-24 18:51 UTC  (3+ messages)

[GIT PULL] Networking for v6.13-rc7
 2025-01-24 18:07 UTC  (11+ messages)

[net,v2] tcp: correct handling of extreme memory squeeze
 2025-01-24 17:40 UTC  (6+ messages)

[PATCH RFC net-next] trace: tcp: Add tracepoint for tcp_cwnd_reduction()
 2025-01-24 17:35 UTC  (11+ messages)

[PATCH v1 0/9] Use HWMON_CHANNEL_INFO macro to simplify code
 2025-01-24 16:58 UTC  (4+ messages)

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-24 16:45 UTC  (2+ messages)

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-24 16:15 UTC  (11+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH RFC net-next v3 2/8] netconsole: Rename userdata to extradata
` [PATCH RFC net-next v3 3/8] netconsole: Helper to count number of used entries
` [PATCH RFC net-next v3 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH RFC net-next v3 5/8] netconsole: Include sysdata in extradata entry count
` [PATCH RFC net-next v3 6/8] netconsole: add support for sysdata and CPU population
` [PATCH RFC net-next v3 7/8] netconsole: selftest: test for sysdata CPU
` [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH v2 1/3] Bluetooth: Fix possible race with userspace of sysfs isoc_alt
 2025-01-24 16:06 UTC  (5+ messages)

[PATCH net] net: netlink: prevent potential integer overflow in nlmsg_new()
 2025-01-24 16:02 UTC  (4+ messages)

[PATCH net-next v2 0/5] netconsole: Add support for CPU population
 2025-01-24 15:28 UTC  (8+ messages)
` [PATCH net-next v2 3/5] netconsole: add support for sysdata and "

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2025-01-24 15:02 UTC  (8+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction

[PATCH net v3] net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
 2025-01-24 14:42 UTC  (2+ messages)

[RFC PATCH v3 01/19] landlock: Support socket access-control
 2025-01-24 14:02 UTC  (13+ messages)

[syzbot] [mptcp?] WARNING in mptcp_pm_nl_set_flags (2)
 2025-01-24 13:43 UTC  (2+ messages)

[PATCH v8 00/27] cxl: add type2 device basic support
 2025-01-24 13:38 UTC  (5+ messages)
` [PATCH v8 01/27] "

[PATCH net-next v2 3/4] Extend napi threaded polling to allow kthread based busy polling
 2025-01-24 13:18 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-24 11:45 UTC  (7+ messages)
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC
          ` [xdp-hints] "

[PATCH net v3 0/3] Limit devicetree parameters to hardware capability
 2025-01-24 11:43 UTC  (5+ messages)
` [PATCH net v3 1/3] net: stmmac: Limit the number of MTL queues "
` [PATCH net v3 2/3] net: stmmac: Limit FIFO size by "
` [PATCH net v3 3/3] net: stmmac: Specify hardware capability value when FIFO size isn't specified

[Patch net 0/4] net_sched: two security bug fixes and test cases
 2025-01-24 11:37 UTC  (6+ messages)
` [Patch net 1/4] pfifo_tail_enqueue: Drop new packet when sch->limit == 0
` [Patch net 2/4] Add test case to check for pfifo_tail_enqueue() behaviour when limit "
` [Patch net 3/4] netem: update sch->q.qlen before qdisc_tree_reduce_backlog()
` [Patch net 4/4] selftests/tc-testing: add tests for qdisc_tree_reduce_backlog

[PATCH net] tools: ynl: c: correct reverse decode of empty attrs
 2025-01-24 10:17 UTC  (2+ messages)

[PATCH net v2] bonding: Correctly support GSO ESP offload
 2025-01-24 11:10 UTC  (4+ messages)

[PATCH v2 0/6] landlock: Add UDP access control support
 2025-01-24 11:06 UTC  (10+ messages)
` [PATCH v2 1/6] landlock: Add UDP bind+connect access control
` [PATCH v2 3/6] landlock: Add UDP sendmsg "
` [PATCH v2 5/6] samples/landlock: Add sandboxer UDP "

[PATCH v6] Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
 2025-01-24 10:45 UTC 

[syzbot] [wireless?] upstream test error: possible deadlock in ieee80211_remove_interfaces
 2025-01-24 10:39 UTC 

[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-01-24 10:25 UTC  (3+ messages)

[PATCH net v2] net: usb: rtl8150: enable basic endpoint checking
 2025-01-24  9:30 UTC 

[PATCH] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
 2025-01-24  9:09 UTC  (3+ messages)

[PATCH net v2] bonding: Correctly support GSO ESP offload
 2025-01-24  8:33 UTC 

[PATCH net] bonding: Correctly support GSO ESP offload
 2025-01-24  8:12 UTC  (3+ messages)

[PATCH v4 iwl-net 0/3] ice: fix Rx data path for heavy 9k MTU traffic
 2025-01-24  7:49 UTC  (5+ messages)
` [PATCH v4 iwl-net 3/3] ice: stop storing XDP verdict within ice_rx_buf

[PATCH v2 v5.10.y] Bluetooth: RFCOMM: Fix not validating setsockopt user input
 2025-01-24  7:20 UTC 

[PATCH net-next v2 0/3] net: phy: dp83822: Add support for changing the transmit amplitude voltage
 2025-01-24  6:36 UTC  (4+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: ethernet-phy: add property tx-amplitude-100base-tx-gain-milli

[PATCH net] net: mv643xx_eth: implement descriptor cleanup in txq_submit_tso
 2025-01-24  6:24 UTC 

[PATCH v5.10-v5.15] Bluetooth: RFCOMM: Fix not validating setsockopt user input
 2025-01-24  6:13 UTC  (4+ messages)

[PATCH v2 v5.15.y 0/2] Backporting the patches to fix CVE-2024-35966
 2025-01-24  5:33 UTC  (3+ messages)
` [PATCH v2 v5.15.y 1/2] Bluetooth: SCO: Fix not validating setsockopt user input
` [PATCH v2 v5.15.y 2/2] Bluetooth: RFCOMM: "

[PATCH] bpf: Fix mix-up of 4096 and page size
 2025-01-24  5:14 UTC  (2+ messages)


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).