netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 18:53:42 to 2023-01-11 09:15:12 UTC [more...]

[PATCH v4 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-11  9:10 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-01-10
 2023-01-11  9:10 UTC  (17+ 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-next v4 00/10] devlink: linecard and reporters locking cleanup
 2023-01-11  9:07 UTC  (11+ messages)
` [patch net-next v4 01/10] devlink: remove linecards lock
` [patch net-next v4 02/10] devlink: remove linecard reference counting
` [patch net-next v4 03/10] devlink: protect health reporter operation with instance lock
` [patch net-next v4 04/10] devlink: remove reporters_lock
` [patch net-next v4 05/10] devlink: remove devl_port_health_reporter_destroy()
` [patch net-next v4 06/10] devlink: remove reporter reference counting
` [patch net-next v4 07/10] devlink: convert linecards dump to devlink_nl_instance_iter_dump()
` [patch net-next v4 08/10] devlink: convert reporters "
` [patch net-next v4 09/10] devlink: remove devlink_dump_for_each_instance_get() helper
` [patch net-next v4 10/10] devlink: add instance lock assertion in devl_is_registered()

[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  9:05 UTC  (3+ messages)
  ` [PATCH v3] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs

[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-11  9:00 UTC  (10+ 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 V1 net-next 0/5] Add devlink support to ena
 2023-01-11  8:58 UTC  (5+ messages)

[PATCH] net: ena: initialize dim_sample
 2023-01-11  8:46 UTC  (5+ messages)

[PATCH net v2] net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
 2023-01-11  8:40 UTC  (2+ messages)

[PATCH v2 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2023-01-11  7:54 UTC  (5+ messages)
    ` [PATCH v2 1/4] dt-bindings: net: Add FSD EQoS device tree bindings
    ` [PATCH v2 2/4] net: stmmac: dwc-qos: Add FSD EQoS support
    ` [PATCH v2 3/4] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC
    ` [PATCH v2 4/4] arm64: dts: fsd: Add Ethernet support for PERIC "

[PATCH net-next v7 0/4] vsock: update tools and error handling
 2023-01-11  8:30 UTC  (3+ messages)
` [PATCH net-next v7 4/4] test/vsock: vsock_perf utility

[PATCH] vhost: remove unused paramete
 2023-01-11  8:25 UTC  (2+ messages)

[PATCH v3 00/26] Split netmem from struct page
 2023-01-11  8:25 UTC  (28+ 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: "

[patch net-next v3 00/11] devlink: features, linecard and reporters locking cleanup
 2023-01-11  8:23 UTC  (9+ messages)
` [patch net-next v3 01/11] devlink: remove devlink features

[PATCH net-next v3] net: phy: mxl-gpy: fix delay time required by loopback disable function
 2023-01-11  8:22 UTC 

[PATCH net-next 0/2] nfp: add DCB IEEE support
 2023-01-11  8:22 UTC  (4+ messages)
` [PATCH net-next 2/2] nfp: add DCB IEEE configuration process

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-11  8:19 UTC  (14+ messages)

[PATCH net-next v8 0/2] Add support to offload macsec using netlink update
 2023-01-11  8:11 UTC  (3+ messages)
` [PATCH net-next v8 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
` [PATCH net-next v8 2/2] macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump

[PATCH net-next] net: dsa: mv88e6xxx: Enable PTP receive for mv88e6390
 2023-01-11  8:04 UTC 

[PATCH bpf-next v2 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-11  8:01 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

[syzbot] WARNING in devlink_free
 2023-01-11  7:37 UTC 

[PATCH iproute2 v3 1/1] macsec: Fix Macsec replay protection
 2023-01-11  7:32 UTC 

[PATCH v1] net/dev.c : Remove redundant state settings after waking up
 2023-01-11  7:32 UTC  (5+ messages)

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

[PATCH net v2 1/1] net: stmmac: add aux timestamps fifo clearance wait
 2023-01-11  5:02 UTC 

[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 

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 net-next v4 00/10] tsnep: XDP support
 2023-01-11  0:12 UTC  (27+ messages)
` [PATCH net-next v4 01/10] tsnep: Use spin_lock_bh for TX
` [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 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 "

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  (7+ messages)
` [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  (2+ 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 v1 1/7] net: flow_offload: provision conntrack info in ct_metadata
 2023-01-10 20:47 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 

[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


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