summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ice: introduce clear_reset_state operationJacob Keller2023-02-064-4/+31
| * | | ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller2023-02-063-15/+40
| * | | ice: introduce ice_vf_init_host_cfg functionJacob Keller2023-02-063-34/+57
| * | | ice: add a function to initialize vf entryJacob Keller2023-02-063-14/+29
| * | | ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller2023-02-062-4/+17
| * | | ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller2023-02-063-15/+19
| * | | ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller2023-02-061-25/+26
| * | | ice: refactor VSI setup to use parameter structureJacob Keller2023-02-066-63/+147
| * | | ice: drop unnecessary VF parameter from several VSI functionsJacob Keller2023-02-061-13/+8
| * | | ice: fix function comment referring to ice_vsi_allocJacob Keller2023-02-061-1/+1
| * | | ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley2023-02-061-4/+4
* | | | devlink: Fix memleak in health diagnose callbackMoshe Shemesh2023-02-081-5/+9
* | | | nfp: flower: add check for flower VF netdevs for get/set_eepromJames Hershaw2023-02-081-6/+6
* | | | Merge branch 'mlxsw-misc-devlink-changes'Jakub Kicinski2023-02-087-207/+161
|\ \ \ \
| * | | | mlxsw: core: Register devlink instance before sub-objectsIdo Schimmel2023-02-081-6/+6
| * | | | mlxsw: spectrum_acl_tcam: Move devlink param to TCAM codeIdo Schimmel2023-02-087-130/+90
| * | | | mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarationsIdo Schimmel2023-02-081-65/+65
| * | | | mlxsw: spectrum_acl_tcam: Make fini symmetric to initIdo Schimmel2023-02-081-1/+1
| * | | | mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()Ido Schimmel2023-02-081-2/+6
| * | | | mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()Danielle Ratson2023-02-081-12/+2
|/ / / /
* | | | net: enetc: add support for MAC Merge statistics countersVladimir Oltean2023-02-082-5/+85
* | | | net: enetc: add support for MAC Merge layerVladimir Oltean2023-02-084-3/+182
* | | | Merge branch 'sched-cpumask-improve-on-cpumask_local_spread-locality'Jakub Kicinski2023-02-087-25/+230
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/cpumask: update comment for cpumask_local_spread()Yury Norov2023-02-081-4/+22
| * | | net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hintsTariq Toukan2023-02-081-2/+16
| * | | sched/topology: Introduce for_each_numa_hop_mask()Valentin Schneider2023-02-081-0/+18
| * | | sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider2023-02-082-0/+40
| * | | lib/cpumask: reorganize cpumask_local_spread() logicYury Norov2023-02-081-10/+6
| * | | cpumask: improve on cpumask_local_spread() localityYury Norov2023-02-081-10/+2
| * | | sched: add sched_numa_find_nth_cpu()Yury Norov2023-02-082-0/+65
| * | | cpumask: introduce cpumask_nth_and_andnotYury Norov2023-02-081-0/+20
| * | | lib/find: introduce find_nth_and_andnot_bitYury Norov2023-02-082-0/+42
|/ / /
* | | Merge branch 'net-core-use-a-dedicated-kmem_cache-for-skb-head-allocs'Jakub Kicinski2023-02-072-33/+90
|\ \ \
| * | | net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
| * | | net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
| * | | net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
| * | | net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-072-12/+14
|/ / /
* | | Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-0719-251/+728
|\ \ \
| * \ \ Merge patch series "can: bittiming: cleanups and rework SJW handling"Marc Kleine-Budde2023-02-065-55/+179
| |\ \ \
| | * | | can: bittiming: can_validate_bitrate(): report error via netlinkMarc Kleine-Budde2023-02-061-0/+3
| | * | | can: bittiming: can_calc_bittiming(): convert from netdev_err() to NL_SET_ERR...Marc Kleine-Budde2023-02-061-6/+7
| | * | | can: bittiming: can_calc_bittiming(): clean up SJW handlingMarc Kleine-Budde2023-02-061-11/+6
| | * | | can: bittiming: can_sjw_set_default(): use Phase Seg2 / 2 as default for SJWMarc Kleine-Budde2023-02-061-2/+2
| | * | | can: bittiming: can_sjw_check(): check that SJW is not longer than either Pha...Marc Kleine-Budde2023-02-061-0/+14
| | * | | can: bittiming: can_sjw_check(): report error via netlink and harmonize error...Marc Kleine-Budde2023-02-061-2/+5
| | * | | can: bittiming: can_fixup_bittiming(): report error via netlink and harmonize...Marc Kleine-Budde2023-02-061-7/+31
| | * | | can: bittiming: factor out can_sjw_set_default() and can_sjw_check()Marc Kleine-Budde2023-02-062-4/+31
| | * | | can: bittiming: can_changelink() pass extack down callstackMarc Kleine-Budde2023-02-064-11/+17
| | * | | can: netlink: can_changelink(): convert from netdev_err() to NL_SET_ERR_MSG_F...Marc Kleine-Budde2023-02-061-4/+6
| | * | | can: netlink: can_validate(): validate sample point for CAN and CAN-FDMarc Kleine-Budde2023-02-061-1/+32