Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8997 1047 d 4 h hidnplayr /drivers/ethernet/ RTL8169: RX overrun fixed  
8910 1060 d 2 h hidnplayr /drivers/ethernet/ PcNET32: Link detection for MII enabled devices.  
8898 1061 d 2 h hidnplayr /drivers/ethernet/ PcNET32: Handle FIFO overruns gracefully.  
8897 1061 d 2 h hidnplayr /drivers/ethernet/ PcNET32: General cleanup  
7827 1480 d 3 h hidnplayr /drivers/ethernet/ Add chip type detection. Only QCA816x/7x supported so far.  
7809 1488 d 4 h hidnplayr /drivers/ethernet/ Atheros 8161/8162/8171/8172 Ethernet driver.
Only tested on AR8171 with rev B0 chip.
 
7299 2146 d 11 h hidnplayr /drivers/ethernet/ RTL8169 driver: Small bugfix, cleanup  
7250 2217 d 14 h hidnplayr /drivers/ Interpret 64-bit PCI BAR's properly.  
6948 2450 d 3 h hidnplayr /drivers/ethernet/ i8255x: Give device more time to perform selective reset.  
6947 2451 d 3 h hidnplayr /drivers/ethernet/ i8254x: Dont set auto-negotiation bit in transmit configuration register, it requires extra code to work properly.  
6717 2739 d 0 h hidnplayr /drivers/ethernet/ Fixed eeprom reading for certain chips, detect PHY ID, improved reset.  
6713 2739 d 4 h hidnplayr /drivers/ethernet/ Fix for rev6711.  
6711 2740 d 6 h hidnplayr /drivers/ethernet/ Added more hardware diversities, refactored chip wake up procedure, set PCI_CMD_PIO bit to allow access to devices which have this bit disabled by default.  
6682 2748 d 4 h hidnplayr /drivers/ethernet/ RTL8139: Do not register driver if reset failed.  
6480 2830 d 6 h hidnplayr /drivers/ethernet/ RTL8169: Fixed total received byte counter.  
6229 3013 d 23 h hidnplayr /drivers/ethernet/ Fixed error in TX configuration register.  
6227 3014 d 0 h hidnplayr /drivers/ethernet/ RTL8139 Link status: full/half duplex detection.  
6124 3027 d 2 h hidnplayr /drivers/ethernet/ Added some more MAC identifiers.  
6119 3027 d 4 h hidnplayr /drivers/ethernet/ Print TxConfig register value to debug board for unlisted rtl8169 clones.  
5617 3217 d 11 h hidnplayr /drivers/ethernet/ PCNET32: Correctly handle interrupts when more then one device is loaded.  
5588 3223 d 6 h hidnplayr /drivers/ethernet/ i8254x: Link detection  
5567 3272 d 0 h hidnplayr /drivers/ethernet/ RTL8169: Fail graciously when out of mem.  
5562 3275 d 3 h hidnplayr /drivers/ethernet/ i8255x: Cleanup, Better handeling of received frames.  
5561 3276 d 11 h hidnplayr /drivers/ethernet/ i8255x: Fail graciously when out of mem.  
5560 3276 d 12 h hidnplayr /drivers/ethernet/ i8255x: Fixed memory leak when i8255x runs out of resources.  
5527 3347 d 8 h hidnplayr /drivers/ethernet/ i8254x: reduced network buffer size  
5525 3347 d 11 h hidnplayr /drivers/ethernet/ i8255x: cleanup + support for multiple TX descriptors.  
5522 3348 d 0 h hidnplayr / New network buffers - phase I  
5498 3360 d 2 h hidnplayr / RTL8169: cleanup + link state detection.
Netstat: fixed some link state messages.
 
5494 3362 d 9 h hidnplayr /drivers/ethernet/ Updated chip version detection with a lot of newer chips.
(From r8169.c linux driver dated feb 2015)
 
5363 3416 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5247 3436 d 1 h hidnplayr /drivers/ethernet/ i8255x: longer acces timing for eeprom.  
5194 3457 d 10 h hidnplayr /drivers/ethernet/ Program TFA correctly.  
5186 3463 d 5 h hidnplayr / Make all network driver service names uppercase.
(avoid loading the same driver multiple times because of different naming)
 
5184 3464 d 10 h hidnplayr /drivers/ethernet/ DEC21X4X: dont copy data when receiving.  
5182 3465 d 0 h hidnplayr /drivers/ethernet/ removed duplicate mii constants  
5180 3465 d 0 h hidnplayr /drivers/ethernet/ DEC21X4X: use regular descriptors instead of chained method, better support for real cards (works on Accton EN1207B-TX card)  
5156 3484 d 3 h hidnplayr /drivers/ethernet/ i8254x: dont crash when out of memory.  
5140 3523 d 14 h hidnplayr /drivers/ethernet/ Corrected ANE bit. (Merged from Baremetal OS)  
5127 3531 d 11 h hidnplayr /drivers/ethernet/ set zero flag when transmit succeeded.