index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
Merge branch 'fix-rtnl_mutex-deadlock-with-dpaa2-and-sfp-modules'
Paolo Abeni
9
-104
/
+212
2022-12-01
net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()
Vladimir Oltean
3
-8
/
+5
2022-12-01
net: dpaa2-switch: serialize changes to priv->mac with a mutex
Vladimir Oltean
3
-10
/
+55
2022-12-01
net: dpaa2-eth: serialize changes to priv->mac with a mutex
Vladimir Oltean
3
-16
/
+91
2022-12-01
net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQ
Vladimir Oltean
1
-9
/
+9
2022-12-01
net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()
Vladimir Oltean
1
-1
/
+1
2022-12-01
net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missing
Vladimir Oltean
2
-18
/
+5
2022-12-01
net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() call
Vladimir Oltean
1
-9
/
+12
2022-12-01
net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() call
Vladimir Oltean
1
-9
/
+12
2022-12-01
net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()
Vladimir Oltean
1
-3
/
+0
2022-12-01
net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()
Vladimir Oltean
3
-8
/
+10
2022-12-01
net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()
Vladimir Oltean
4
-17
/
+16
2022-12-01
net: dpaa2-eth: don't use -ENOTSUPP error code
Vladimir Oltean
2
-2
/
+2
2022-12-01
net: microchip: sparx5: Fix error handling in vcap_show_admin()
Dan Carpenter
1
-4
/
+11
2022-12-01
bonding: uninitialized variable in bond_miimon_inspect()
Dan Carpenter
1
-1
/
+1
2022-11-30
Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
22
-135
/
+153
2022-11-30
net: phy: Add link between phy dev and mac dev
Xiaolei Wang
2
-0
/
+16
2022-11-30
Merge branch 'net-devlink-return-the-driver-name-in-devlink_nl_info_fill'
Jakub Kicinski
22
-130
/
+26
2022-11-30
net: devlink: clean-up empty devlink_ops::info_get()
Vincent Mailhol
3
-22
/
+0
2022-11-30
net: devlink: make the devlink_ops::info_get() callback optional
Vincent Mailhol
1
-7
/
+6
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
22
-106
/
+25
2022-11-30
dt-bindings: nfc: nxp,nci: Document NQ310 compatible
Luca Weiss
1
-1
/
+3
2022-11-30
Merge branch 'support-direct-read-from-region'
Jakub Kicinski
6
-80
/
+215
2022-11-30
ice: implement direct read for NVM and Shadow RAM regions
Jacob Keller
2
-2
/
+75
2022-11-30
ice: document 'shadow-ram' devlink region
Jacob Keller
1
-0
/
+5
2022-11-30
ice: use same function to snapshot both NVM and Shadow RAM
Jacob Keller
1
-72
/
+23
2022-11-30
devlink: support directly reading from region memory
Jacob Keller
4
-17
/
+94
2022-11-30
devlink: refactor region_read_snapshot_fill to use a callback function
Jacob Keller
1
-9
/
+35
2022-11-30
devlink: remove unnecessary parameter from chunk_fill function
Jacob Keller
1
-8
/
+2
2022-11-30
devlink: find snapshot in devlink_nl_cmd_region_read_dumpit
Jacob Keller
1
-11
/
+14
2022-11-30
devlink: report extended error message in region_read_dumpit()
Jacob Keller
1
-4
/
+12
2022-11-30
devlink: use min_t to calculate data_size
Jacob Keller
1
-4
/
+2
2022-11-30
net: microchip: vcap: Change how the rule id is generated
Horatiu Vultur
2
-7
/
+1
2022-11-30
octeontx2-af: Simplify a size computation in rvu_npc_exact_init()
Christophe JAILLET
1
-1
/
+1
2022-11-30
octeontx2-af: Fix the size of memory allocated for the 'id_bmap' bitmap
Christophe JAILLET
1
-2
/
+2
2022-11-30
octeontx2-af: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+3
2022-11-30
octeontx2-af: Slightly simplify rvu_npc_exact_init()
Christophe JAILLET
1
-2
/
+1
2022-11-30
octeontx2-af: Fix a potentially spurious error message
Christophe JAILLET
1
-1
/
+1
2022-11-29
selftests/net: add csum offload test
Willem de Bruijn
3
-0
/
+988
2022-11-29
net/mlx5e: Support devlink reload of IPsec core
Leon Romanovsky
4
-23
/
+16
2022-11-29
net/mlx5e: TC, Add offload support for trap with additional actions
Maor Dickman
3
-19
/
+18
2022-11-29
net/mlx5e: Do early return when setup vports dests for slow path flow
Roi Dayan
1
-5
/
+8
2022-11-29
net/mlx5: Remove redundant check
Leon Romanovsky
1
-3
/
+0
2022-11-29
net/mlx5e: Delete always true DMA check
Leon Romanovsky
1
-5
/
+5
2022-11-29
net/mlx5e: Don't access directly DMA device pointer
Leon Romanovsky
1
-1
/
+1
2022-11-29
net/mlx5e: Don't use termination table when redundant
Roi Dayan
1
-4
/
+28
2022-11-29
net/mlx5: Fix orthography errors in documentation
Rahul Rameshbabu
1
-41
/
+41
2022-11-29
net/mlx5: Use generic definition for UMR KLM alignment
Tariq Toukan
3
-7
/
+7
2022-11-29
net/mlx5: Generalize name of UMR alignment definition
Tariq Toukan
6
-17
/
+16
2022-11-29
net/mlx5: Remove unused UMR MTT definitions
Tariq Toukan
1
-2
/
+0
[next]