netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-05 20:11:10 to 2023-04-06 09:23:17 UTC [more...]

[PATCH] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
 2023-04-06  9:23 UTC  (3+ messages)
  ` [netfilter-core] "

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-04-06  9:18 UTC  (7+ messages)
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06  9:12 UTC  (3+ messages)

[PATCH net-next v3 00/12] Add EMAC3 support for sa8540p-ride
 2023-04-06  8:57 UTC  (3+ messages)
` [PATCH net-next v3 12/12] net: stmmac: dwmac-qcom-ethqos: Add EMAC3 support

[PATCH v2 net-next 00/10] mtk: wed: move cpuboot, ilm and dlm in dedicated dts nodes
 2023-04-06  8:50 UTC  (3+ messages)
` [PATCH v2 net-next 06/10] dt-bindings: soc: mediatek: move ilm in a dedicated dts node

[PATCH net-next] selftests: forwarding: hw_stats_l3: Detect failure to install counters
 2023-04-06  8:48 UTC  (2+ messages)

[PATCH 00/12] Rework PHY reset handling
 2023-04-06  8:47 UTC  (8+ messages)
` [PATCH 06/12] net: phy: add phy_device_atomic_register helper

[PATCH net] net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
 2023-04-06  8:34 UTC  (4+ messages)

[PATCHv2 net 0/3] bonding: fix ns validation on backup slaves
 2023-04-06  8:23 UTC  (4+ messages)
` [PATCHv2 net 1/3] "
` [PATCHv2 net 2/3] selftests: bonding: re-format bond option tests
` [PATCHv2 net 3/3] selftests: bonding: add arp validate test

[PATCH net] tcp: restrict net.ipv4.tcp_app_win
 2023-04-06  8:13 UTC  (2+ messages)

[PATCH net-next] net: qrtr: correct types of trace event parameters
 2023-04-06  8:07 UTC  (2+ messages)

[PATCH 0/2] ATH10K YAML conversion
 2023-04-06  8:06 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: net: Convert ATH10K to YAML
` [PATCH 2/2] arm64: dts: qcom: sdm845-polaris: Drop inexistent properties

[PATCH 1/7] dt-bindings: net: dsa: mediatek,mt7530: correct brand name
 2023-04-06  8:01 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: net: dsa: mediatek,mt7530: improve MCM and MT7988 information
` [PATCH 3/7] dt-bindings: net: dsa: mediatek,mt7530: add port bindings for MT7988
` [PATCH 4/7] dt-bindings: net: dsa: mediatek,mt7530: allow delayed rgmii phy-modes
` [PATCH 5/7] dt-bindings: net: dsa: mediatek,mt7530: disallow reset without mediatek,mcm
` [PATCH 6/7] dt-bindings: net: dsa: mediatek,mt7530: disallow core-supply and io-supply
` [PATCH 7/7] dt-bindings: net: dsa: mediatek,mt7530: allow mediatek,mcm on MT7531

[PATCH v2 00/10] Remove acpi.h implicit include of of.h
 2023-04-06  8:00 UTC  (12+ messages)
` [PATCH v2 01/10] iio: adc: ad7292: Add explicit include for of.h
` [PATCH v2 02/10] staging: iio: resolver: ad2s1210: "
` [PATCH v2 03/10] net: rfkill-gpio: "
` [PATCH v2 04/10] serial: 8250_tegra: "
` [PATCH v2 05/10] ata: pata_macio: Add explicit include of irqdomain.h
` [PATCH v2 06/10] pata: ixp4xx: Add explicit include for of.h
` [PATCH v2 07/10] virtio-mmio: "
` [PATCH v2 08/10] tpm: atmel: "
` [PATCH v2 09/10] fpga: lattice-sysconfig-spi: "
` [PATCH v2 10/10] ACPI: Replace irqdomain.h include with struct declarations

[PATCH net-next v3 0/7] net: lockless stop/wake combo macros
 2023-04-06  7:35 UTC  (10+ messages)
` [PATCH net-next v3 1/7] docs: net: reformat driver.rst from a list to sections
` [PATCH net-next v3 2/7] docs: net: move the probe and open/close sections of driver.rst up
` [PATCH net-next v3 3/7] docs: net: use C syntax highlight in driver.rst
` [PATCH net-next v3 4/7] net: provide macros for commonly copied lockless queue stop/wake code
` [PATCH net-next v3 5/7] ixgbe: use new queue try_stop/try_wake macros
` [PATCH net-next v3 6/7] bnxt: "
` [PATCH net-next v3 7/7] net: piggy back on the memory barrier in bql when waking queues

