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
2024-02-07
vxlan: use exit_batch_rtnl() method
Eric Dumazet
1
-31
/
+19
2024-02-07
gtp: use exit_batch_rtnl() method
Eric Dumazet
1
-10
/
+10
2024-02-07
geneve: use exit_batch_rtnl() method
Eric Dumazet
1
-13
/
+10
2024-02-07
bonding: use exit_batch_rtnl() method
Eric Dumazet
1
-11
/
+26
2024-02-07
bareudp: use exit_batch_rtnl() method
Eric Dumazet
1
-9
/
+4
2024-02-07
net: dsa: mt7530: do not clear config->supported_interfaces
Arınç ÜNAL
1
-2
/
+0
2024-02-07
net: dsa: mt7530: correct port capabilities of MT7988
Arınç ÜNAL
1
-1
/
+1
2024-02-07
net: dsa: mt7530: remove pad_setup function pointer
Arınç ÜNAL
2
-37
/
+2
2024-02-07
net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
Arınç ÜNAL
1
-8
/
+11
2024-02-07
net: dsa: mt7530: simplify mt7530_pad_clk_setup()
Arınç ÜNAL
1
-51
/
+40
2024-02-07
net: dsa: mt7530: move XTAL check to mt7530_setup()
Arınç ÜNAL
1
-7
/
+6
2024-02-07
net: dsa: mt7530: empty default case on mt7530_setup_port5()
Arınç ÜNAL
1
-4
/
+1
2024-02-07
r8169: remove setting LED default trigger, this is done by LED core now
Heiner Kallweit
1
-1
/
+0
2024-02-07
Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
15
-225
/
+735
2024-02-07
net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()
Heiner Kallweit
1
-4
/
+8
2024-02-07
net: phy: realtek: use generic MDIO constants
Marek Behún
1
-17
/
+13
2024-02-07
dpll: check that pin is registered in __dpll_pin_unregister()
Jiri Pirko
1
-0
/
+3
2024-02-07
tsnep: Use devm_platform_get_and_ioremap_resource() in tsnep_probe()
Markus Elfring
1
-2
/
+1
2024-02-07
net: dsa: b53: remove eee_enabled/eee_active in b53_get_mac_eee()
Russell King (Oracle)
1
-6
/
+0
2024-02-07
net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()
Russell King (Oracle)
2
-6
/
+3
2024-02-07
net: bcmgenet: remove eee_enabled/eee_active in bcmgenet_get_eee()
Russell King (Oracle)
2
-7
/
+6
2024-02-07
net: fec: remove eee_enabled/eee_active in fec_enet_get_eee()
Russell King (Oracle)
1
-4
/
+0
2024-02-07
net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()
Russell King (Oracle)
3
-4
/
+0
2024-02-07
net: stmmac: remove eee_enabled/eee_active in stmmac_ethtool_op_get_eee()
Russell King (Oracle)
1
-2
/
+0
2024-02-07
net: dsa: mv88e6xxx: Return -ENODEV when C45 not supported
Andrew Lunn
1
-1
/
+1
2024-02-07
net: phy: c45 scanning: Don't consider -ENODEV fatal
Andrew Lunn
1
-2
/
+6
2024-02-07
netdevsim: make nsim_bus const
Ricardo B. Marliere
1
-1
/
+1
2024-02-07
net: ethernet: remove duplicated CONFIG_SUNGEM_PHY entry
Masahiro Yamada
1
-3
/
+0
2024-02-06
tg3: convert EEE handling to use linkmode bitmaps
Heiner Kallweit
1
-13
/
+14
2024-02-06
r8169: use new helper phy_advertise_eee_all
Heiner Kallweit
1
-2
/
+1
2024-02-06
net: phy: add helper phy_advertise_eee_all
Heiner Kallweit
1
-0
/
+16
2024-02-06
mlx4: Address spelling errors
Simon Horman
11
-20
/
+22
2024-02-06
pds_core: Clean up init/uninit flows to be more readable
Brett Creeley
3
-43
/
+61
2024-02-06
pds_core: Fix up some minor issues
Brett Creeley
2
-7
/
+4
2024-02-06
pds_core: Unmask adminq interrupt in work thread
Brett Creeley
1
-7
/
+3
2024-02-06
pds_core: Don't assign interrupt index/bound_intr to notifyq
Brett Creeley
2
-5
/
+3
2024-02-06
bonding: Add independent control state machine
Aahil Awatramani
4
-8
/
+194
2024-02-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
9
-168
/
+150
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
3
-6
/
+5
2024-02-06
net: ravb: Simplify ravb_resume()
Claudiu Beznea
1
-34
/
+24
2024-02-06
net: ravb: Simplify ravb_suspend()
Claudiu Beznea
1
-7
/
+6
2024-02-06
net: ravb: Set config mode in ndo_open and reset mode in ndo_close
Claudiu Beznea
1
-32
/
+46
2024-02-06
net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...
Claudiu Beznea
1
-15
/
+3
2024-02-06
net: ravb: Move DBAT configuration to the driver's ndo_open API
Claudiu Beznea
1
-1
/
+1
2024-02-06
net: ravb: Move delay mode set in the driver's ndo_open API
Claudiu Beznea
1
-51
/
+56
2024-02-06
net: ravb: Split GTI computation and set operations
Claudiu Beznea
2
-46
/
+52
2024-02-06
net: ravb: Move getting/requesting IRQs in the probe() method
Claudiu Beznea
2
-173
/
+130
2024-02-06
net: ravb: Move reference clock enable/disable on runtime PM APIs
Claudiu Beznea
1
-53
/
+57
2024-02-06
net: ravb: Assert/de-assert reset on suspend/resume
Claudiu Beznea
1
-3
/
+11
2024-02-06
net: ravb: Use tabs instead of spaces
Claudiu Beznea
1
-3
/
+3
[next]