netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 11:08:26 to 2023-01-13 03:34:46 UTC [more...]

[PATCH V2 0/7] Add eqos and fec support for imx93
 2023-01-13  3:33 UTC  (2+ messages)
` [PATCH V2 1/7] net: stmmac: add imx93 platform support

[PATCH v3 0/9] virtio-net: support multi buffer xdp
 2023-01-13  3:01 UTC  (8+ messages)
` [PATCH v3 2/9] virtio-net: set up xdp for multi buffer packets
` [PATCH v3 4/9] virtio-net: build xdp_buff with multi buffers
` [PATCH v3 5/9] virtio-net: construct multi-buffer xdp in mergeable

[PATCH v3 00/26] Split netmem from struct page
 2023-01-13  2:19 UTC  (8+ messages)
` [PATCH v3 05/26] page_pool: Start using netmem in allocation path

[PATCH net-next 0/2] add some vf fault detect patch for hns
 2023-01-13  2:08 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: add hns3 vf fault detect cap bit support
` [PATCH net-next 2/2] net: hns3: add vf fault process in hns3 ras

[PATCH net v3] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
 2023-01-13  0:55 UTC 

[PATCH] inet: fix fast path in __inet_hash_connect()
 2023-01-13  0:48 UTC  (2+ messages)

[GIT PULL] Networking for 6.2-rc4
 2023-01-13  0:48 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2023-01-13  0:36 UTC 

6.1: possible bug with netfilter conntrack?
 2023-01-13  0:16 UTC  (5+ messages)

[PATCH rcu v2 07/20] drivers/net: Remove "select SRCU"
 2023-01-13  0:11 UTC 

[RFC PATCH net-next 0/7] NIC driver Rx ring ECN
 2023-01-13  0:09 UTC  (4+ messages)

