netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-03 08:03:04 to 2024-06-03 15:51:08 UTC [more...]

[PATCH net-next] tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
 2024-06-03 15:51 UTC 

[PATCH net-next v6 0/5] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-06-03 15:47 UTC  (11+ messages)
` [PATCH net-next v6 1/5] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v6 2/5] net: phy: mediatek: Move LED and read/write page helper functions into mtk phy lib
` [PATCH net-next v6 3/5] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
` [PATCH net-next v6 4/5] net: phy: mediatek: Extend 1G TX/RX link pulse time
` [PATCH net-next v6 5/5] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-03 15:47 UTC  (6+ messages)
` [PATCH net-next v14 1/5] linux/dim: move useful macros to .h file
` [PATCH net-next v14 2/5] dim: make DIMLIB dependent on NET
` [PATCH net-next v14 3/5] ethtool: provide customized dim profile management
` [PATCH net-next v14 4/5] dim: add new interfaces for initialization and getting results
` [PATCH net-next v14 5/5] virtio-net: support dim profile fine-tuning

[PATCH net 0/5] dst_cache: fix possible races
 2024-06-03 15:45 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-03 15:43 UTC  (8+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

SCTP doesn't seem to let you 'cancel' a blocking accept()
 2024-06-03 15:39 UTC 

[PATCH net] inet: bring NLM_DONE out to a separate recv() in inet_dump_ifaddr()
 2024-06-03 15:34 UTC  (13+ messages)

[PATCH] net: phy: rtl8211f add ethtool set wol function
 2024-06-03 15:32 UTC  (2+ messages)
`  "

Re: [PATCH] net: phy: rtl8211f add ethtool set wol function
 2024-06-03 15:31 UTC 

[PATCH v2] landlock: Add abstract unix socket connect restrictions
 2024-06-03 15:22 UTC  (7+ messages)

[PATCH] bpf, devmap: Remove unnecessary if check in for loop
 2024-06-03 15:10 UTC  (2+ messages)

[PATCH net-next v5 0/3] Introduce IPPROTO_SMC
 2024-06-03 15:07 UTC  (7+ messages)
` [PATCH net-next v5 3/3] net/smc: "

[PATCH net v4 0/2] tcp/mptcp: count CLOSE-WAIT for CurrEstab
 2024-06-03 15:04 UTC  (6+ messages)
` [PATCH net v4 2/2] mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB

[PATCH V4] ext4: check hash version and filesystem casefolded consistent
 2024-06-03 14:50 UTC  (3+ messages)
