netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-04 09:00:09 to 2023-01-04 22:01:22 UTC [more...]

[PATCH bpf-next v6 00/17] xdp: hints via kfuncs
 2023-01-04 21:59 UTC  (14+ messages)
` [PATCH bpf-next v6 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v6 02/17] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v6 03/17] bpf: Move offload initialization into late_initcall
` [PATCH bpf-next v6 04/17] bpf: Reshuffle some parts of bpf/offload.c
` [PATCH bpf-next v6 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v6 06/17] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v6 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v6 09/17] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v6 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v6 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v6 12/17] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v6 13/17] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v6 14/17] xsk: Add cb area to struct xdp_buff_xsk

pull-request: bpf 2023-01-04
 2023-01-04 21:55 UTC 

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2023-01-04 20:14 UTC  (9+ messages)
` [RFC PATCH v1 19/19] rtw88: Add support for the SDIO based RTL8821CS chipset

[PATCH net-next 0/3] ezchip: Simplify some code
 2023-01-04 21:05 UTC  (4+ messages)
` [PATCH net-next 1/3] ezchip: Remove some redundant clean-up functions
` [PATCH net-next 2/3] ezchip: Switch to some devm_ function to simplify code
` [PATCH net-next 3/3] ezchip: Further clean-up

[PATCH net-next v2] fjes: Fix an error handling path in fjes_probe()
 2023-01-04 20:40 UTC 

[PATCH net-next] net: ipa: correct IPA v4.7 IMEM offset
 2023-01-04 20:38 UTC  (2+ messages)

[PATCH v9] vmxnet3: Add XDP support
 2023-01-04 20:22 UTC 

[PATCH net] sch_htb: Fix prematurely activating netdev during htb_destroy_class_offload
 2023-01-04 20:12 UTC  (2+ messages)

[PATCH V2] Add some USB hotspot IDs
 2023-01-04 19:53 UTC  (3+ messages)
` [PATCH V2 2/3] net: usb: qmi_wwan: Add generic MDM9207 configuration

[PATCH] vhost/vsock: check length in rx header
 2023-01-04 20:06 UTC 

[PATCH v1 0/4] BCM4355/4364/4377 support & identification fixes
 2023-01-04 19:50 UTC  (15+ messages)
` [PATCH v1 1/4] wifi: brcmfmac: Rename Cypress 89459 to BCM4355
` [PATCH v1 2/4] brcmfmac: pcie: Add IDs/properties for BCM4355
` [PATCH v1 3/4] brcmfmac: pcie: Add IDs/properties for BCM4377
` [PATCH v1 4/4] brcmfmac: pcie: Perform correct BCM4364 firmware selection

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-04 19:46 UTC  (20+ messages)
` [PATCH bpf-next v2 01/15] selftests/xsk: print correct payload for packet dump
` [PATCH bpf-next v2 02/15] selftests/xsk: do not close unused file descriptors
` [PATCH bpf-next v2 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [PATCH bpf-next v2 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next v2 05/15] selftests/xsk: remove unused variable outstanding_tx
` [PATCH bpf-next v2 06/15] selftests/xsk: add debug option for creating netdevs
` [PATCH bpf-next v2 07/15] selftests/xsk: replace asm acquire/release implementations
` [PATCH bpf-next v2 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next v2 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next v2 10/15] selftests/xsk: remove unnecessary code in control path
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program
` [PATCH bpf-next v2 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next v2 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next v2 14/15] selftests/xsk: automatically restore packet stream
` [PATCH bpf-next v2 15/15] selftests/xsk: automatically switch XDP programs

[PATCH net-next v3 0/9] tsnep: XDP support
 2023-01-04 19:41 UTC  (10+ messages)
` [PATCH net-next v3 1/9] tsnep: Use spin_lock_bh for TX
` [PATCH net-next v3 2/9] tsnep: Do not print DMA mapping error
` [PATCH net-next v3 3/9] tsnep: Add adapter down state
` [PATCH net-next v3 4/9] tsnep: Add XDP TX support
` [PATCH net-next v3 5/9] tsnep: Substract TSNEP_RX_INLINE_METADATA_SIZE once
` [PATCH net-next v3 6/9] tsnep: Support XDP BPF program setup
` [PATCH net-next v3 7/9] tsnep: Prepare RX buffer for XDP support
` [PATCH net-next v3 8/9] tsnep: Add RX queue info "
` [PATCH net-next v3 9/9] tsnep: Add XDP RX support

[PATCH net-next] net: phy: micrel: Change handler interrupt for lan8814
 2023-01-04 19:42 UTC 

[PATCH net-next 1/1] e1000e: Enable Link Partner Advertised Support
 2023-01-04 18:52 UTC  (5+ messages)

[PATCH bpf-next] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-04 18:24 UTC  (2+ messages)

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-01-04 18:09 UTC  (3+ messages)

[PATCH net-next v2 0/6] net: ipa: simplify IPA interrupt handling
 2023-01-04 17:52 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net: ipa: introduce a common microcontroller interrupt handler
` [PATCH net-next v2 2/6] net: ipa: introduce ipa_interrupt_enable()
` [PATCH net-next v2 3/6] net: ipa: enable IPA interrupt handlers separate from registration
` [PATCH net-next v2 4/6] net: ipa: register IPA interrupt handlers directly
` [PATCH net-next v2 5/6] net: ipa: kill ipa_interrupt_add()
` [PATCH net-next v2 6/6] net: ipa: don't maintain IPA interrupt handler array

