index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
net: eepro100: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-18
1
-2
/
+1
|
*
|
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
1
-4
/
+4
|
*
|
net: eepro100: Reorder functions in the driver
Marek Vasut
2020-06-18
1
-170
/
+160
|
*
|
net: eepro100: Remove volatile misuse
Marek Vasut
2020-06-18
1
-21
/
+21
|
*
|
net: eepro100: Add cache management
Marek Vasut
2020-06-18
1
-20
/
+45
|
*
|
net: eepro100: Factor out tx_ring command issuing
Marek Vasut
2020-06-18
1
-71
/
+53
|
*
|
net: eepro100: Replace purge_tx_ring() with memset()
Marek Vasut
2020-06-18
1
-15
/
+1
|
*
|
net: eepro100: Use standard I/O accessors
Marek Vasut
2020-06-18
1
-4
/
+4
|
*
|
net: eepro100: Fix camelcase
Marek Vasut
2020-06-18
1
-87
/
+85
|
*
|
net: eepro100: Fix remaining checkpatch issues
Marek Vasut
2020-06-18
1
-21
/
+24
|
*
|
net: eepro100: Fix indented label
Marek Vasut
2020-06-18
1
-4
/
+4
|
*
|
net: eepro100: Fix pointer location
Marek Vasut
2020-06-18
1
-6
/
+6
|
*
|
net: eepro100: Fix parenthesis alignment
Marek Vasut
2020-06-18
1
-10
/
+10
|
*
|
net: eepro100: Fix braces
Marek Vasut
2020-06-18
1
-7
/
+4
|
*
|
net: eepro100: Fix spacing
Marek Vasut
2020-06-18
1
-139
/
+139
|
*
|
net: eepro100: Use plain debug()
Marek Vasut
2020-06-18
1
-11
/
+4
|
*
|
net: eepro100: Clean up comments
Marek Vasut
2020-06-18
1
-64
/
+36
|
*
|
net: eepro100: Remove EEPRO100_SROM_WRITE
Marek Vasut
2020-06-18
1
-87
/
+0
*
|
|
Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...
Tom Rini
2020-06-18
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
net: cpsw: Add __maybe_unused to generated inlines
Tom Rini
2020-06-16
1
-2
/
+3
|
|
/
*
|
net: rtl8139: Add DM support
Marek Vasut
2020-06-12
1
-1
/
+132
*
|
net: rtl8139: Read HW address from EEPROM only on probe
Marek Vasut
2020-06-12
1
-9
/
+18
*
|
net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-12
1
-2
/
+2
*
|
net: rtl8139: Split out common and non-DM functions
Marek Vasut
2020-06-12
1
-24
/
+68
*
|
net: rtl8139: Pass private data into rtl8139_eeprom_delay()
Marek Vasut
2020-06-12
1
-9
/
+9
*
|
net: rtl8139: Introduce device private data
Marek Vasut
2020-06-12
1
-58
/
+78
*
|
net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
Marek Vasut
2020-06-12
1
-5
/
+5
*
|
net: rtl8139: Use dev->iobase instead of custom ioaddr
Marek Vasut
2020-06-12
1
-46
/
+38
*
|
net: rtl8139: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-12
1
-2
/
+1
*
|
net: rtl8139: Factor out device name assignment
Marek Vasut
2020-06-12
1
-1
/
+6
*
|
net: phy: Add DP8382x phy registration to TI PHY init
Dan Murphy
2020-06-12
2
-0
/
+90
*
|
net: phy: Add support for TI PHY init
Dan Murphy
2020-06-12
5
-2
/
+45
*
|
net: phy: add phyid search in vendor specific space
Florin Chiculita
2020-06-12
1
-6
/
+16
*
|
net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
Tom Warren
2020-06-12
1
-0
/
+16
*
|
net: phy: micrel: ksz8061 implement errata 80000688A fix
Bryan O'Donoghue
2020-06-12
1
-0
/
+16
|
/
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
Tom Rini
2020-06-08
3
-11
/
+162
|
\
|
*
net: tsec: Access TBI PHY through the corresponding MII
Hou Zhiqiang
2020-06-04
1
-4
/
+21
|
*
net: tsec: Access eTSEC registers using virtual address
Hou Zhiqiang
2020-06-04
1
-3
/
+8
|
*
net: tsec: fsl_mdio: add DM MDIO support
Madalin Bucur
2020-06-04
1
-6
/
+134
|
*
drivers: net: e1000: with DM_ETH needs DM_PCI too
Madalin Bucur
2020-06-03
1
-0
/
+1
*
|
net: sun8i_emac: Add support for the H6 variant
Samuel Holland
2020-06-01
1
-4
/
+10
*
|
net: sun8i_emac: Use consistent clock bitfield definitions
Samuel Holland
2020-06-01
1
-3
/
+3
|
/
*
net: ks8851: Add Kconfig entries
Marek Vasut
2020-05-22
1
-0
/
+14
*
net: ks8851: Add DM support
Marek Vasut
2020-05-22
1
-0
/
+103
*
net: ks8851: Receive one packet per recv call
Marek Vasut
2020-05-22
1
-29
/
+36
*
net: ks8851: Split non-DM specific bits from common code
Marek Vasut
2020-05-22
1
-16
/
+44
*
net: ks8851: Pass around driver private data
Marek Vasut
2020-05-22
1
-124
/
+133
*
net: ks8851: Checkpatch cleanup
Marek Vasut
2020-05-22
1
-9
/
+10
*
net: ks8851: Clean up chip ID readout
Marek Vasut
2020-05-22
1
-19
/
+2
*
net: ks8851: Remove type_frame_head
Marek Vasut
2020-05-22
1
-29
/
+7
[prev]
[next]