netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 17:33:33 to 2024-06-21 08:11:58 UTC [more...]

[PATCH net-next 0/24] pull-request: can-next 2024-06-21
 2024-06-21  7:48 UTC  (25+ messages)
` [PATCH net-next 01/24] can: mcp251x: Fix up includes
` [PATCH net-next 02/24] can: sja1000: plx_pci: Reuse predefined CTI subvendor ID
` [PATCH net-next 03/24] can: Kconfig: remove obsolete help text for slcan
` [PATCH net-next 04/24] dt-bindings: can: xilinx_can: Modify the title to indicate CAN and CANFD controllers are supported
` [PATCH net-next 05/24] can: isotp: remove ISO 15675-2 specification version where possible
` [PATCH net-next 06/24] can: xilinx_can: Document driver description to list all supported IPs
` [PATCH net-next 07/24] Documentation: networking: document ISO 15765-2
` [PATCH net-next 08/24] can: mscan: remove unused struct 'mscan_state'
` [PATCH net-next 09/24] can: kvaser_usb: Add support for Vining 800
` [PATCH net-next 10/24] can: kvaser_usb: Add support for Kvaser USBcan Pro 5xCAN
` [PATCH net-next 11/24] can: kvaser_usb: Add support for Kvaser Mini PCIe 1xCAN
` [PATCH net-next 12/24] can: kvaser_pciefd: Group #defines together
` [PATCH net-next 13/24] can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
` [PATCH net-next 14/24] can: kvaser_pciefd: Remove unnecessary comment
` [PATCH net-next 15/24] can: kvaser_pciefd: Add inline
` [PATCH net-next 16/24] can: kvaser_pciefd: Add unlikely
` [PATCH net-next 17/24] can: kvaser_pciefd: Rename board_irq to pci_irq
` [PATCH net-next 18/24] can: kvaser_pciefd: Change name of return code variable
` [PATCH net-next 19/24] can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
` [PATCH net-next 20/24] can: kvaser_pciefd: Add MSI interrupts
` [PATCH net-next 21/24] can: hi311x: simplify with spi_get_device_match_data()
` [PATCH net-next 22/24] can: mcp251x: "
` [PATCH net-next 23/24] can: mcp251xfd: "
` [PATCH net-next 24/24] can: m_can: don't enable transceiver when probing

[PATCH net] net: txgbe: fix MSI and INTx interrupts
 2024-06-21  8:09 UTC 

[PATCH] net: micro-optimize skb_datagram_iter
 2024-06-21  7:54 UTC  (9+ messages)

[PATCH v2 resub 1/2] net: include: mii: Refactor: Define LPA_* in terms of ADVERTISE_*
 2024-06-21  7:48 UTC  (3+ messages)