[RFC PATCH 0/4] Add support for QMC HDLC and PHY
 2023-04-06  7:29 UTC  (2+ messages)

[GIT PULL v1] Improve IPsec limits, ESN and replay window
 2023-04-06  7:19 UTC 

[RFC PATCH net-next] net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
 2023-04-06  7:12 UTC  (8+ messages)

[PATCH net-next v3 00/14] sfc: add vDPA support for EF100 devices
 2023-04-06  7:07 UTC  (17+ messages)
` [PATCH net-next v3 01/14] sfc: add function personality "
` [PATCH net-next v3 02/14] sfc: implement MCDI interface for vDPA operations
` [PATCH net-next v3 03/14] sfc: update MCDI headers for CLIENT_CMD_VF_PROXY capability bit
` [PATCH net-next v3 04/14] sfc: evaluate vdpa support based on FW capability CLIENT_CMD_VF_PROXY
` [PATCH net-next v3 05/14] sfc: implement init and fini functions for vDPA personality
` [PATCH net-next v3 06/14] sfc: implement vDPA management device operations
` [PATCH net-next v3 07/14] sfc: implement vdpa device config operations
` [PATCH net-next v3 08/14] sfc: implement vdpa vring "
` [PATCH net-next v3 09/14] sfc: implement device status related vdpa "
` [PATCH net-next v3 10/14] sfc: implement filters for receiving traffic
` [PATCH net-next v3 11/14] sfc: use PF's IOMMU domain for running VF's MCDI commands
` [PATCH net-next v3 12/14] sfc: unmap VF's MCDI buffer when switching to vDPA mode
` [PATCH net-next v3 13/13] sfc: register the vDPA device
` [PATCH net-next v3 13/14] sfc: update vdpa device MAC address
` [PATCH net-next v3 14/14] sfc: register the vDPA device

[PATCH] qlcnic: check pci_reset_function result
 2023-04-06  7:03 UTC  (3+ messages)

[PATCH net-next 0/6] TXGBE PHYLINK support
 2023-04-06  6:59 UTC  (6+ messages)
` [PATCH net-next 2/6] net: txgbe: Implement I2C bus master driver

[PATCH v7 0/4] Introduce PRU platform consumer API
 2023-04-06  6:54 UTC  (2+ messages)

[PATCH] niu: Fix missing unwind goto in niu_alloc_channels()
 2023-04-06  6:31 UTC 

[RFC PATCH v3 3/5] Add ndo_hwtstamp_get/set support to vlan code path
 2023-04-06  6:21 UTC  (9+ messages)

[PATCH net-next 0/3] net: provide macros for commonly copied lockless queue stop/wake code
 2023-04-06  5:15 UTC  (11+ messages)
