netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-03 17:02:37 to 2025-02-04 05:33:34 UTC [more...]

[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-02-04  5:32 UTC  (24+ messages)
` [PATCH bpf-next v7 05/13] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v7 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH bpf-next v7 08/13] net-timestamp: support hw SCM_TSTAMP_SND "
` [PATCH bpf-next v7 10/13] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v7 12/13] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH bpf-next v7 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[PATCH net-next] net: warn if NAPI instance wasn't shut down
 2025-02-04  5:24 UTC  (3+ messages)

general protection fault in __fib6_drop_pcpu_from [CVE-2024-40905 Incomplete fix]
 2025-02-04  5:19 UTC  (2+ messages)

[PATCH v2 net 00/16] net: first round to use dev_net_rcu()
 2025-02-04  4:57 UTC  (8+ messages)
` [PATCH v2 net 09/16] ipv4: icmp: convert to dev_net_rcu()
` [PATCH v2 net 15/16] flow_dissector: use rcu protection to fetch dev_net()

[PATCH v7 0/9] DTS updates for system1 BMC
 2025-02-04  4:33 UTC  (2+ messages)

[PATCH v6 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-02-04  3:24 UTC  (13+ messages)
` [PATCH v6 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v6 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v6 6/7] hwmon: Add Nuvoton NCT6694 HWMON support

[PATCH net-next v6 0/6] RTL9300 MDIO driver
 2025-02-04  3:02 UTC  (7+ messages)
` [PATCH net-next v6 1/6] dt-bindings: mfd: Add switch to RTL9300
` [PATCH net-next v6 2/6] dt-bindings: net: Add Realtek MDIO controller
` [PATCH net-next v6 3/6] dt-bindings: mfd: Add MDIO interface to rtl9301-switch
` [PATCH net-next v6 4/6] net: mdio: Add RTL9300 MDIO driver
` [PATCH net-next v6 5/6] mips: dts: realtek: Add MDIO controller
` [PATCH net-next v6 6/6] mips: dts: cameo-rtl9302c: Add switch block

[PATCH][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-04  2:57 UTC 

[PATCH v2][next] cxgb4: Avoid a -Wflex-array-member-not-at-end warning
 2025-02-04  2:54 UTC 

[PATCH net 0/4] ethtool: rss: minor fixes for recent RSS changes
 2025-02-04  2:50 UTC  (13+ messages)
` [PATCH net 1/4] ethtool: rss: fix hiding unsupported fields in dumps
` [PATCH net 2/4] ethtool: ntuple: fix rss + ring_cookie check
` [PATCH net 3/4] selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigure
` [PATCH net 4/4] selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not supported

[PATCH net] net: armonize tstats and dstats
 2025-02-04  2:50 UTC  (2+ messages)

[PATCH net-next v2 0/2] netdevgenl: Add an xsk attribute to queues
 2025-02-04  2:45 UTC  (4+ messages)
` [PATCH net-next v2 1/2] netdev-genl: Add an XSK "
` [PATCH net-next v2 2/2] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support
 2025-02-04  2:43 UTC  (9+ messages)
` [PATCH bpf-next v7 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v7 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v7 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v7 4/5] igc: Refactor empty packet insertion into a reusable function
` [PATCH bpf-next v7 5/5] igc: Add launch time support to XDP ZC

[PATCH iwl-net] idpf: record rx queue in skb for RSC packets
 2025-02-04  2:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings
 2025-02-04  2:10 UTC 

[PATCH net-next v3 00/10] bnxt_en: Add NPAR 1.2 and TPH support
 2025-02-04  2:02 UTC  (12+ messages)
` [PATCH net-next v3 01/10] bnxt_en: Set NAPR 1.2 support when registering with firmware
` [PATCH net-next v3 02/10] bnxt_en Refactor completion ring allocation logic for P5_PLUS chips
` [PATCH net-next v3 03/10] bnxt_en: Refactor TX ring allocation logic
` [PATCH net-next v3 04/10] bnxt_en: Refactor completion ring free routine
` [PATCH net-next v3 05/10] bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring
` [PATCH net-next v3 06/10] bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS
` [PATCH net-next v3 07/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings
` [PATCH net-next v3 08/10] bnxt_en: Reallocate RX completion ring for TPH support
` [PATCH net-next v3 09/10] bnxt_en: Extend queue stop/start for TX rings
` [PATCH net-next v3 10/10] bnxt_en: Add TPH support in BNXT driver

[PATCH net-next 1/2] eth: fbnic: add MAC address TCAM to debugfs
 2025-02-04  1:00 UTC  (2+ messages)
` [PATCH net-next 2/2] eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs

[Patch net v3 0/4] net_sched: two security bug fixes and test cases
 2025-02-04  0:58 UTC  (5+ messages)
` [Patch net v3 1/4] pfifo_tail_enqueue: Drop new packet when sch->limit == 0
` [Patch net v3 2/4] selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0
` [Patch net v3 3/4] netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
` [Patch net v3 4/4] selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()

[syzbot] [net?] general protection fault in add_wait_queue
 2025-02-04  0:38 UTC  (2+ messages)

[PATCH net 0/2] vsock: null-ptr-deref when SO_LINGER enabled
 2025-02-04  0:29 UTC  (3+ messages)
` [PATCH net 1/2] vsock: Orphan socket after transport release
` [PATCH net 2/2] vsock/test: Add test for SO_LINGER null ptr deref

Possible mistake in commit 3ca459eaba1b ("tun: fix group permission check")
 2025-02-04  0:29 UTC  (12+ messages)

[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
 2025-02-03 23:33 UTC  (13+ messages)
` [PATCH net-next v6 08/12] net: homa: create homa_incoming.c

[PATCH net-next] net: netdevsim: Support setting dev->perm_addr
 2025-02-03 23:04 UTC  (3+ messages)

KSZ9477 HSR Offloading
 2025-02-03 23:04 UTC  (15+ messages)

[PATCH net] tun: revert fix group permission check
 2025-02-03 22:54 UTC  (5+ messages)

[PATCH] Documentation/networking: Fix basic node example document ISO 15765-2
 2025-02-03 22:47 UTC 

[PATCH 00/13] gpiolib: add gpiods_set_array_value_cansleep
 2025-02-03 22:39 UTC  (8+ messages)

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-03 22:39 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: add devmem TCP TX documentation
` [PATCH net-next v3 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH net-next v3 3/6] net: add get_netmem/put_netmem support
` [PATCH net-next v3 4/6] net: devmem: TCP tx netlink api
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
` [PATCH net-next v3 6/6] net: devmem: make dmabuf unbinding scheduled work

[PATCH] net: stmmac: Allow zero for [tr]x_fifo_size
 2025-02-03 22:23 UTC  (5+ messages)

[PATCH net-next v8 0/3] Add support for Nuvoton MA35D1 GMAC
 2025-02-03 22:06 UTC  (2+ messages)

[PATCH net-next 1/2] tools: ynl-gen: don't output external constants
 2025-02-03 21:55 UTC  (2+ messages)
` [PATCH net-next 2/2] tools: ynl-gen: support limits using definitions

[PATCH net] ptp: Add mock device
 2025-02-03 21:51 UTC  (5+ messages)

[PATCH net-next] net/mlx5: Remove unused mlx5dr_domain_sync
 2025-02-03 21:49 UTC  (2+ messages)

[PATCH net-next] selftests: net: suppress ReST file generation when building selftests
 2025-02-03 21:48 UTC 

[PATCH net-next 0/9][pull request] ice: managing MSI-X in driver
 2025-02-03 21:48 UTC  (11+ messages)
` [PATCH net-next 1/9] ice: count combined queues using Rx/Tx count
` [PATCH net-next 2/9] ice: devlink PF MSI-X max and min parameter
` [PATCH net-next 3/9] ice: remove splitting MSI-X between features
` [PATCH net-next 4/9] ice: get rid of num_lan_msix field
` [PATCH net-next 5/9] ice, irdma: move interrupts code to irdma
` [PATCH net-next 6/9] ice: treat dyn_allowed only as suggestion
` [PATCH net-next 7/9] ice: enable_rdma devlink param
` [PATCH net-next 8/9] ice: simplify VF MSI-X managing
` [PATCH net-next 9/9] ice: init flow director before RDMA

[PATCH net-next] mlx4: Remove unused functions
 2025-02-03 21:44 UTC  (2+ messages)

[PATCH net-next] r8169: don't scan PHY addresses > 0
 2025-02-03 21:41 UTC  (2+ messages)

[PATCH net-next 00/15] Support one PTP device per hardware clock
 2025-02-03 21:35 UTC  (16+ messages)
` [PATCH net-next 01/15] net/mlx5: Add helper functions for PTP callbacks
` [PATCH net-next 02/15] net/mlx5: Change parameters for PTP internal functions
` [PATCH net-next 03/15] net/mlx5: Add init and destruction functions for a single HW clock
` [PATCH net-next 04/15] net/mlx5: Add API to get mlx5_core_dev from mlx5_clock
` [PATCH net-next 05/15] net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer
` [PATCH net-next 06/15] net/mlx5: Add devcom component for the clock shared by functions
` [PATCH net-next 07/15] net/mlx5: Move PPS notifier and out_work to clock_state
` [PATCH net-next 08/15] net/mlx5: Support one PTP device per hardware clock
` [PATCH net-next 09/15] net/mlx5: Generate PPS IN event on new function for shared clock
` [PATCH net-next 10/15] ethtool: Add support for 200Gbps per lane link modes
` [PATCH net-next 11/15] net/mlx5: "
` [PATCH net-next 12/15] net/mlx5e: Support FEC settings for 200G "
` [PATCH net-next 13/15] net/mlx5: Remove stray semicolon in LAG port selection table creation
` [PATCH net-next 14/15] net/mlx5e: Remove unused mlx5e_tc_flow_action struct
` [PATCH net-next 15/15] net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled

[PATCH net-next v6 0/5] net: napi: add CPU affinity to napi->config
 2025-02-03 21:32 UTC  (4+ messages)
` [PATCH net-next v6 2/5] net: napi: add CPU affinity to napi_config

[PATCH net] MAINTAINERS: list openvswitch docs under its entry
 2025-02-03 21:30 UTC  (2+ messages)

[PATCH net 0/3] MAINTAINERS: recognize Kuniyuki Iwashima as a maintainer
 2025-02-03 21:30 UTC  (3+ messages)

[PATCH net 0/3][pull request] ice: fix Rx data path for heavy 9k MTU traffic
 2025-02-03 21:30 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: Ensure all smsc,lan9115 properties are evaluated
 2025-02-03 21:29 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: memory-controllers: Move qcom,ebi2 from bindings/bus/
` [PATCH 2/4] dt-bindings: memory-controllers: qcom,ebi2: Split out child node properties
` [PATCH 3/4] dt-bindings: memory-controllers: samsung,exynos4210-srom: "
` [PATCH 4/4] dt-bindings: net: smsc,lan9115: Ensure all properties are defined

[PATCH iwl-next v4] ixgbe: Fix possible skb NULL pointer dereference
 2025-02-03 21:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2] of: base: Add of_get_available_child_by_name()
 2025-02-03 21:05 UTC  (2+ messages)

[PATCH ethtool-next 00/14] Add JSON output to --module-info
 2025-02-03 20:59 UTC  (11+ messages)
` [PATCH ethtool-next 08/14] cmis: Enable JSON output support in CMIS modules

[PATCH net-next] net: phy: realtek: use string choices helpers
 2025-02-03 20:41 UTC 

[PATCH net-next] r8169: make Kconfig option for LED support user-visible
 2025-02-03 20:35 UTC 

[PATCH net-next] net: phy: realtek: make HWMON support a user-visible Kconfig symbol
 2025-02-03 20:33 UTC 

[PATCH] netconsole: allow selection of egress interface via MAC address
 2025-02-03 20:29 UTC  (6+ messages)

[PATCH net-next v4 0/7] Support loopback mode speed selection
 2025-02-03 19:54 UTC  (9+ messages)
` [PATCH net-next v4 1/7] net: phy: Allow loopback speed selection for PHY drivers
` [PATCH net-next v4 2/7] net: phy: Support speed selection for PHY loopback
` [PATCH net-next v4 3/7] net: phy: micrel: Add loopback support
` [PATCH net-next v4 4/7] net: phy: marvell: Align set_loopback() implementation
` [PATCH net-next v4 5/7] tsnep: Select speed for loopback
` [PATCH net-next v4 6/7] net: selftests: Export net_test_phy_loopback_*
` [PATCH net-next v4 7/7] tsnep: Add PHY loopback selftests

[PATCH net] docs: netdev: Document guidance on inline functions
 2025-02-03 19:53 UTC  (5+ messages)

[PATCH net-next v2] netdev-genl: Elide napi_id when not present
 2025-02-03 19:50 UTC  (2+ messages)

netdev: operstate UNKNOWN for loopback and other devices?
 2025-02-03 19:17 UTC 

[PATCH net-next 0/2] Symmetric OR-XOR RSS hash
 2025-02-03 19:15 UTC  (3+ messages)
` [PATCH net-next 1/2] ethtool: "

[PATCH net-next] netconsole: selftest: Add test for fragmented messages
 2025-02-03 19:04 UTC 

[PATCH net-next] mlxsw: spectrum_router: Remove unused functions
 2025-02-03 19:01 UTC 

[PATCH net-next] cavium/liquidio: Remove unused lio_get_device_id
 2025-02-03 18:33 UTC 

[PATCH net-next] net: renesas: rswitch: cleanup max_speed setting
 2025-02-03 18:09 UTC  (2+ messages)

[PATCH net-next] net: qed: fix typos
 2025-02-03 17:53 UTC 

[PATCH net] net: rose: lock the socket in rose_bind()
 2025-02-03 17:08 UTC 

[syzbot] [hams?] BUG: soft lockup in rose_loopback_timer
 2025-02-03 17:06 UTC 

[PATCH net-next v3 00/10] Some pktgen fixes/improvments
 2025-02-03 17:02 UTC  (8+ messages)
` [PATCH net-next v3 03/10] net: pktgen: fix hex32_arg parsing for short reads
` [PATCH net-next v3 04/10] net: pktgen: fix 'rate 0' error handling (return -EINVAL)
` [PATCH net-next v3 06/10] net: pktgen: fix ctrl interface command parsing
` [PATCH net-next v3 07/10] net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
` [PATCH net-next v3 08/10] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v3 09/10] net: pktgen: fix mpls reset parsing
` [PATCH net-next v3 10/10] selftest: net: add proc_net_pktgen


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