index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpin
Gal Pressman
1
-2
/
+0
2023-02-08
net/mlx5: fs, Remove redundant vport_number assignment
Roi Dayan
1
-5
/
+0
2023-02-08
net/mlx5e: Remove redundant code for handling vlan actions
Roi Dayan
4
-243
/
+14
2023-02-08
net/mlx5e: Don't listen to remove flows event
Leon Romanovsky
1
-3
/
+1
2023-02-08
net/mlx5: fw reset: Skip device ID check if PCI link up failed
Moshe Shemesh
1
-0
/
+1
2023-02-08
net/mlx5: Remove redundant health work lock
Shay Drory
1
-21
/
+7
2023-02-08
mlx5: reduce stack usage in mlx5_setup_tc
Arnd Bergmann
1
-6
/
+11
2023-02-07
Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
14
-245
/
+679
2023-02-07
net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
Vladimir Oltean
1
-12
/
+12
2023-02-07
net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
Vladimir Oltean
1
-7
/
+19
2023-02-07
amd-xgbe: fix mismatched prototype
Arnd Bergmann
1
-1
/
+2
2023-02-07
net: mscc: ocelot: un-export unused regmap symbols
Colin Foster
1
-28
/
+14
2023-02-07
Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linux
Jakub Kicinski
6
-316
/
+235
2023-02-07
ice: switch: fix potential memleak in ice_add_adv_recipe()
Zhang Changzhong
1
-1
/
+1
2023-02-07
ice: Fix off by one in ice_tc_forward_to_queue()
Dan Carpenter
1
-1
/
+1
2023-02-07
ice: Fix disabling Rx VLAN filtering with port VLAN enabled
Brett Creeley
1
-1
/
+15
2023-02-07
ice: fix out-of-bounds KASAN warning in virtchnl
Michal Swiatkowski
2
-18
/
+12
2023-02-07
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Anirudh Venkataramanan
1
-1
/
+1
2023-02-06
ice: remove unnecessary virtchnl_ether_addr struct use
Jacob Keller
5
-35
/
+35
2023-02-06
ice: introduce .irq_close VF operation
Jacob Keller
3
-0
/
+6
2023-02-06
ice: introduce clear_reset_state operation
Jacob Keller
4
-4
/
+31
2023-02-06
ice: convert vf_ops .vsi_rebuild to .create_vsi
Jacob Keller
3
-15
/
+40
2023-02-06
ice: introduce ice_vf_init_host_cfg function
Jacob Keller
3
-34
/
+57
2023-02-06
ice: add a function to initialize vf entry
Jacob Keller
3
-14
/
+29
2023-02-06
ice: Pull common tasks into ice_vf_post_vsi_rebuild
Jacob Keller
2
-4
/
+17
2023-02-06
ice: move ice_vf_vsi_release into ice_vf_lib.c
Jacob Keller
3
-15
/
+19
2023-02-06
ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg
Jacob Keller
1
-25
/
+26
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
6
-63
/
+147
2023-02-06
ice: drop unnecessary VF parameter from several VSI functions
Jacob Keller
1
-13
/
+8
2023-02-06
ice: fix function comment referring to ice_vsi_alloc
Jacob Keller
1
-1
/
+1
2023-02-06
ice: Add more usage of existing function ice_get_vf_vsi(vf)
Brett Creeley
1
-4
/
+4
2023-02-06
can: bittiming: can_validate_bitrate(): report error via netlink
Marc Kleine-Budde
1
-0
/
+3
2023-02-06
can: bittiming: can_calc_bittiming(): convert from netdev_err() to NL_SET_ERR...
Marc Kleine-Budde
1
-6
/
+7
2023-02-06
can: bittiming: can_calc_bittiming(): clean up SJW handling
Marc Kleine-Budde
1
-11
/
+6
2023-02-06
can: bittiming: can_sjw_set_default(): use Phase Seg2 / 2 as default for SJW
Marc Kleine-Budde
1
-2
/
+2
2023-02-06
can: bittiming: can_sjw_check(): check that SJW is not longer than either Pha...
Marc Kleine-Budde
1
-0
/
+14
2023-02-06
can: bittiming: can_sjw_check(): report error via netlink and harmonize error...
Marc Kleine-Budde
1
-2
/
+5
2023-02-06
can: bittiming: can_fixup_bittiming(): report error via netlink and harmonize...
Marc Kleine-Budde
1
-7
/
+31
2023-02-06
can: bittiming: factor out can_sjw_set_default() and can_sjw_check()
Marc Kleine-Budde
1
-4
/
+26
2023-02-06
can: bittiming: can_changelink() pass extack down callstack
Marc Kleine-Budde
3
-9
/
+14
2023-02-06
can: netlink: can_changelink(): convert from netdev_err() to NL_SET_ERR_MSG_F...
Marc Kleine-Budde
1
-4
/
+6
2023-02-06
can: netlink: can_validate(): validate sample point for CAN and CAN-FD
Marc Kleine-Budde
1
-1
/
+32
2023-02-06
can: dev: register_candev(): bail out if both fixed bit rates and bit timing ...
Marc Kleine-Budde
1
-0
/
+5
2023-02-06
can: dev: register_candev(): ensure that bittiming const are valid
Marc Kleine-Budde
1
-0
/
+16
2023-02-06
can: bittiming: can_get_bittiming(): use direct return and remove unneeded else
Marc Kleine-Budde
1
-11
/
+7
2023-02-06
can: bittiming: can_fixup_bittiming(): set effective tq
Marc Kleine-Budde
1
-0
/
+2
2023-02-06
can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG instead of 1
Marc Kleine-Budde
1
-1
/
+1
2023-02-06
can: bittiming(): replace open coded variants of can_bit_time()
Marc Kleine-Budde
2
-5
/
+4
2023-02-06
tap: tap_open(): correctly initialize socket uid
Pietro Borrello
1
-1
/
+1
2023-02-06
tun: tun_chr_open(): correctly initialize socket uid
Pietro Borrello
1
-1
/
+1
[prev]
[next]