linux-2.6-microblaze.git
2023-02-08 Vladimir Olteannet/sched: taprio: refactor one skb dequeue from TXQ...
2023-02-08 Vladimir Olteannet/sched: taprio: continue with other TXQs if one...
2023-02-08 Vladimir Olteannet/sched: taprio: delete peek() implementation
2023-02-08 David S. MillerMerge branch 'micrel-lan8841-support'
2023-02-08 Horatiu Vulturdt-bindings: net: micrel-ksz90x1.txt: Update for lan8841
2023-02-08 Horatiu Vulturnet: micrel: Add support for lan8841 PHY
2023-02-08 Horatiu Vulturnet: lan966x: Add support for TC flower filter statistics
2023-02-08 Jakub KicinskiMerge branch '100GbE' of git://git./linux/kernel/git...
2023-02-08 Moshe Shemeshdevlink: Fix memleak in health diagnose callback
2023-02-08 James Hershawnfp: flower: add check for flower VF netdevs for get...
2023-02-08 Jakub KicinskiMerge branch 'mlxsw-misc-devlink-changes'
2023-02-08 Ido Schimmelmlxsw: core: Register devlink instance before sub-objects
2023-02-08 Ido Schimmelmlxsw: spectrum_acl_tcam: Move devlink param to TCAM...
2023-02-08 Ido Schimmelmlxsw: spectrum_acl_tcam: Reorder functions to avoid...
2023-02-08 Ido Schimmelmlxsw: spectrum_acl_tcam: Make fini symmetric to init
2023-02-08 Ido Schimmelmlxsw: spectrum_acl_tcam: Add missing mutex_destroy()
2023-02-08 Danielle Ratsonmlxsw: spectrum: Remove pointless call to devlink_param...
2023-02-08 Vladimir Olteannet: enetc: add support for MAC Merge statistics counters
2023-02-08 Vladimir Olteannet: enetc: add support for MAC Merge layer
2023-02-08 Jakub KicinskiMerge branch 'sched-cpumask-improve-on-cpumask_local_sp...
2023-02-08 Yury Norovlib/cpumask: update comment for cpumask_local_spread()
2023-02-08 Tariq Toukannet/mlx5e: Improve remote NUMA preferences used for...
2023-02-08 Valentin Schneidersched/topology: Introduce for_each_numa_hop_mask()
2023-02-08 Valentin Schneidersched/topology: Introduce sched_numa_hop_mask()
2023-02-08 Yury Norovlib/cpumask: reorganize cpumask_local_spread() logic
2023-02-08 Yury Norovcpumask: improve on cpumask_local_spread() locality
2023-02-08 Yury Norovsched: add sched_numa_find_nth_cpu()
2023-02-08 Yury Norovcpumask: introduce cpumask_nth_and_andnot
2023-02-08 Yury Norovlib/find: introduce find_nth_and_andnot_bit
2023-02-07 Jakub KicinskiMerge branch 'net-core-use-a-dedicated-kmem_cache-for...
2023-02-07 Eric Dumazetnet: add dedicated kmem_cache for typical/small skb...
2023-02-07 Eric Dumazetnet: factorize code in kmalloc_reserve()
2023-02-07 Eric Dumazetnet: remove osize variable in __alloc_skb()
2023-02-07 Eric Dumazetnet: add SKB_HEAD_ALIGN() helper
2023-02-07 Paolo AbeniMerge tag 'linux-can-next-for-6.3-20230206' of git...
2023-02-07 Vladimir Olteanethtool: mm: fix get_mm() return code not propagating...
2023-02-07 Eddy Taonet: openvswitch: reduce cpu_used_mask memory
2023-02-07 Arnd Bergmannamd-xgbe: fix mismatched prototype
2023-02-07 Colin Fosternet: mscc: ocelot: un-export unused regmap symbols
2023-02-07 Jakub KicinskiMerge branch 'aux-bus-v11' of https://github.com/ajitkh...
2023-02-06 Jacob Kellerice: remove unnecessary virtchnl_ether_addr struct use
2023-02-06 Jacob Kellerice: introduce .irq_close VF operation
2023-02-06 Jacob Kellerice: introduce clear_reset_state operation
2023-02-06 Jacob Kellerice: convert vf_ops .vsi_rebuild to .create_vsi
2023-02-06 Jacob Kellerice: introduce ice_vf_init_host_cfg function
2023-02-06 Jacob Kellerice: add a function to initialize vf entry
2023-02-06 Jacob Kellerice: Pull common tasks into ice_vf_post_vsi_rebuild
2023-02-06 Jacob Kellerice: move ice_vf_vsi_release into ice_vf_lib.c
2023-02-06 Jacob Kellerice: move vsi_type assignment from ice_vsi_alloc to...
2023-02-06 Jacob Kellerice: refactor VSI setup to use parameter structure
2023-02-06 Jacob Kellerice: drop unnecessary VF parameter from several VSI...
2023-02-06 Jacob Kellerice: fix function comment referring to ice_vsi_alloc
2023-02-06 Brett Creeleyice: Add more usage of existing function ice_get_vf_vsi(vf)
2023-02-06 Marc Kleine... Merge patch series "can: bittiming: cleanups and rework...
2023-02-06 Marc Kleine... can: bittiming: can_validate_bitrate(): report error...
2023-02-06 Marc Kleine... can: bittiming: can_calc_bittiming(): convert from...
2023-02-06 Marc Kleine... can: bittiming: can_calc_bittiming(): clean up SJW...
2023-02-06 Marc Kleine... can: bittiming: can_sjw_set_default(): use Phase Seg2...
2023-02-06 Marc Kleine... can: bittiming: can_sjw_check(): check that SJW is...
2023-02-06 Marc Kleine... can: bittiming: can_sjw_check(): report error via netli...
2023-02-06 Marc Kleine... can: bittiming: can_fixup_bittiming(): report error...
2023-02-06 Marc Kleine... can: bittiming: factor out can_sjw_set_default() and...
2023-02-06 Marc Kleine... can: bittiming: can_changelink() pass extack down callstack
2023-02-06 Marc Kleine... can: netlink: can_changelink(): convert from netdev_err...
2023-02-06 Marc Kleine... can: netlink: can_validate(): validate sample point...
2023-02-06 Marc Kleine... can: dev: register_candev(): bail out if both fixed...
2023-02-06 Marc Kleine... can: dev: register_candev(): ensure that bittiming...
2023-02-06 Marc Kleine... can: bittiming: can_get_bittiming(): use direct return...
2023-02-06 Marc Kleine... can: bittiming: can_fixup_bittiming(): set effective tq
2023-02-06 Marc Kleine... can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG...
2023-02-06 Marc Kleine... can: bittiming(): replace open coded variants of can_bi...
2023-02-06 David S. MillerMerge branch 'tuntap-socket-uid'
2023-02-06 Pietro Borrellotap: tap_open(): correctly initialize socket uid
2023-02-06 Pietro Borrellotun: tun_chr_open(): correctly initialize socket uid
2023-02-06 Pietro Borrellonet: add sock_init_data_uid()
2023-02-06 David S. MillerMerge branch 'ENETC-mqprio-taprio-cleanup'
2023-02-06 Vladimir Olteannet: enetc: act upon mqprio queue config in taprio...
2023-02-06 Vladimir Olteannet: enetc: act upon the requested mqprio queue configu...
2023-02-06 Vladimir Olteannet: enetc: request mqprio to validate the queue counts
2023-02-06 Vladimir Olteannet/sched: taprio: only pass gate mask per TXQ for...
2023-02-06 Vladimir Olteannet/sched: taprio: pass mqprio queue configuration...
2023-02-06 Vladimir Olteannet/sched: refactor mqprio qopt reconstruction to a...
2023-02-06 Vladimir Olteannet/sched: taprio: centralize mqprio qopt validation
2023-02-06 Vladimir Olteannet/sched: mqprio: add extack messages for queue count...
2023-02-06 Vladimir Olteannet/sched: mqprio: allow offloading drivers to request...
2023-02-06 Vladimir Olteannet/sched: mqprio: allow reverse TC:TXQ mappings
2023-02-06 Vladimir Olteannet/sched: move struct tc_mqprio_qopt_offload from...
2023-02-06 Vladimir Olteannet/sched: mqprio: refactor offloading and unoffloading...
2023-02-06 Vladimir Olteannet/sched: mqprio: refactor nlattr parsing to a separat...
2023-02-06 Praveen Kaligineedigve: Fix gve interrupt names
2023-02-06 David S. MillerMerge branch '100GbE' of git://git./linux/kernel/git...
2023-02-06 Jesper Dangaard... net: introduce skb_poison_list and use in kfree_skb_list
2023-02-06 David S. MillerMerge branch 'wangxun-interrupts'
2023-02-06 Mengyuan Lounet: ngbe: Support Rx and Tx process path
2023-02-06 Jiawen Wunet: txgbe: Support Rx and Tx process path
2023-02-06 Mengyuan Lounet: libwx: Add tx path to process packets
2023-02-06 Jiawen Wunet: libwx: Support to receive packets in NAPI
2023-02-06 Jiawen Wunet: txgbe: Setup Rx and Tx ring
2023-02-06 Jiawen Wunet: libwx: Allocate Rx and Tx resources
2023-02-06 Jiawen Wunet: libwx: Configure Rx and Tx unit on hardware
next