[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-10 14:45 UTC  (4+ messages)

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-12 23:47 UTC  (5+ messages)
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats

[PATCH net-next v4 0/3] add tx packets aggregation to ethtool and rmnet
 2023-01-12 22:59 UTC  (4+ messages)
` [PATCH net-next v4 2/3] net: qualcomm: rmnet: add tx packets aggregation

[PATCH][next] Bluetooth: HCI: Replace zero-length arrays with flexible-array members
 2023-01-12 22:49 UTC  (2+ messages)

[PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
 2023-01-12 22:44 UTC  (16+ messages)
` [PATCH net-next 7/9] devlink: allow registering parameters after the instance

[PATCH net 0/2] amd-xgbe: PFC and KR-Training fixes
 2023-01-12 22:36 UTC  (4+ messages)

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-12 22:29 UTC  (15+ messages)
` [PATCH bpf-next v7 15/17] net/mlx5e: Introduce wrapper for xdp_buff
      ` [xdp-hints] "
` [PATCH bpf-next v7 16/17] net/mlx5e: Support RX XDP metadata

[net-next v2] ipv6: remove max_size check inline with ipv4
 2023-01-12 22:26 UTC  (4+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-01-10
 2023-01-12 22:20 UTC  (9+ messages)
` [net-next 08/15] net/mlx5e: Add hairpin debugfs files

[PATCH net-next v3 0/4] mlxbf_gige: add BlueField-3 support
 2023-01-12 22:11 UTC  (7+ messages)
` [PATCH net-next v3 1/4] mlxbf_gige: add MDIO support for BlueField-3
` [PATCH net-next v3 2/4] mlxbf_gige: support 10M/100M/1G speeds on BlueField-3
` [PATCH net-next v3 3/4] mlxbf_gige: add "set_link_ksettings" ethtool callback
` [PATCH net-next v3 4/4] mlxbf_gige: fix white space in mlxbf_gige_eth_ioctl

[PATCH net v2] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
 2023-01-12 22:10 UTC  (3+ messages)

[PATCH net] net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
 2023-01-12 21:54 UTC  (6+ messages)

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-12 21:42 UTC  (15+ messages)
` [PATCH v5 01/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH v5 02/14] x86/hyperv: Reorder code to facilitate future work
` [PATCH v5 03/14] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v5 04/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [PATCH v5 05/14] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
` [PATCH v5 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v5 08/14] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v5 09/14] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v5 10/14] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v5 11/14] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v5 12/14] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v5 13/14] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH v5 14/14] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH net-next 00/10] net: mdio: Continue separating C22 and C45
 2023-01-12 21:13 UTC  (12+ messages)
` [PATCH net-next 01/10] net: mdio: cavium: Separate C22 and C45 transactions
` [PATCH net-next 02/10] net: mdio: i2c: "
` [PATCH net-next 03/10] net: mdio: mux-bcm-iproc: "
` [PATCH net-next 04/10] net: mdio: aspeed: "
` [PATCH net-next 05/10] net: mdio: ipq4019: "
` [PATCH net-next 06/10] net: ethernet: mtk_eth_soc: "
` [PATCH net-next 07/10] net: lan743x: "
` [PATCH net-next 08/10] net: stmmac: Separate C22 and C45 transactions for xgmac2
` [PATCH net-next 09/10] net: stmmac: Separate C22 and C45 transactions for xgmac
` [PATCH net-next 10/10] enetc: Separate C22 and C45 transactions

[PATCH net-next v7 0/8] Add Auxiliary driver support
 2023-01-12 20:29 UTC  (9+ messages)
` [PATCH net-next v7 1/8] bnxt_en: Add auxiliary "
` [PATCH net-next v7 2/8] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH net-next v7 3/8] bnxt_en: Remove usage of ulp_id
` [PATCH net-next v7 4/8] bnxt_en: Use direct API instead of indirection
` [PATCH net-next v7 5/8] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH net-next v7 6/8] bnxt_en: Remove struct bnxt access from RoCE driver
` [PATCH net-next v7 7/8] RDMA/bnxt_re: Remove the sriov config callback
` [PATCH net-next v7 8/8] bnxt_en: Remove runtime interrupt vector allocation

[PATCH v6] sock: add tracepoint for send recv length
 2023-01-12 20:24 UTC  (2+ messages)

[PATCH net-next 0/6] Introduce new DCB rewrite table
 2023-01-12 20:15 UTC  (7+ messages)
` [PATCH net-next 1/6] net: dcb: modify dcb_app_add to take list_head ptr as parameter
` [PATCH net-next 2/6] net: dcb: add new common function for set/del of app/rewr entries
` [PATCH net-next 3/6] net: dcb: add new rewrite table
` [PATCH net-next 4/6] net: dcb: add helper functions to retrieve PCP and DSCP rewrite maps
` [PATCH net-next 5/6] net: microchip: sparx5: add support for PCP rewrite
` [PATCH net-next 6/6] net: microchip: sparx5: add support for DSCP rewrite

[PATCH V1 net-next 0/5] Add devlink support to ena
 2023-01-12 19:56 UTC  (11+ messages)

[syzbot] KASAN: use-after-free Read in sock_def_wakeup
 2023-01-12 19:39 UTC 

[PATCH v5 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-12 19:25 UTC  (6+ messages)
` [PATCH v5 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

[PATCH net v2] ice: Fix deadlock on the rtnl_mutex
 2023-01-12 19:14 UTC  (4+ messages)

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-12 19:09 UTC  (7+ messages)
` [RFC PATCH v4 3/4] dpll: documentation on DPLL subsystem interface

[PATCH 1/8] bnxt_en: Add auxiliary driver support
 2023-01-12 19:08 UTC  (2+ messages)

[PATCH net 1/2] net/af_packet: fix tx skb protocol on SOCK_PACKET sockets
 2023-01-12 18:38 UTC  (9+ messages)
` [PATCH net 2/2] net/af_packet: fix tx skb network header on SOCK_RAW sockets over VLAN device

[PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches
 2023-01-12 17:56 UTC  (11+ messages)
` [PATCH v7 net-next 01/10] dt-bindings: dsa: sync with maintainers
` [PATCH v7 net-next 02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
` [PATCH v7 net-next 03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
` [PATCH v7 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
` [PATCH v7 net-next 05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
` [PATCH v7 net-next 06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
` [PATCH v7 net-next 07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v7 net-next 08/10] dt-bindings: net: add generic ethernet-switch
` [PATCH v7 net-next 09/10] dt-bindings: net: add generic ethernet-switch-port binding
` [PATCH v7 net-next 10/10] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml

[PATCH net 0/3] mptcp: userspace pm: create sockets for the right family
 2023-01-12 17:42 UTC  (4+ messages)
` [PATCH net 1/3] mptcp: explicitly specify sock family at subflow creation time
` [PATCH net 2/3] mptcp: netlink: respect v4/v6-only sockets
` [PATCH net 3/3] selftests: mptcp: userspace: validate v4-v6 subflows mix

[net-next PATCH 0/5] octeontx2-pf: HTB offload support
 2023-01-12 17:31 UTC  (6+ messages)
` [net-next PATCH 1/5] sch_htb: Allow HTB priority parameter in offload mode
` [net-next PATCH 2/5] octeontx2-pf: qos send queues management
` [net-next PATCH 3/5] octeontx2-pf: Refactor schedular queue alloc/free calls
` [net-next PATCH 4/5] octeontx2-pf: Add devlink support to configure TL1 RR_PRIO
` [net-next PATCH 5/5] octeontx2-pf: Add support for HTB offload

[PATCH] wifi: mt76: Stop unmapping all buffers when WED not present
 2023-01-12 17:23 UTC  (2+ messages)

[PATCH net] rxrpc: Fix wrong error return in rxrpc_connect_call()
 2023-01-12 16:57 UTC  (2+ messages)

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-01-12 16:46 UTC  (6+ messages)
    `  "

[PATCH V2] Add some USB hotspot IDs
 2023-01-12 16:29 UTC  (5+ messages)
` [PATCH V2 1/3] USB: serial: option: Add generic MDM9207 configurations
` [PATCH V2 3/3] USB: serial: option: Add Novatel MiFi 8800L diag endpoint

[PATCH net] net: lan966x: add missing fwnode_handle_put() for ports node
 2023-01-12 16:13 UTC 

[PATCH v2 net-next 1/1] plca.c: fix obvious mistake in checking retval
 2023-01-12 15:56 UTC 

[PATCH net-next 1/6] net/sched: cls_api: Support hardware miss to tc action
 2023-01-12 15:45 UTC  (2+ messages)

[PATCH net] net: hns3: fix wrong use of rss size during VF rss config
 2023-01-12 15:36 UTC  (4+ messages)

[PATCH net-next 1/1] plca.c: fix obvious mistake in checking retval
 2023-01-12 15:27 UTC  (4+ messages)

[PATCH net-next v2] net: dsa: mv88e6xxx: Enable PTP receive for mv88e6390
 2023-01-12 15:21 UTC  (3+ messages)

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

[PATCH net-next] net: pcs: pcs-lynx: use phylink_get_link_timer_ns() helper
 2023-01-12 14:37 UTC 

[PATCH 5.10 144/783] net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()
 2023-01-12 13:53 UTC  (2+ messages)
` [PATCH 5.10 508/783] igb: Do not free q_vector unless new one was allocated

[RFC PATCH net-next v13] vmxnet3: Add XDP support
 2023-01-12 14:07 UTC 

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-12 14:03 UTC  (3+ messages)

[PATCH net-next] r8152: add vendor/device ID pair for Microsoft Devkit
 2023-01-12 13:40 UTC  (7+ messages)

[Regression] 6.0.16-6.0.18 kernel no longer return EADDRINUSE from bind
 2023-01-12 13:27 UTC  (3+ messages)

[Patch net v2 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
 2023-01-12 13:18 UTC  (4+ messages)
` [Patch net v2 1/2] l2tp: convert l2tp_tunnel_list to idr

[PATCH 5.10 0/1] mt76: move mt76_init_tx_queue in common code
 2023-01-12 12:58 UTC  (3+ messages)
` [PATCH 5.10 1/1] "

[PATCH v3 ipsec] Fixing support for nested XFRM-I tunnels
 2023-01-12 12:38 UTC  (3+ messages)
` [PATCH v3 ipsec] Fix XFRM-I support for nested ESP tunnels

[PATCH net-next 0/4] net/sched: cls_api: Support hardware miss to tc action
 2023-01-12 12:24 UTC  (6+ messages)
` [PATCH net-next 3/6] net/sched: flower: "
` [PATCH net-next 4/6] net/mlx5: Refactor tc miss handling to a single function
` [PATCH net-next 5/6] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
` [PATCH net-next 6/6] net/mlx5: TC, Set CT miss to the specific ct action instance

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

[PATCH v2 net-next] nfp: add DCB IEEE support
 2023-01-12 12:11 UTC 

[PATCH net-next v7 0/4] vsock: update tools and error handling
 2023-01-12 12:10 UTC  (2+ messages)

[PATCH net-next v7 4/4] test/vsock: vsock_perf utility
 2023-01-12 11:55 UTC  (3+ messages)

[PATCH net-next v6 0/6] dsa: lan9303: Move to PHYLINK
 2023-01-12 11:48 UTC  (3+ messages)
` [PATCH net-next v6 6/6] dsa: lan9303: Migrate "

[syzbot] WARNING in rate_control_rate_init
 2023-01-12 11:37 UTC 

[PATCH v2 net-next 00/12] ethtool support for IEEE 802.3 MAC Merge layer
 2023-01-12 11:29 UTC  (2+ messages)

[ANNOUNCE] iptables 1.8.9 release
 2023-01-12 11:20 UTC 

pull-request: wireless-2023-01-12
 2023-01-12 11:19 UTC 


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