[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
 2024-06-21  7:41 UTC  (10+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq

[PATCH iwl-next v3] igc: Add MQPRIO offload support
 2024-06-21  7:25 UTC 

[PATCH net v3 0/2] mlxsw: Fixes
 2024-06-21  7:19 UTC  (3+ messages)
` [PATCH net v3 1/2] mlxsw: pci: Fix driver initialization with Spectrum-4
` [PATCH net v3 2/2] mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems

[PATCH iwl-next v2] igc: Get rid of spurious interrupts
 2024-06-21  6:56 UTC 

[PATCH net] ionic: fix kernel panic due to multi-buffer handling
 2024-06-21  6:48 UTC  (2+ messages)

[PATCH v9 0/2] pwrseq: introduce the subsystem and first driver
 2024-06-21  6:36 UTC  (4+ messages)

[PATCH RESEND net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-21  6:33 UTC  (8+ messages)
` [PATCH RESEND net-next v14 3/5] ethtool: provide customized dim profile management

[PATCH] virtio_net: Use u64_stats_fetch_begin() for stats fetch
 2024-06-21  6:20 UTC  (3+ messages)
  ` [????] "

[PATCH V2] hippi: fix possible buffer overflow caused by bad DMA value in rr_start_xmit()
 2024-06-21  5:11 UTC  (2+ messages)

[PATCH 01/15] net: alteon: Convert tasklet API to new bottom half workqueue mechanism
 2024-06-21  5:05 UTC  (15+ messages)
` [PATCH 02/15] net: xgbe: "
` [PATCH 03/15] net: cnic: "
` [PATCH 04/15] net: macb: "
` [PATCH 05/15] net: cavium/liquidio: "
` [PATCH 06/15] net: octeon: "
` [PATCH 07/15] net: thunderx: "
` [PATCH 08/15] net: chelsio: "
` [PATCH 09/15] net: sundance: "
` [PATCH 10/15] net: hinic: "
` [PATCH 11/15] net: ehea: "
` [PATCH 12/15] net: ibmvnic: "
` [PATCH 13/15] net: jme: "
` [PATCH 14/15] net: marvell: "
` [PATCH 15/15] net: mtk-wed: "

[PATCH net-next] selftests: net: change shebang to bash in amt.sh
 2024-06-21  5:04 UTC  (2+ messages)

[PATCH net-next v7 0/4] net: macb: WOL enhancements
 2024-06-21  4:57 UTC  (5+ messages)
` [PATCH net-next v7 1/4] net: macb: queue tie-off or disable during WOL suspend
` [PATCH net-next v7 2/4] net: macb: Enable queue disable
` [PATCH net-next v7 3/4] net: macb: Add ARP support to WOL
` [PATCH net-next v7 4/4] dt-bindings: net: cdns,macb: Deprecate magic-packet property

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-21  4:37 UTC  (13+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "

[iwl-next v3 0/4] ice: prepare representor for SF support
 2024-06-21  4:32 UTC  (7+ messages)
` [iwl-next v3 3/4] ice: move VSI configuration outside repr setup
` [iwl-next v3 4/4] ice: update representor when VSI is ready

[PATCH iwl-next] ice: Distinguish driver reset and removal for AQ shutdown
 2024-06-21  4:27 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/6] net: ethtool: reduce RTNL pressure in dev_ethtool()
 2024-06-21  4:16 UTC  (10+ messages)
` [PATCH net-next 3/6] net: ethtool: perform pm duties outside of rtnl lock
` [PATCH net-next 6/6] net: ethtool: add the ability to run ethtool_[gs]et_rxnfc() without RTNL

[PATCH v2 0/2] dt-bindings: net: Convert fsl,fman related file to yaml format
 2024-06-21  3:30 UTC  (2+ messages)

[PATCH net-next v2] wifi: mt76: un-embedd netdev from mt76_dev
 2024-06-21  3:30 UTC  (2+ messages)

[PATCH net-next] net: stmmac: unexport stmmac_pltfr_init/exit()
 2024-06-21  3:30 UTC  (2+ messages)

[PATCH v2 2/2] net: wwan: mhi: make default data link id configurable
 2024-06-21  3:10 UTC  (3+ messages)
  `  "

[PATCH v2 1/2] bus: mhi: host: Import mux_id item
 2024-06-21  3:17 UTC  (7+ messages)
          `  "

[PATCH net-next v1] net: stmmac: xgmac: increase length limit of descriptor ring
 2024-06-21  3:12 UTC  (4+ messages)

[PATCH v1 net] net: dsa: microchip: fix initial port flush problem
 2024-06-21  2:40 UTC  (2+ messages)

[PATCH next] nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-21  2:30 UTC  (2+ messages)

[PATCH resubmit 3] net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
 2024-06-21  2:27 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
 2024-06-21  2:26 UTC  (9+ messages)
` [PATCH net-next 1/4] selftests: drv-net: try to check if port is in use
` [PATCH net-next 2/4] selftests: drv-net: add helper to wait for HW stats to sync
` [PATCH net-next 3/4] selftests: drv-net: add ability to wait for at least N packets to load gen
` [PATCH net-next 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts

[PATCH v1 net] selftest: af_unix: Add Kconfig file
 2024-06-21  2:10 UTC 

[PATCH] net: dwc-xlgmac: fix missing MODULE_DESCRIPTION() warning
 2024-06-21  2:03 UTC  (5+ messages)

[PATCH net v4] Fix race for duplicate reqsk on identical SYN
 2024-06-21  1:39 UTC 

[PATCH net v3] Fix race for duplicate reqsk on identical SYN
 2024-06-21  1:36 UTC  (3+ messages)

[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
 2024-06-20 23:29 UTC  (13+ messages)
` [PATCH v5 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family

[RFC net-next 0/9] xdp: allow disable GRO per packet by XDP
 2024-06-20 22:19 UTC  (10+ messages)
` [RFC net-next 1/9] skb: introduce gro_disabled bit
` [RFC net-next 2/9] xdp: add XDP_FLAGS_GRO_DISABLED flag
` [RFC net-next 3/9] xdp: implement bpf_xdp_disable_gro kfunc
` [RFC net-next 4/9] bnxt: apply XDP offloading fixup when building skb
` [RFC net-next 5/9] ice: "
` [RFC net-next 6/9] veth: "
` [RFC net-next 7/9] mlx5: move xdp_buff scope one level up
` [RFC net-next 8/9] mlx5: apply XDP offloading fixup when building skb
` [RFC net-next 9/9] bpf: selftests: test disabling GRO by XDP

[PATCH net] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-20 22:12 UTC  (2+ messages)

[PATCH v2 net 01/15] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer
 2024-06-20 21:56 UTC  (4+ messages)

[PATCH net] net: remove drivers@pensando.io from MAINTAINERS
 2024-06-20 21:52 UTC 

[PATCH net v2] ionic: fix kernel panic due to multi-buffer handling
 2024-06-20 21:47 UTC  (2+ messages)

[RFC net-next 00/15] add basic PSP encryption for TCP connections
 2024-06-20 21:32 UTC  (3+ messages)

[PATCH v5] landlock: Add abstract unix socket connect restriction
 2024-06-20 21:05 UTC 

[RFC PATCH] LSM, net: Add SO_PEERCONTEXT for peer LSM data
 2024-06-20 21:05 UTC  (2+ messages)
` [PATCH RFC] "

[PATCH v4 net-next 00/11] af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn
 2024-06-20 20:56 UTC  (12+ messages)
` [PATCH v4 net-next 01/11] af_unix: Define locking order for unix_table_double_lock()
` [PATCH v4 net-next 02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock()
` [PATCH v4 net-next 03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect()
` [PATCH v4 net-next 04/11] af_unix: Define locking order for U_LOCK_SECOND "
` [PATCH v4 net-next 05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino()
` [PATCH v4 net-next 06/11] af_unix: Remove U_LOCK_DIAG
` [PATCH v4 net-next 07/11] af_unix: Remove U_LOCK_GC_LISTENER
` [PATCH v4 net-next 08/11] af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb()
` [PATCH v4 net-next 09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket
` [PATCH v4 net-next 10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred()
` [PATCH v4 net-next 11/11] af_unix: Don't use spin_lock_nested() "

[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
 2024-06-20 20:49 UTC  (14+ messages)
` [PATCH 06/17] 9p: Enable multipage folios
` [PATCH 09/17] cifs: Defer read completion
  ` [PATCH v2 "
` [PATCH 11/17] cifs: Move the 'pid' from the subreq to the req
` [PATCH 12/17] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 13/17] mm: Define struct sheaf and ITER_SHEAF to handle a sequence of folios
` [PATCH 14/17] netfs: Use new sheaf data type and iterator instead of xarray iter
` [PATCH 15/17] netfs: Simplify the writeback code
` [PATCH 16/17] afs: Make read subreqs async
` [PATCH 17/17] netfs: Speed up buffered reading

[PATCH net-next] net: xilinx: axienet: Enable multicast by default
 2024-06-20 20:39 UTC 

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 20:32 UTC  (14+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 21/40] sfc: optimize the driver by using atomic find_bit() API
` [PATCH v4 25/40] mISDN: optimize get_free_devid()
` [PATCH v4 27/40] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
` [PATCH v4 28/40] bluetooth: optimize cmtp_alloc_block_id()
` [PATCH v4 29/40] net: smc: optimize smc_wr_tx_get_free_slot_index()
` [PATCH v4 38/40] wifi: mac80211: drop locking around ntp_fltr_bmap

[PATCH] enic: add ethtool get_channel support
 2024-06-20 19:58 UTC  (6+ messages)

[PATCH] Fix initializing a static union variable
 2024-06-20 19:54 UTC  (4+ messages)

[GIT PULL] Networking for v6.10-rc5
 2024-06-20 19:50 UTC  (2+ messages)

[PATCH net-next v7 0/2] Introduce auxiliary bus IRQs sysfs
 2024-06-20 19:48 UTC  (3+ messages)
` [PATCH net-next v7 1/2] driver core: auxiliary bus: show auxiliary device IRQs

[PATCH net-next 0/8] net: support 2.5G ethernet in dwmac-qcom-ethqos
 2024-06-20 19:42 UTC  (11+ messages)
` [PATCH net-next 1/8] net: phy: add support for overclocked SGMII
` [PATCH net-next 8/8] net: stmmac: qcom-ethqos: add a DMA-reset quirk for sa8775p-ride-r3

[PATCH v6 net-next 0/9] ethtool: track custom RSS contexts in the core
 2024-06-20 19:42 UTC  (3+ messages)
` [PATCH v6 net-next 8/9] net: ethtool: use the tracking array for get_rxfh on custom RSS contexts

[PATCH net-next v6 0/9] Add ability to flash modules' firmware
 2024-06-20 19:30 UTC  (3+ messages)
` [PATCH net-next v6 4/9] ethtool: Add flashing transceiver modules' firmware notifications ability

[PATCH v2 net] ionic: use dev_consume_skb_any outside of napi
 2024-06-20 19:25 UTC 

[PATCH net-next v1] net: stmmac: init more plat members from DT
 2024-06-20 19:21 UTC  (2+ messages)

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-06-20 19:14 UTC  (10+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver

[PATCH net] net: add softirq safety to netdev_rename_lock
 2024-06-20 19:01 UTC  (2+ messages)

[PATCH net] openvswitch: get related ct labels from its master if it is not confirmed
 2024-06-20 19:00 UTC  (2+ messages)
` [ovs-dev] "

[PATCH v6.1] netfilter: nf_tables: use timestamp to check for set element timeout
 2024-06-20 18:49 UTC  (3+ messages)

[net-next,v10] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
 2024-06-20 18:22 UTC 

[PATCH net-next v2] docs: net: document guidance of implementing the SR-IOV NDOs
 2024-06-20 17:58 UTC  (2+ messages)

[PATCH] net/mlx5: Lag, Remove NULL check before dev_{put, hold}
 2024-06-20 17:40 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).