` [PATCH net-next 1/3] "

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-06  5:13 UTC  (9+ messages)

[PATCH bpf-next 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-04-06  4:50 UTC  (2+ messages)

[PATCH bpf v5 00/12] bpf sockmap fixes
 2023-04-06  4:50 UTC  (14+ messages)
` [PATCH bpf v5 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v5 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v5 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v5 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v5 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v5 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v5 07/12] bpf: sockmap, incorrectly handling copied_seq
` [PATCH bpf v5 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v5 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v5 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v5 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v5 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
 2023-04-06  3:41 UTC 

[PATCH] skbuff: Fix a race between coalescing and releasing SKBs
 2023-04-06  3:28 UTC  (8+ messages)

[PATCH net] ipv4: Fix potential uninit variable access buf in __ip_make_skb()
 2023-04-06  3:11 UTC 

[RESEND PATCH net 1/1] net: stmmac: check fwnode for phy device before scanning for phy
 2023-04-06  2:45 UTC 

[PATCH v5 0/9] rtw88: Add SDIO support
 2023-04-06  2:31 UTC  (3+ messages)
` [PATCH v5 2/9] wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets

[PATCH v6 1/2] net: stmmac: add support for platform specific reset
 2023-04-06  2:30 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06  2:10 UTC  (2+ messages)

[PATCH] net: fec: make use of MDIO C45 quirk
 2023-04-06  2:10 UTC  (2+ messages)

[PATCH net] selftests: net: rps_default_mask.sh: delete veth link specifically
 2023-04-06  2:10 UTC  (2+ messages)

