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: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
1
-1
/
+1
|
*
|
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-18
1
-5
/
+0
|
*
|
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-18
1
-5
/
+5
|
*
|
net: eepro100: Add Kconfig entries
Marek Vasut
2020-06-18
1
-0
/
+6
|
*
|
net: eepro100: Add DM support
Marek Vasut
2020-06-18
1
-1
/
+128
|
*
|
net: eepro100: Split common parts of non-DM functions out
Marek Vasut
2020-06-18
1
-62
/
+100
|
*
|
net: eepro100: Drop bd_t pointer from read_hw_addr()
Marek Vasut
2020-06-18
1
-2
/
+2
|
*
|
net: eepro100: Add RX/TX rings into the private data
Marek Vasut
2020-06-18
1
-24
/
+35
|
*
|
net: eepro100: Pass device private data into mdiobus
Marek Vasut
2020-06-18
1
-6
/
+3
|
*
|
net: eepro100: Pass device private data around
Marek Vasut
2020-06-18
1
-124
/
+140
|
*
|
net: eepro100: Introduce device private data
Marek Vasut
2020-06-18
1
-3
/
+9
|
*
|
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
Marek Vasut
2020-06-18
1
-14
/
+22
|
*
|
net: eepro100: Drop inline keyword
Marek Vasut
2020-06-18
1
-4
/
+4
|
*
|
net: eepro100: Fix EE_*_CMD macros
Marek Vasut
2020-06-18
1
-5
/
+5
|
*
|
net: eepro100: Factor out MII registration
Marek Vasut
2020-06-18
1
-17
/
+39
|
*
|
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
|
/
[prev]
[next]