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-01-10
net: dsa: mv88e6xxx: Separate C22 and C45 transactions
Andrew Lunn
7
-85
/
+225
2023-01-10
net: mdio: add mdiobus_c45_read/write_nested helpers
Andrew Lunn
1
-0
/
+55
2023-01-10
net: fec: Separate C22 and C45 transactions
Andrew Lunn
1
-50
/
+103
2023-01-10
net: mdio: xgmac_mdio: Separate C22 and C45 transactions
Andrew Lunn
1
-40
/
+108
2023-01-10
net: mdio: mvmdio: Convert XSMI bus to new API
Andrew Lunn
1
-16
/
+8
2023-01-10
net: mdio: mdio-bitbang: Separate C22 and C45 transactions
Andrew Lunn
3
-38
/
+126
2023-01-10
net: mdio: Move mdiobus_c45_addr() next to users
Andrew Lunn
1
-0
/
+5
2023-01-10
net: mdio: C22 is now optional, EOPNOTSUPP if not provided
Andrew Lunn
1
-2
/
+8
2023-01-10
net: mdio: mdiobus_register: update validation test
Andrew Lunn
1
-2
/
+9
2023-01-10
net: pcs: pcs-xpcs: Use C45 MDIO API
Andrew Lunn
1
-3
/
+1
2023-01-10
net: mdio: Add dedicated C45 API to MDIO bus drivers
Andrew Lunn
1
-0
/
+189
2023-01-10
net: phy: mxl-gpy: disable interrupts on GPY215 by default
Michael Walle
1
-0
/
+5
2023-01-10
net: phy: allow a phy to opt-out of interrupt handling
Michael Walle
1
-0
/
+7
2023-01-10
net: dsa: mv88e6xxx: mac-auth/MAB implementation
Hans J. Schultz
6
-6
/
+140
2023-01-10
net: dsa: mv88e6xxx: shorten the locked section in mv88e6xxx_g1_atu_prob_irq_...
Hans J. Schultz
1
-8
/
+8
2023-01-10
net: dsa: mv88e6xxx: change default return of mv88e6xxx_port_bridge_flags
Hans J. Schultz
1
-1
/
+1
2023-01-10
amd-xgbe: Add support for 10 Mbps speed
Raju Rangoju
4
-10
/
+126
2023-01-09
e1000e: Enable Link Partner Advertised Support
Jamie Gloudon
2
-1
/
+18
2023-01-09
cdc_ether: no need to blacklist any r8152 devices
Bjørn Mork
1
-114
/
+0
2023-01-09
r8152: add USB device driver for config selection
Bjørn Mork
1
-32
/
+81
2023-01-09
usbnet: optimize usbnet_bh() to reduce CPU load
Leesoo Ahn
1
-12
/
+17
2023-01-09
net: phy: micrel: Fix warn: passing zero to PTR_ERR
Divya Koppera
1
-5
/
+5
2023-01-09
net: phy: micrel: Fixed error related to uninitialized symbol ret
Divya Koppera
1
-1
/
+2
2023-01-06
net: ngbe: Remove structure ngbe_adapter
Mengyuan Lou
5
-205
/
+120
2023-01-06
net: txgbe: Remove structure txgbe_adapter
Jiawen Wu
6
-90
/
+64
2023-01-06
net: wangxun: Rename private structure in libwx
Jiawen Wu
10
-432
/
+432
2023-01-06
net: wangxun: Move MAC address handling to libwx
Jiawen Wu
7
-212
/
+151
2023-01-06
net: ngbe: Move defines into unified file
Jiawen Wu
4
-35
/
+27
2023-01-06
net: txgbe: Move defines into unified file
Jiawen Wu
4
-25
/
+16
2023-01-06
net: ngbe: Remove structure ngbe_hw
Jiawen Wu
5
-95
/
+84
2023-01-06
net: txgbe: Remove structure txgbe_hw
Jiawen Wu
5
-66
/
+49
2023-01-06
net: phy: micrel: Change handler interrupt for lan8814
Horatiu Vultur
1
-17
/
+8
2023-01-06
netdevsim: move devlink registration under the instance lock
Jakub Kicinski
1
-3
/
+8
2023-01-06
netdevsim: rename a label
Jakub Kicinski
1
-2
/
+2
2023-01-05
net: ipa: don't maintain IPA interrupt handler array
Alex Elder
1
-28
/
+22
2023-01-05
net: ipa: kill ipa_interrupt_add()
Alex Elder
4
-59
/
+3
2023-01-05
net: ipa: register IPA interrupt handlers directly
Alex Elder
5
-21
/
+31
2023-01-05
net: ipa: enable IPA interrupt handlers separate from registration
Alex Elder
4
-7
/
+26
2023-01-05
net: ipa: introduce ipa_interrupt_enable()
Alex Elder
1
-16
/
+25
2023-01-05
net: ipa: introduce a common microcontroller interrupt handler
Alex Elder
1
-4
/
+15
2023-01-05
net: ethernet: enetc: do not always access skb_shared_info in the XDP path
Lorenzo Bianconi
1
-6
/
+8
2023-01-05
net: ethernet: enetc: get rid of xdp_redirect_sg counter
Lorenzo Bianconi
2
-3
/
+0
2023-01-05
net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffers
Lorenzo Bianconi
1
-14
/
+10
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
422
-3726
/
+5264
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
63
-345
/
+720
2023-01-05
Merge tag 'gpio-fixes-for-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-24
/
+43
2023-01-05
Merge tag 'fbdev-for-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-19
/
+25
2023-01-05
net: ethernet: ti: am65-cpsw: Add support for SERDES configuration
Siddharth Vadapalli
2
-0
/
+69
2023-01-05
net: ethernet: ti: am65-cpsw: Enable QSGMII mode for J721e CPSW9G
Siddharth Vadapalli
1
-0
/
+8
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
[next]