| Age | Commit message (Expand) | Author |
| 2014-12-20 | Remove autoconf.h include from am7930.c as per Matt Thomas so | jklos |
| 2014-12-15 | Load the right xfer address into cb[i].xferdma. Fixes disk detection on | skrll |
| 2014-12-07 | if we dont have a mac address, make one up | jmcneill |
| 2014-12-04 | Increase reset delay in polling mode to 10ms per loop. It seems like | joerg |
| 2014-11-28 | After handling an interrupt, try to handle more packets as we may have | martin |
| 2014-11-28 | Bits and values for checksum insertion controll | martin |
| 2014-11-26 | Appease gcc 4.8 - from Greg Willatt in private email. | skrll |
| 2014-11-23 | Fix bus_dmamap_sync usage. | matt |
| 2014-11-23 | Revert previous change to dwc_gmac_txintr() - while it looks strange at | martin |
| 2014-11-23 | Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delays | joerg |
| 2014-11-22 | Replace void * cast with proper __UNVOLATILE. | joerg |
| 2014-11-22 | - Add MII flow control support | jmcneill |
| 2014-11-22 | deal with quirk in Ingenic UARTs | macallan |
| 2014-11-22 | Drop unnecessary-but-harmful casts. | joerg |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-11-15 | centralize the dialout/call unit macros. | christos |
| 2014-11-12 | more _KERNEL_OPT | christos |
| 2014-10-29 | Added RTS5227/RTL8402/RTL8411/RTL8411B support. | nonaka |
| 2014-10-27 | Typo in comment | skrll |
| 2014-10-26 | Typo | joerg |
| 2014-10-26 | Greatly simplify ioctl handling by fully relying on ether_ioctl and a | martin |
| 2014-10-25 | Fix grammar | joerg |
| 2014-10-25 | Fix typo. Use format string. | joerg |
| 2014-10-21 | multicast hash filter support | jmcneill |
| 2014-10-20 | Set M_HASFCS does the frame does include the FCS in the length. | matt |
| 2014-10-20 | add $NetBSD$ to top of files | jmcneill |
| 2014-10-20 | Cosmetics - block interrupts while enabling different interrupt sources. | martin |
| 2014-10-20 | Consistently set the RX descriptors controll word - do not disable RX | martin |
| 2014-10-20 | The RXINT bit is a RX interrupt DISABLE bit. | martin |
| 2014-10-20 | Cleanup debug code a bit. | martin |
| 2014-10-19 | if we read an insane mac address from the chip, dont attach | jmcneill |
| 2014-10-19 | only set PR bit in frame filter if IFF_PROMISC is set, and set PM bit if IFF_... | jmcneill |
| 2014-10-19 | fix inverted logic with AWIN_GMAC_MAC_CONF_MIISEL bit; my cubieboard2 can tal... | jmcneill |
| 2014-10-19 | Add more MAC filter setup, some DMA burst configuration (from jmcneill), | martin |
| 2014-10-19 | Add more comments | martin |
| 2014-10-19 | Add more bits and comments, parts from jmcneill. | martin |
| 2014-10-18 | Fix GMAC_MII_CLKMASK and add a few clk setup bits for it. | martin |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-10-14 | RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad. | uwe |
| 2014-10-13 | Do not flush/restart the TX engine after queuing packets, but instead | martin |
| 2014-10-13 | When link status changes, update MAC configuration accordingly. | martin |
| 2014-10-13 | Add MAC config register bit definitions | martin |
| 2014-10-10 | PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4) | christos |
| 2014-10-10 | Move athn definitions. | uebayasi |
| 2014-10-08 | More interrupt handling, more debug code, less magic numbers. | martin |
| 2014-10-08 | Fix a few bits, add more status bit definitions and some comments. | martin |
| 2014-09-28 | for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set bv_volid | jmcneill |
| 2014-09-28 | for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a ... | jmcneill |
| 2014-09-27 | implement BIOCDISK_NOVOL | jmcneill |