[PATCH] net: hdlc: Increase maximum HDLC MTU
 2023-01-04 17:52 UTC  (2+ messages)

[PATCH 0/4] rtw88: Four fixes found while working on SDIO support
 2023-01-04 17:49 UTC  (12+ messages)
` [PATCH 1/4] rtw88: Add packed attribute to the eFuse structs

[PATCH v2 net-next 0/3] mv88e6xxx: Add MAB offload support
 2023-01-04 17:47 UTC  (7+ messages)
` [PATCH v2 net-next 1/3] net: dsa: mv88e6xxx: change default return of mv88e6xxx_port_bridge_flags
` [PATCH v2 net-next 2/3] net: dsa: mv88e6xxx: disable hold of chip lock for handling
` [PATCH v2 net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH v7 0/2] arm64: dts: mt8195: Add Ethernet controller
 2023-01-04 17:46 UTC  (5+ messages)
` [PATCH v7 1/2] stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speed
` [PATCH v7 2/2] arm64: dts: mt8195: Add Ethernet controller

[RFC PATCH net-next 1/1] ice: use GNSS subsystem instead of TTY
 2023-01-04 17:41 UTC  (3+ messages)

[PATCH net] caif: fix memory leak in cfctrl_linkup_request()
 2023-01-04 17:25 UTC  (2+ messages)