[PATCH net v2 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06  2:04 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-04-05
 2023-04-06  2:02 UTC  (16+ messages)
` [net-next 01/15] net/mlx5e: Set default can_offload action
` [net-next 02/15] net/mlx5e: TC, Remove unused vf_tun variable
` [net-next 03/15] net/mlx5e: TC, Move main flow attribute cleanup to helper func
` [net-next 04/15] net/mlx5e: CT: Use per action stats
` [net-next 05/15] net/mlx5e: TC, Remove CT action reordering
` [net-next 06/15] net/mlx5e: TC, Remove special handling of CT action
` [net-next 07/15] net/mlx5e: TC, Remove multiple ct actions limitation
` [net-next 08/15] net/mlx5e: TC, Remove tuple rewrite and ct limitation
` [net-next 09/15] net/mlx5e: TC, Remove mirror "
` [net-next 10/15] net/mlx5e: TC, Remove sample "
` [net-next 11/15] net/mlx5e: Remove redundant macsec code
` [net-next 12/15] net/mlx5: Update cyclecounter shift value to improve ptp free running mode precision
` [net-next 13/15] net/mlx5e: Rename misleading skb_pc/cc references in ptp code
` [net-next 14/15] net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnostics
` [net-next 15/15] net/mlx5e: Fix SQ SW state layout in SQ "

[PATCH bpf v4 00/12] bpf sockmap fixes
 2023-04-06  1:26 UTC  (15+ messages)
` [PATCH bpf v4 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v4 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v4 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v4 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v4 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v4 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v4 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v4 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v4 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v4 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v4 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v4 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH net-next] net/sched: sch_mqprio: use netlink payload helpers
 2023-04-06  1:20 UTC  (2+ messages)

[PATCH v4 net-next 0/9] Add tc-mqprio and tc-taprio support for preemptible traffic classes
 2023-04-06  1:12 UTC  (3+ messages)
` [PATCH v4 net-next 6/9] net/sched: mqprio: allow per-TC user input of FP adminStatus

[PATCH] dt-bindings: net: ethernet-switch: Make "#address-cells/#size-cells" required
 2023-04-06  1:00 UTC  (2+ messages)

[PATCH] dt-bindings: net: dsa: brcm,sf2: Drop unneeded "#address-cells/#size-cells"
 2023-04-06  1:00 UTC  (3+ messages)

[PATCH net 0/2][pull request] iavf: fix racing in VLANs
 2023-04-06  0:59 UTC  (5+ messages)
` [PATCH net 1/2] iavf: refactor VLAN filter states

[PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
 2023-04-06  0:56 UTC  (3+ messages)
` [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag

linux-next: manual merge of the net-next tree with the net tree
 2023-04-06  0:49 UTC 

pull-request: wireless-next-2023-04-05
 2023-04-06  0:40 UTC  (2+ messages)

pull-request: wireless-2023-04-05
 2023-04-06  0:40 UTC  (2+ messages)

[PATCH net-next 01/10] can: isotp: add module parameter for maximum pdu size
 2023-04-06  0:30 UTC  (2+ messages)

[PATCH net 1/4] can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
 2023-04-06  0:30 UTC  (2+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-04-04 (ice)
 2023-04-06  0:30 UTC  (2+ messages)

[PATCH net 0/3] bonding: fix ns validation on backup slaves
 2023-04-06  0:23 UTC  (8+ messages)
` [PATCH net 2/3] selftests: bonding: re-format bond option tests

[PATCH v8 0/7] pci: Work around ASMedia ASM2824 PCIe link training failures
 2023-04-06  0:21 UTC  (8+ messages)
` [PATCH v8 1/7] PCI: pciehp: Rely on `link_active_reporting'
` [PATCH v8 2/7] PCI: Export PCI link retrain timeout
` [PATCH v8 3/7] PCI: Execute `quirk_enable_clear_retrain_link' earlier
` [PATCH v8 4/7] PCI: Initialize `link_active_reporting' earlier
` [PATCH v8 5/7] powerpc/eeh: Rely on `link_active_reporting'
` [PATCH v8 6/7] net/mlx5: "
` [PATCH v8 7/7] PCI: Work around PCIe link training failures

[PATCH bpf-next v2 0/2] xsk: Fix unaligned descriptor validation
 2023-04-06  0:17 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-06  0:12 UTC  (6+ messages)

[PATCH net-next] net: sunhme: move asm includes to below linux includes
 2023-04-05 23:25 UTC  (7+ messages)

[RFC net-next v2 0/3] page_pool: allow caching from safely localized NAPI
 2023-04-05 23:21 UTC  (4+ messages)
` [RFC net-next v2 1/3] net: skb: plumb napi state thru skb freeing paths
` [RFC net-next v2 2/3] page_pool: allow caching from safely localized NAPI
` [RFC net-next v2 3/3] bnxt: hook NAPIs to page pools

KASAN: use-after-free Read in tcp_write_timer_handler
 2023-04-05 22:17 UTC  (4+ messages)

Missing macvlan documentation
 2023-04-05 21:52 UTC 

[PATCH net] net: sfp: initialize sfp->i2c_block_size at sfp allocation
 2023-04-05 21:13 UTC  (5+ messages)

[PATCH] net/mlx5: stop waiting for PCI link if reset is required
 2023-04-05 21:06 UTC  (2+ messages)

[PATCH] wifi: ath11k: Add a warning for wcn6855 spurious wakeup events
 2023-04-05 20:47 UTC  (7+ messages)

[RFC PATCH net-next 0/12] net: dsa: mt7530: fix port 5 phylink, phy muxing, and port 6
 2023-04-05 20:38 UTC  (13+ messages)
` [RFC PATCH net-next 01/12] net: dsa: mt7530: fix comments regarding port 5 and 6 for both switches
` [RFC PATCH net-next 02/12] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [RFC PATCH net-next 03/12] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [RFC PATCH net-next 04/12] net: dsa: mt7530: set priv->p5_interface in correct conditions
` [RFC PATCH net-next 05/12] net: dsa: mt7530: remove p5_intf_sel default case from mt7530_setup_port5()
` [RFC PATCH net-next 06/12] net: dsa: mt7530: do not set CPU port interfaces to PHY_INTERFACE_MODE_NA
` [RFC PATCH net-next 07/12] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [RFC PATCH net-next 08/12] net: dsa: mt7530: remove pad_setup function pointer
` [RFC PATCH net-next 09/12] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
` [RFC PATCH net-next 10/12] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
` [RFC PATCH net-next 11/12] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
` [RFC PATCH net-next 12/12] net: dsa: mt7530: move lowering port 5 RGMII driving to mt7530_setup()


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