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
2023-07-19
gtp: Set TOS and routing scope independently for fib lookups.
Guillaume Nault
1
-1
/
+2
2023-07-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
1
-27
/
+38
2023-07-19
net: stmmac: xgmac: Fix L3L4 filter count
Rohan G Thomas
2
-1
/
+11
2023-07-19
vxlan: Add support for nexthop ID metadata
Ido Schimmel
1
-0
/
+44
2023-07-18
net: bna: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-7
/
+6
2023-07-18
can: ems_pci: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-3
/
+3
2023-07-18
net: mdio: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-2
/
+2
2023-07-18
ethernet: smsc: remove unnecessary (void*) conversions
Wu Yunchuan
2
-4
/
+4
2023-07-18
ice: remove unnecessary (void*) conversions
Wu Yunchuan
1
-2
/
+2
2023-07-18
net: hns: Remove unnecessary (void*) conversions
Wu Yunchuan
1
-5
/
+5
2023-07-18
net: hns3: remove unnecessary (void*) conversions.
Wu Yunchuan
1
-1
/
+1
2023-07-18
net: ppp: Remove unnecessary (void*) conversions
Wu Yunchuan
2
-4
/
+4
2023-07-18
net: atlantic: Remove unnecessary (void*) conversions
Wu Yunchuan
2
-7
/
+7
2023-07-18
net: mana: Use the correct WQE count for ringing RQ doorbell
Long Li
1
-1
/
+4
2023-07-18
net: mana: Batch ringing RX queue doorbell on receiving packets
Long Li
1
-2
/
+8
2023-07-18
net: mvpp2: debugfs: remove redundant parameter check in three functions
Minjie Du
1
-10
/
+0
2023-07-18
net: txgbe: change LAN reset mode
Jiawen Wu
3
-70
/
+4
2023-07-18
igc: Add TransmissionOverrun counter
Muhammad Husaini Zulkifli
1
-3
/
+32
2023-07-18
ptp: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-18
netconsole: Append kernel version to message
Breno Leitao
1
-3
/
+78
2023-07-18
net: phylink: remove legacy mac_an_restart() method
Russell King (Oracle)
1
-13
/
+9
2023-07-18
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
8
-38
/
+0
2023-07-18
net: ftgmac100: support getting MAC address from NVMEM
Paul Fertser
1
-4
/
+12
2023-07-17
net: phy: at803x: add qca8081 fifo reset on the link changed
Luo Jie
1
-0
/
+14
2023-07-17
net: phy: at803x: remove qca8081 1G fast retrain and slave seed config
Luo Jie
1
-18
/
+32
2023-07-17
net: phy: at803x: support qca8081 1G chip type
Luo Jie
1
-0
/
+15
2023-07-17
net: phy: at803x: enable qca8081 slave seed conditionally
Luo Jie
1
-5
/
+20
2023-07-17
net: phy: at803x: merge qca8081 slave seed function
Luo Jie
1
-20
/
+9
2023-07-17
net: phy: at803x: support qca8081 genphy_c45_pma_read_abilities
Luo Jie
1
-10
/
+18
2023-07-17
net: phy: bcm7xxx: Add EPHY entry for 74165
Florian Fainelli
1
-0
/
+1
2023-07-17
net: phy: mdio-bcm-unimac: Add asp v2.0 support
Justin Chen
1
-0
/
+2
2023-07-17
net: bcmasp: Add support for ethtool driver stats
Justin Chen
4
-4
/
+199
2023-07-17
net: bcmasp: Add support for ethtool standard stats
Justin Chen
2
-1
/
+139
2023-07-17
net: bcmasp: Add support for eee mode
Justin Chen
3
-0
/
+71
2023-07-17
net: bcmasp: Add support for wake on net filters
Justin Chen
4
-1
/
+768
2023-07-17
net: bcmasp: Add support for WoL magic packet
Justin Chen
4
-12
/
+262
2023-07-17
net: bcmasp: Add support for ASP2.0 Ethernet controller
Justin Chen
8
-0
/
+2791
2023-07-17
net: fec: Refactor: rename `adapter` to `fep`
Csókás Bence
1
-8
/
+8
2023-07-14
i40e: Wait for pending VF reset in VF set callbacks
Ivan Vecera
1
-11
/
+5
2023-07-14
i40e: Add helper for VF inited state check with timeout
Ivan Vecera
1
-16
/
+33
2023-07-14
gve: trivial spell fix Recive to Receive
Jesper Dangaard Brouer
1
-2
/
+2
2023-07-14
mlxsw: spectrum_switchdev: Manage RIFs on PVID change
Petr Machata
3
-29
/
+128
2023-07-14
mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argument
Petr Machata
1
-2
/
+9
2023-07-14
mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding style
Petr Machata
1
-3
/
+5
2023-07-14
mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF params
Petr Machata
1
-13
/
+18
2023-07-14
mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_get
Petr Machata
1
-2
/
+6
2023-07-14
mlxsw: spectrum_switchdev: Pass extack to mlxsw_sp_br_ban_rif_pvid_change()
Petr Machata
1
-4
/
+6
2023-07-14
netdevsim: add dummy macsec offload
Sabrina Dubroca
4
-0
/
+397
2023-07-14
net: dsa: mv88e6xxx: cleanup after phylink_pcs conversion
Russell King (Oracle)
4
-332
/
+2
2023-07-14
net: dsa: mv88e6xxx: convert 88e639x to phylink_pcs
Russell King (Oracle)
5
-881
/
+914
[next]