[PATCH net-next 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
 2023-01-04 16:56 UTC  (2+ messages)

[PATCH net-next 00/14] devlink: code split and structured instance walk
 2023-01-04 16:50 UTC  (21+ messages)
` [PATCH net-next 02/14] devlink: split out core code
` [PATCH net-next 04/14] netlink: add macro for checking dump ctx size
` [PATCH net-next 05/14] devlink: use an explicit structure for dump context
` [PATCH net-next 07/14] devlink: drop the filter argument from devlinks_xa_find_get
` [PATCH net-next 08/14] devlink: health: combine loops in dump
` [PATCH net-next 09/14] devlink: restart dump based on devlink instance ids (simple)
` [PATCH net-next 10/14] devlink: restart dump based on devlink instance ids (nested)
` [PATCH net-next 11/14] devlink: restart dump based on devlink instance ids (function)
` [PATCH net-next 12/14] devlink: uniformly take the devlink instance lock in the dump loop
` [PATCH net-next 13/14] devlink: add by-instance dump infra

[net PATCH] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
 2023-01-04 16:32 UTC 

[RFC net-next 00/10] devlink: remove the wait-for-references on unregister
 2023-01-04 16:14 UTC  (7+ messages)
` [RFC net-next 04/10] devlink: always check if the devlink instance is registered

[RFC PATCH net-next v2 0/5] net/smc:Introduce SMC-D based loopback acceleration
 2023-01-04 16:09 UTC  (4+ messages)

[PATCH bpf-next v5 00/17] xdp: hints via kfuncs
 2023-01-04 16:02 UTC  (5+ messages)
` [PATCH bpf-next v5 01/17] bpf: Document XDP RX metadata

[PATCH 0/4] rtw88: Four fixes found while working on SDIO support
 2023-01-04 15:43 UTC  (5+ messages)
` [PATCH 2/4] rtw88: Configure the registers from rtw_bf_assoc() outside the RCU lock

[PATCH v6 net-next 00/10] dt-binding preparation for ocelot switches
 2023-01-04 15:16 UTC  (4+ messages)
` [PATCH v6 net-next 09/10] dt-bindings: net: add generic ethernet-switch-port binding

[PATCH 06/10] tty: Convert ->carrier_raised() and callchains to bool
 2023-01-04 15:15 UTC 

[PATCH v2] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-04 15:07 UTC 

[PATCH net-next 0/2] net: hns3: support wake on lan for hns3
 2023-01-04 15:00 UTC  (5+ messages)
` [PATCH net-next 1/2] net: hns3: support wake on lan configuration and query

[PATCH v2 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-04 14:59 UTC  (8+ messages)
` [PATCH v2 net-next 1/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routine
` [PATCH v2 net-next 2/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset support
` [PATCH v2 net-next 3/5] net: ethernet: mtk_eth_soc: align reset procedure to vendor sdk
` [PATCH v2 net-next 4/5] net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_check
` [PATCH v2 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

Backporting *ip: Treat IPv4 segment's lowest address as unicast* to Linux 5.10.y?
 2023-01-04 14:58 UTC 

[PATCH] can: isotp: split tx timer into transmission and timeout
 2023-01-04 14:57 UTC 

[PATCH v2] wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
 2023-01-04 14:50 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] wifi: libertas: return consistent length in lbs_add_wpa_tlv()
 2023-01-04 14:47 UTC  (4+ messages)

[PATCH v2] wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function
 2023-01-04 14:47 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] wifi: rtw89: Add missing check for alloc_workqueue
 2023-01-04 14:23 UTC 

[PATCH v2] wifi: rtw89: Add missing check for alloc_workqueue
 2023-01-04 14:29 UTC 

[PATCH v7 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-04 14:12 UTC  (4+ messages)
` [PATCH v7 net-next 2/5] drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY

[PATCH ethtool-next 0/2] add support for PLCA RS
 2023-01-04 14:09 UTC  (3+ messages)
` [PATCH ethtool-next 1/2] update UAPI header copies
` [PATCH ethtool-next 2/2] add support for IEEE 802.3cg-2019 Clause 148 - PLCA RS

[Patch net-next v7 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-04 14:08 UTC  (3+ messages)
` [Patch net-next v7 04/13] net: dsa: microchip: ptp: manipulating absolute time using ptp hw clock

[PATCH net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-04 14:07 UTC  (6+ messages)
` [PATCH net-next 1/5] net/ethtool: add netlink interface for the PLCA RS
` [PATCH net-next 2/5] drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY
` [PATCH net-next 3/5] drivers/net/phy: add connection between ethtool and phylib for PLCA
` [PATCH net-next 4/5] drivers/net/phy: add helpers to get/set PLCA configuration
` [PATCH net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[PATCH rdma-next 0/4] Rely on firmware to get special mkeys
 2023-01-04 14:03 UTC  (8+ messages)
` [PATCH rdma-next 4/4] RDMA/mlx5: Use query_special_contexts for mkeys

[PATCH v2 net-next 0/3] enetc: unlock XDP_REDIRECT for XDP non-linear buffers
 2023-01-04 13:57 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net: ethernet: "
` [PATCH v2 net-next 2/3] net: ethernet: enetc: get rid of xdp_redirect_sg counter
` [PATCH v2 net-next 3/3] net: ethernet: enetc: do not always access skb_shared_info in the XDP path

[PATCH v2 5/5] crypto/Documentation: Add crypto_pool kernel API
 2023-01-04 13:17 UTC  (2+ messages)

Deadlock in cleanup_net and addrconf_verify_work locks up workqueue
 2023-01-04 13:06 UTC  (2+ messages)

[syzbot] kernel BUG in vhost_vsock_handle_tx_kick
 2023-01-04 13:03 UTC  (4+ messages)

[PATCH] net: nfc: Fix use-after-free in local_cleanup()
 2023-01-04 12:57 UTC 

[PATCH 0/2] net/af_packet: Fix kernel BUG in __skb_gso_segment
 2023-01-04 12:43 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-04 12:28 UTC  (6+ messages)

[PATCH wpan-next v3 0/6] IEEE 802.15.4 passive scan support
 2023-01-04 12:28 UTC  (4+ messages)

[PATCH net] nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
 2023-01-04 12:17 UTC 

[PATCH] iwlwifi: Add missing check for alloc_ordered_workqueue
 2023-01-04 11:47 UTC  (2+ messages)

[PATCH] wifi: rtw89: Add missing check for alloc_workqueue
 2023-01-04 11:41 UTC  (2+ messages)

[PATCH v8 00/12] Network support for Landlock
 2023-01-04 11:41 UTC  (4+ messages)
` [PATCH v8 07/12] landlock: Add network rules support

[PATCH net] fjes: Fix an error handling path in fjes_probe()
 2023-01-04 11:24 UTC  (4+ messages)

[PATCH net-next v6 0/3] Add support for QSGMII mode for J721e CPSW9G to am65-cpsw driver
 2023-01-04 10:34 UTC  (4+ messages)
` [PATCH net-next v6 1/3] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J721e CPSW9G support
` [PATCH net-next v6 2/3] net: ethernet: ti: am65-cpsw: Enable QSGMII mode for J721e CPSW9G
` [PATCH net-next v6 3/3] net: ethernet: ti: am65-cpsw: Add support for SERDES configuration

[PATCH rdma-next v1 0/3] Provide more error details when a QP moves to error state
 2023-01-04  9:43 UTC  (4+ messages)
` [PATCH rdma-next v1 1/3] RDMA/mlx: Calling qp event handler in workqueue context
` [PATCH mlx5-next v1 2/3] net/mlx5: Introduce CQE error syndrome
` [PATCH rdma-next v1 3/3] RDMA/mlx5: Print error syndrome in case of fatal QP errors

[EXT] Bad page after suspend with Innodisk EGPL-T101 [1d6a:14c0]
 2023-01-04  9:19 UTC 

[PATCHv3 net-next] sched: multicast sched extack messages
 2023-01-04  9:16 UTC 

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-03 (igc)
 2023-01-04  9:00 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).