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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-14
/
+10
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
19
-88
/
+109
2022-11-30
net: phy: Add link between phy dev and mac dev
Xiaolei Wang
1
-0
/
+12
2022-11-30
net: devlink: clean-up empty devlink_ops::info_get()
Vincent Mailhol
3
-22
/
+0
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
20
-96
/
+7
2022-11-30
ice: implement direct read for NVM and Shadow RAM regions
Jacob Keller
1
-0
/
+69
2022-11-30
ice: use same function to snapshot both NVM and Shadow RAM
Jacob Keller
1
-72
/
+23
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
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: Use generic definition for UMR KLM alignment
Tariq Toukan
2
-6
/
+6
2022-11-29
net/mlx5: Generalize name of UMR alignment definition
Tariq Toukan
5
-15
/
+14
2022-11-29
net/mlx5e: Add padding when needed in UMR WQEs
Tariq Toukan
1
-0
/
+11
2022-11-29
net/mlx5: Remove unused ctx variables
Petr Pavlu
1
-2
/
+0
2022-11-29
net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-2
/
+2
2022-11-29
net/mlx5e: Remove unneeded io-mapping.h #include
Christophe JAILLET
3
-3
/
+0
2022-11-29
net: pcs: altera-tse: remove unnecessary register definitions
Maxime Chevallier
1
-9
/
+0
2022-11-29
net: pcs: altera-tse: don't set the speed for 1000BaseX
Maxime Chevallier
1
-1
/
+0
2022-11-29
net: pcs: altera-tse: use read_poll_timeout to wait for reset
Maxime Chevallier
1
-8
/
+3
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
278
-1439
/
+2613
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
48
-197
/
+331
2022-11-29
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
1
-0
/
+1
2022-11-29
net/mlx5: Lag, Fix for loop when checking lag
Chris Mi
1
-2
/
+4
2022-11-29
Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"
Saeed Mahameed
1
-0
/
+16
2022-11-29
nfp: ethtool: support reporting link modes
Yu Xiao
5
-0
/
+173
2022-11-29
net: microchip: vcap: Implement w32be
Horatiu Vultur
1
-4
/
+112
2022-11-29
net: lan966x: Add port keyset config and callback interface
Horatiu Vultur
1
-0
/
+366
[next]