messages from 2023-01-10 15:51:07 to 2023-01-11 07:00:44 UTC [more...]
[PATCH v6] sock: add tracepoint for send recv length
2023-01-11 6:59 UTC
[PATCHv4 linux-next 1/4] dt-bindings: net: rockchip-dwmac: fix rv1126 compatible warning
2023-01-11 6:48 UTC (2+ messages)
` [PATCHv4 linux-next 3/4] Rockchip RV1126 has GMAC 10/100/1000M ethernet controller
[PATCH net-next 00/11] sfc: add vDPA support for EF100 devices
2023-01-11 6:36 UTC (5+ messages)
` [PATCH net-next 08/11] sfc: implement device status related vdpa config operations
[PATCH v2 0/3] net: thunderbolt: Add tracepoints
2023-01-11 6:26 UTC (4+ messages)
` [PATCH v2 1/3] net: thunderbolt: Move into own directory
` [PATCH v2 2/3] net: thunderbolt: Add debugging when sending/receiving control packets
` [PATCH v2 3/3] net: thunderbolt: Add tracepoints
[PATCH net-next v2] net/rds: use strscpy() to instead of strncpy()
2023-01-11 6:25 UTC
[RFC PATCH 0/6] Introduce a vringh accessor for IO memory
2023-01-11 6:19 UTC (16+ messages)
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH 4/9] vringh: unify the APIs for all accessors
[PATCH v5] sock: add tracepoint for send recv length
2023-01-11 6:17 UTC (6+ messages)
` [External] "
[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
2023-01-11 6:10 UTC (8+ messages)
` [PATCH HID for-next v1 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v1 6/9] HID: bpf: rework how programs are attached and stored in the kernel
[PATCH] vhost-scsi: unbreak any layout for response
2023-01-11 6:07 UTC
[PATCH v8 0/2] arm64: dts: mt8195: Add Ethernet controller
2023-01-11 5:49 UTC (3+ messages)
[pull request][net-next 00/15] mlx5 updates 2023-01-10
2023-01-11 5:30 UTC (16+ messages)
` [net-next 01/15] net/mlx5: Expose shared buffer registers bits and structs
` [net-next 02/15] net/mlx5e: Add API to query/modify SBPR and SBCM registers
` [net-next 03/15] net/mlx5e: Update shared buffer along with device buffer changes
` [net-next 04/15] net/mlx5e: Add Ethernet driver debugfs
` [net-next 05/15] net/mlx5e: kTLS, Add debugfs
` [net-next 06/15] net/mlx5e: Add hairpin params structure
` [net-next 07/15] net/mlx5e: Add flow steering debugfs directory
` [net-next 08/15] net/mlx5e: Add hairpin debugfs files
` [net-next 09/15] net/mlx5: Enable management PF initialization
` [net-next 10/15] net/mlx5: Introduce and use opcode getter in command interface
` [net-next 11/15] net/mlx5: Prevent high-rate FW commands from populating all slots
` [net-next 12/15] net/mlx5e: Replace zero-length array with flexible-array member
` [net-next 13/15] net/mlx5e: Replace 0-length array with flexible array
` [net-next 14/15] net/mlx5: remove redundant ret variable
` [net-next 15/15] net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()
[PATCH net v2 1/1] net: stmmac: add aux timestamps fifo clearance wait
2023-01-11 5:02 UTC
[PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL
2023-01-11 4:44 UTC (2+ messages)
[PATCH net-next 0/2] nfp: add DCB IEEE support
2023-01-11 4:38 UTC (3+ messages)
` [PATCH net-next 2/2] nfp: add DCB IEEE configuration process
[PATCH net-next] devlink: keep the instance mutex alive until references are gone
2023-01-11 4:29 UTC
[PATCH net] bnxt: make sure we return pages to the pool
2023-01-11 4:25 UTC
[PATCH v3 00/26] Split netmem from struct page
2023-01-11 4:22 UTC (27+ messages)
` [PATCH v3 01/26] netmem: Create new type
` [PATCH v3 02/26] netmem: Add utility functions
` [PATCH v3 03/26] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH v3 04/26] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v3 05/26] page_pool: Start using netmem in allocation path
` [PATCH v3 06/26] page_pool: Convert page_pool_return_page() to page_pool_return_netmem()
` [PATCH v3 07/26] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v3 08/26] page_pool: Convert pp_alloc_cache to contain netmem
` [PATCH v3 09/26] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem()
` [PATCH v3 10/26] page_pool: Convert page_pool_put_defragged_page() to netmem
` [PATCH v3 11/26] page_pool: Convert page_pool_empty_ring() to use netmem
` [PATCH v3 12/26] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem()
` [PATCH v3 13/26] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem
` [PATCH v3 14/26] page_pool: Convert page_pool_recycle_in_cache() to netmem
` [PATCH v3 15/26] page_pool: Remove __page_pool_put_page()
` [PATCH v3 16/26] page_pool: Use netmem in page_pool_drain_frag()
` [PATCH v3 17/26] page_pool: Convert page_pool_return_skb_page() to use netmem
` [PATCH v3 18/26] page_pool: Allow page_pool_recycle_direct() to take a netmem or a page
` [PATCH v3 19/26] page_pool: Convert frag_page to frag_nmem
` [PATCH v3 20/26] xdp: Convert to netmem
` [PATCH v3 21/26] mm: Remove page pool members from struct page
` [PATCH v3 22/26] page_pool: Pass a netmem to init_callback()
` [PATCH v3 23/26] net: Add support for netmem in skb_frag
` [PATCH v3 24/26] mvneta: Convert to netmem
` [PATCH v3 25/26] mlx5: "
` [PATCH v3 26/26] hns3: "
KSZ8795 incorrect bit definitions for static MAC table
2023-01-11 3:52 UTC (2+ messages)
[PATCH net 1/1] net: stmmac: add aux timestamps fifo clearance wait
2023-01-11 3:32 UTC (3+ messages)
[PATCH v3] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
2023-01-11 3:16 UTC
[PATCH iproute2 00/10] SPDX cleanups
2023-01-11 3:17 UTC (11+ messages)
` [PATCH iproute2 01/10] bridge: use SPDX
` [PATCH iproute2 02/10] genl: "
` [PATCH iproute2 03/10] lib: replace GPL boilerplate with SPDX
` [PATCH iproute2 04/10] devlink: use SPDX
` [PATCH iproute2 05/10] ip: "
` [PATCH iproute2 06/10] testsuite: "
` [PATCH iproute2 07/10] tipc: "
` [PATCH iproute2 08/10] tc: replace GPL-BSD boilerplate in codel and fq
` [PATCH iproute2 09/10] tc: use SPDX
` [PATCH iproute2 10/10] misc: "
[PATCH bpf-next 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
2023-01-11 2:37 UTC (9+ messages)
` [PATCH bpf-next 1/2] "
[PATCH net-next v7] net: ngbe: Add ngbe mdio bus driver
2023-01-11 2:33 UTC (5+ messages)
[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-09 (ice)
2023-01-11 2:30 UTC (4+ messages)
` [PATCH net 2/2] ice: Add check for kzalloc
[PATCH net] net: sched: disallow noqueue for qdisc classes
2023-01-11 2:30 UTC (2+ messages)
[PATCH net] dt-bindings: net: snps,stmmac: Fix inconsistencies in some properties belonging to stmmac-axi-config
2023-01-11 2:26 UTC
[PATCH net-next] qed: fix a typo in comment
2023-01-11 2:20 UTC (2+ messages)
[pull request][net 00/16] mlx5 fixes 2023-01-09
2023-01-11 2:01 UTC (2+ messages)
[PATCH v8 00/12] Network support for Landlock
2023-01-11 1:54 UTC (15+ messages)
` [PATCH v8 08/12] landlock: Implement TCP network hooks
` [PATCH v8 10/12] selftests/landlock: Add 10 new test suites dedicated to network
[PATCH ethtool-next v5 0/2] add netlink support for rss get
2023-01-11 1:54 UTC (3+ messages)
` [PATCH ethtool-next v5 2/2] netlink: add netlink handler for get rss (-x)
[syzbot] WARNING: locking bug in __perf_event_task_sched_in (2)
2023-01-11 1:47 UTC (2+ messages)
[PATCH net-next v2 2/2] selftests/net: Cover the IP_LOCAL_PORT_RANGE socket option
2023-01-11 1:25 UTC (2+ messages)
[PATCH] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
2023-01-11 1:03 UTC (9+ messages)
[PATCH net-next v2 0/2] Add IP_LOCAL_PORT_RANGE socket option
2023-01-11 0:59 UTC (5+ messages)
` [PATCH net-next v2 1/2] inet: "
[PATCH v1] net/dev.c : Remove redundant state settings after waking up
2023-01-11 0:42 UTC (4+ messages)
[PATCH net-next v4 00/10] tsnep: XDP support
2023-01-11 0:12 UTC (31+ messages)
` [PATCH net-next v4 01/10] tsnep: Use spin_lock_bh for TX
` [PATCH net-next v4 02/10] tsnep: Forward NAPI budget to napi_consume_skb()
` [PATCH net-next v4 03/10] tsnep: Do not print DMA mapping error
` [PATCH net-next v4 04/10] tsnep: Add adapter down state
` [PATCH net-next v4 05/10] tsnep: Add XDP TX support
` [PATCH net-next v4 06/10] tsnep: Substract TSNEP_RX_INLINE_METADATA_SIZE once
` [PATCH net-next v4 08/10] tsnep: Add RX queue info for XDP support
` [PATCH net-next v4 09/10] tsnep: Add XDP RX support
` [PATCH net-next v4 10/10] tsnep: Support XDP BPF program setup
[PATCH net-next v3 00/11] net: mdio: Start separating C22 and C45
2023-01-11 0:10 UTC (6+ messages)
` [PATCH net-next v3 01/11] net: mdio: Add dedicated C45 API to MDIO bus drivers
[PATCH 0/8] Add Auxiliary driver support
2023-01-10 23:49 UTC (4+ messages)
` [PATCH 1/8] bnxt_en: Add auxiliary "
[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
2023-01-10 23:23 UTC (13+ messages)
` [PATCH v2 02/11] dt-bindings: nvmem: convert amlogic-efuse.txt to dt-schema
` [PATCH v2 03/11] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt "
` [PATCH v2 04/11] dt-bindings: watchdog: convert meson-wdt.txt "
` [PATCH v2 09/11] dt-bindings: mmc: convert amlogic,meson-gx.txt "
mv88e6321, dual cpu port
2023-01-10 23:02 UTC (5+ messages)
[PATCH] USB: disable all RNDIS protocol drivers
2023-01-10 22:47 UTC (5+ messages)
[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf)
2023-01-10 22:38 UTC (4+ messages)
` [PATCH net 1/3] ixgbe: fix pci device refcount leak
` [PATCH net 2/3] igc: Fix PPS delta between two synchronized end-points
` [PATCH net 3/3] iavf/iavf_main: actually log ->src mask when talking about it
[PATCH bpf-next v1] bpf: Remove the unnecessary insn buffer comparison
2023-01-10 22:20 UTC (2+ messages)
[PATCH net-next resubmit v2] r8169: disable ASPM in case of tx timeout
2023-01-10 22:03 UTC
[PATCH v2 00/24] Split netmem from struct page
2023-01-10 22:00 UTC (12+ messages)
` [PATCH v2 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH v2 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v2 15/24] page_pool: Remove page_pool_defrag_page()
[PATCH net] r8169: fix rtl8168h wol fail
2023-01-10 21:59 UTC (7+ messages)
[PATCH] net/mlx5e: Replace 0-length array with flexible array
2023-01-10 21:58 UTC (3+ messages)
[PATCH][next] net/mlx5e: Replace zero-length array with flexible-array member
2023-01-10 21:52 UTC (2+ messages)
[PATCH v3 0/3] wifi: rtw88: Three locking fixes for existing code
2023-01-10 21:30 UTC (2+ messages)
[Patch net v2 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
2023-01-10 21:00 UTC (3+ messages)
` [Patch net v2 1/2] l2tp: convert l2tp_tunnel_list to idr
` [Patch net v2 2/2] l2tp: close all race conditions in l2tp_tunnel_register()
[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
2023-01-10 20:59 UTC (5+ messages)
[patch net-next v3 00/11] devlink: features, linecard and reporters locking cleanup
2023-01-10 20:59 UTC (5+ messages)
` [patch net-next v3 01/11] devlink: remove devlink features
[PATCH net-next v1 1/7] net: flow_offload: provision conntrack info in ct_metadata
2023-01-10 20:47 UTC (4+ messages)
[PATCH V1 net-next 0/5] Add devlink support to ena
2023-01-10 20:44 UTC (4+ messages)
[PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
2023-01-10 20:22 UTC (7+ messages)
` [PATCH net-next 7/9] devlink: allow registering parameters after the instance
[PATCH net-next 0/2] net: use kmem_cache_free_bulk in kfree_skb_list
2023-01-10 20:20 UTC (8+ messages)
` [PATCH net-next 2/2] net: kfree_skb_list use kmem_cache_free_bulk
[PATCH net] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
2023-01-10 20:20 UTC
[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
2023-01-10 20:05 UTC (13+ messages)
[PATCH] rndis_wlan: Prevent buffer overflow in rndis_query_oid
2023-01-10 19:39 UTC (2+ messages)
[PATCH net 1/2] net/af_packet: fix tx skb protocol on SOCK_PACKET sockets
2023-01-10 19:17 UTC (2+ messages)
` [PATCH net 2/2] net/af_packet: fix tx skb network header on SOCK_RAW sockets over VLAN device
[PATCH v4 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
2023-01-10 17:49 UTC (6+ messages)
` [PATCH v4 net-next 1/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routine
` [PATCH v4 net-next 2/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset support
` [PATCH v4 net-next 3/5] net: ethernet: mtk_eth_soc: align reset procedure to vendor sdk
` [PATCH v4 net-next 4/5] net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_check
` [PATCH v4 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks
[PATCH net] sch_htb: Fix prematurely activating netdev during htb_destroy_class_offload
2023-01-10 17:41 UTC (6+ messages)
[PATCHv3 net-next] sched: multicast sched extack messages
2023-01-10 17:38 UTC (6+ messages)
[PATCH RFC v2 0/2] Add I2C fwnode lookup/get interfaces
2023-01-10 17:36 UTC (4+ messages)
[PATCH] xfrm: compat: change expression for switch in xfrm_xlate64
2023-01-10 17:32 UTC (2+ messages)
[RFC bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-10 17:26 UTC (4+ messages)
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features
[PATCH iproute2] mptcp: add new listener events
2023-01-10 17:20 UTC (2+ messages)
[PATCH] net: ena: initialize dim_sample
2023-01-10 17:17 UTC (5+ messages)
[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
2023-01-10 17:17 UTC (6+ messages)
` [PATCH 09/18] dt-bindings: pinctrl: sa8775p: add bindings for qcom,sa8775p-tlmm
` [PATCH 10/18] pinctrl: qcom: sa8775p: add the pinctrl driver for the sa8775p platform
` (subset) [PATCH 00/18] arm64: qcom: add support for sa8775p-ride
[PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
2023-01-10 16:51 UTC (2+ messages)
[PATCH main v2 1/1] macsec: Fix Macsec replay protection
2023-01-10 16:50 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 435bf71af3a0aa8067f3b87ff9febf68b564dbb6
2023-01-10 16:39 UTC
[PATCH] net/i40e: Replace 0-length array with flexible array
2023-01-10 16:32 UTC (2+ messages)
[PATCH net-next v7 0/2] Add support to offload macsec using netlink update
2023-01-10 16:16 UTC (7+ messages)
` [PATCH net-next v7 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
[PATCH net-next] u64_stat: Remove the obsolete fetch_irq() variants
2023-01-10 16:07 UTC
[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2023-01-10 16:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).