` [PATCH V5] "

[PATCH v1 net 00/15] af_unix: Fix lockless access of sk->sk_state and others fields
 2024-06-03 14:32 UTC  (16+ messages)
` [PATCH v1 net 01/15] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer
` [PATCH v1 net 02/15] af_unix: Annodate data-races around sk->sk_state for writers
` [PATCH v1 net 03/15] af_unix: Annotate data-race of sk->sk_state in unix_inq_len()
` [PATCH v1 net 04/15] af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll()
` [PATCH v1 net 05/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_connect()
` [PATCH v1 net 06/15] af_unix: Annotate data-race of sk->sk_state in unix_accept()
` [PATCH v1 net 07/15] af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg()
` [PATCH v1 net 08/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb()
` [PATCH v1 net 09/15] af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG
` [PATCH v1 net 10/15] af_unix: Annotate data-races around sk->sk_sndbuf
` [PATCH v1 net 11/15] af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen
` [PATCH v1 net 12/15] af_unix: Use unix_recvq_full_lockless() in unix_stream_connect()
` [PATCH v1 net 13/15] af_unix: Use skb_queue_empty_lockless() in unix_release_sock()
` [PATCH v1 net 14/15] af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen()
` [PATCH v1 net 15/15] af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill()

[PATCH v3 00/11] Series to deliver Ethernet for STM32MP13
 2024-06-03 14:38 UTC  (20+ messages)
` [PATCH v3 01/11] dt-bindings: net: add STM32MP13 compatible in documentation for stm32
` [PATCH v3 02/11] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [PATCH v3 03/11] net: stmmac: dwmac-stm32: Separate out external clock selector
` [PATCH v3 04/11] net: stmmac: dwmac-stm32: Extract PMCR configuration
` [PATCH v3 05/11] net: stmmac: dwmac-stm32: Clean up the debug prints
` [PATCH v3 06/11] net: stmmac: dwmac-stm32: Fix Mhz to MHz
` [PATCH v3 07/11] net: ethernet: stmmac: add management of stm32mp13 for stm32
` [PATCH v3 08/11] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v3 09/11] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH v3 10/11] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board
` [PATCH v3 11/11] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support

[net-next,RFC,PATCH 1/5] net: stmmac: dwmac-stm32: Separate out external clock rate validation
 2024-06-03 14:26 UTC  (3+ messages)

[PATCH net-next v9 0/2] Add TAPRIO offload support for ICSSG driver
 2024-06-03 14:05 UTC  (6+ messages)
` [PATCH net-next v9 2/2] net: ti: icssg_prueth: add TAPRIO offload support

[iwl-next v4 00/15] ice: support devlink subfunction
 2024-06-03 13:57 UTC  (18+ messages)
` [iwl-next v4 01/15] ice: add new VSI type for subfunctions
` [iwl-next v4 02/15] ice: export ice ndo_ops functions
` [iwl-next v4 03/15] ice: add basic devlink subfunctions support
` [iwl-next v4 04/15] ice: treat subfunction VSI the same as PF VSI
` [iwl-next v4 05/15] ice: allocate devlink for subfunction
` [iwl-next v4 06/15] ice: base subfunction aux driver
` [iwl-next v4 07/15] ice: implement netdev for subfunction
` [iwl-next v4 08/15] ice: make representor code generic
` [iwl-next v4 09/15] ice: create port representor for SF
` [iwl-next v4 10/15] ice: don't set target VSI for subfunction
` [iwl-next v4 11/15] ice: check if SF is ready in ethtool ops
` [iwl-next v4 12/15] ice: implement netdevice ops for SF representor
` [iwl-next v4 13/15] ice: support subfunction devlink Tx topology
` [iwl-next v4 14/15] ice: basic support for VLAN in subfunctions
` [iwl-next v4 15/15] ice: allow to activate and deactivate subfunction

[PATCH net-next 0/4] Allow configuration of multipath hash seed
 2024-06-03 13:53 UTC  (17+ messages)
` [PATCH net-next 2/4] net: ipv4: Add a sysctl to set "

[PATCH net-next v6 0/3] net: tcp: un-pin tw timer
 2024-06-03 13:50 UTC  (11+ messages)
` [PATCH net-next v6 1/3] net: tcp/dcpp: prepare for tw_timer un-pinning
` [PATCH net-next v6 2/3] net: tcp: un-pin the tw_timer
` [PATCH net-next v6 3/3] tcp: move inet_twsk_schedule helper out of header

[PATCH net-next v8 0/6] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-03 13:13 UTC  (5+ messages)
` [PATCH net-next v8 6/6] net: tn40xx: add phylink support

[PATCH v2] dt-bindings: mfd: syscon: Add more simple compatibles
 2024-06-03 13:12 UTC 

[PATCH net-next] net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMII
 2024-06-03 13:12 UTC  (13+ messages)

[PATCH iwl-next v7 0/7] ixgbe: Add support for Intel(R) E610 device
 2024-06-03 13:05 UTC  (7+ messages)
` [PATCH iwl-next v7 2/7] ixgbe: Add support for E610 device capabilities detection
` [PATCH iwl-next v7 3/7] ixgbe: Add link management support for E610 device

[PATCH v4] Bluetooth: Add vendor-specific packet classification for ISO data
 2024-06-03 13:00 UTC  (2+ messages)

[PATCH v2 net] vxlan: Fix regression when dropping packets due to invalid src addresses
 2024-06-03 12:49 UTC  (4+ messages)

[PATCH net-next v2 0/3] Introducing Intercore Virtual Ethernet (ICVE) driver
 2024-06-03 12:54 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: ethernet: ti: RPMsg based shared memory ethernet driver

[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-03 12:49 UTC  (9+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()

[PATCH 0/2 net-next] devlink: Constify struct devlink_dpipe_table_ops
 2024-06-03 12:47 UTC  (8+ messages)
` [PATCH 1/2 net-next] devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()
` [PATCH 2/2 net-next] mlxsw: spectrum_router: Constify struct devlink_dpipe_table_ops

[PATCH net-next 00/15] net/mlx5e: SHAMPO, Enable HW GRO once more
 2024-06-03 12:46 UTC  (6+ messages)
` [PATCH net-next 11/15] net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data split

[PATCH iwl-next v3] ice: Add support for devlink local_forwarding param
 2024-06-03 12:46 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 12:38 UTC  (3+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[net-next PATCH v4 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-06-03 12:15 UTC  (6+ messages)
` [net-next PATCH v4 7/7] net: ravb: Allocate RX buffers via page pool

[PATCH v1 net-next] net: hsr: Send supervisory frames to HSR network with ProxyNodeTable data
 2024-06-03 12:10 UTC  (2+ messages)

[PATCH net-next 0/8] Probing cleanup for the Felix DSA driver
 2024-06-03 12:10 UTC  (5+ messages)
` [PATCH net-next 1/8] net: dsa: ocelot: use devres in ocelot_ext_probe()

[PATCH net-next v1] netfilter: nfnetlink: convert kfree_skb to consume_skb
 2024-06-03 12:09 UTC  (4+ messages)

[net-next PATCH v3] octeontx2-af: Add debugfs support to dump NIX TM topology
 2024-06-03 12:00 UTC  (2+ messages)

[PATCH ethtool 1/2]: add json support for base command
 2024-06-03 11:44 UTC  (2+ messages)
` [PATCH ethtool 2/2]: add json support for --show-eee command

pull-request: wireless-2024-06-03
 2024-06-03 11:51 UTC 

[PATCH net-next v5 0/5] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-06-03 11:51 UTC  (8+ messages)
` [PATCH net-next v5 4/5] net: phy: mediatek: Extend 1G TX/RX link pulse time

[PATCH 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-03 11:47 UTC  (6+ messages)
` [PATCH 1/4] net: introduce helper sendpages_ok()

[PATCH net-next v2 0/2] net/smc: Change the upper boundary of SMC-R's snd_buf and rcv_buf to 512MB
 2024-06-03 11:20 UTC  (2+ messages)

[RFC PATCH] net: introduce HW Rate Limiting Driver API
 2024-06-03 11:11 UTC  (5+ messages)

[RFC net-next v3 0/2] mlx5: Add netdev-genl queue stats
 2024-06-03 11:11 UTC  (5+ messages)
` [RFC net-next v3 2/2] net/mlx5e: Add per queue netdev-genl stats

[PATCH] can: mscan: remove unused struct 'mscan_state'
 2024-06-03 10:56 UTC  (2+ messages)

[PATCH 0/3] can: rcar_canfd: Small improvements and cleanups
 2024-06-03 10:33 UTC  (7+ messages)
` [PATCH 1/3] can: rcar_canfd: Simplify clock handling
` [PATCH 2/3] can: rcar_canfd: Improve printing of global operational state
` [PATCH 3/3] can: rcar_canfd: Remove superfluous parentheses in address calculations

[PATCH rdma-next 0/3] Delay mlx5_ib internal resources allocations
 2024-06-03 10:26 UTC  (4+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Reimplement write combining test
` [PATCH rdma-next 2/3] IB/mlx5: Create UMR QP just before first reg_mr occurs
` [PATCH rdma-next 3/3] IB/mlx5: Allocate resources just before first QP/SRQ is created

[PATCH 0/3] Enable PTP timestamping/PPS for AM65x SR1.0 devices
 2024-06-03 10:05 UTC  (9+ messages)
` [PATCH 1/3] net: ti: icssg-prueth: Enable PTP timestamping support for "
` [PATCH 2/3] net: ti: icss-iep: Enable compare events
  ` [EXTERNAL] "

[PATCH] net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
 2024-06-03  9:33 UTC  (2+ messages)

[PATCH net-next 0/3] Introduce EN7581 ethernet support
 2024-06-03  9:37 UTC  (7+ messages)
` [PATCH net-next 3/3] net: airoha: Introduce ethernet support for EN7581 SoC
  ` [EXTERNAL] "

[PATCH net-next] selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses
 2024-06-03  9:33 UTC  (2+ messages)
` [PATCH net-next] selftests: hsr: Extend the hsr_redbox.sh "

[PATCH] selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses
 2024-06-03  9:32 UTC  (4+ messages)
` [PATCH] selftests: hsr: Extend the hsr_redbox.sh "

[PATCH net] selftests: hsr: add missing config for CONFIG_BRIDGE
 2024-06-03  9:30 UTC 

[PATCH net-next v2 2/3] net: ethernet: ti: Register the RPMsg driver as network device
 2024-06-03  9:26 UTC  (3+ messages)

[PATCH net-next v6 0/3] Introduce switch mode support for ICSSG driver
 2024-06-03  9:24 UTC  (5+ messages)
` [PATCH net-next v6 1/3] net: ti: icssg-prueth: Add helper functions to configure FDB
  ` "ERROR: modpost: "icssg_queue_pop" [...] undefined" on arm64 (was: [PATCH net-next v6 1/3] net: ti: icssg-prueth: Add helper functions to configure FDB)
    ` "ERROR: modpost: "icssg_queue_pop" [...] undefined" on arm64

[net-next,v3 0/8] cn10k-ipsec: Add outbound inline ipsec support
 2024-06-03  9:18 UTC  (13+ messages)
` [net-next,v3 4/8] cn10k-ipsec: Initialize crypto hardware for outb inline ipsec
    ` [EXTERNAL] "
` [net-next,v3 5/8] cn10k-ipsec: Add SA add/delete support "
    ` [EXTERNAL] "
` [net-next,v3 6/8] cn10k-ipsec: Process inline ipsec transmit offload
    ` [EXTERNAL] "

[PATCH 0/3] MCTP over PCC
 2024-06-03  9:07 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] mctp pcc: Check before sending MCTP PCC response ACK

[PATCH net-next v2 00/10] net: pcs: xpcs: Add memory-mapped device support
 2024-06-03  9:03 UTC  (4+ messages)
` [PATCH net-next v2 10/10] net: stmmac: Add DW XPCS specified via "pcs-handle" support

[PATCH iwl-net v3] ice: implement AQ download pkg retry
 2024-06-03  8:41 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-03  8:41 UTC  (2+ messages)

[syzbot] [wireless?] INFO: rcu detected stall in addrconf_rs_timer (6)
 2024-06-03  8:24 UTC  (2+ messages)
` [syzbot] [netfilter?] [mm?] [usb?] "


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