summaryrefslogtreecommitdiff
path: root/sys/dev/ale
Commit message (Expand)AuthorAgeFilesLines
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* MFC r244341:Pyun YongHyeon2013-01-081-1/+1
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC r241340:Pyun YongHyeon2012-11-061-1/+1
* MFC: r233888Marius Strobl2012-04-131-10/+8
* MFC r233688-233689:Pyun YongHyeon2012-04-112-59/+43
* MFC r226478:Pyun YongHyeon2011-12-311-1/+1
* Fix typo.Pyun YongHyeon2011-05-191-2/+2
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-5/+5
* Fix some bugs in my last set of changes to ale(4):John Baldwin2011-01-182-9/+8
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+4
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-032-15/+12
* Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon2010-12-141-5/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-9/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+1
* It seems ale(4) controllers do not like to see TCP payload in thePyun YongHyeon2010-04-261-4/+33
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-11/+8
* Add TSO support on VLANs. While I'm here remove unnecessary checkPyun YongHyeon2010-02-261-22/+9
* Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon2009-09-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksPyun YongHyeon2009-06-291-0/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokePyun YongHyeon2009-03-051-10/+1
* AR8113 also need to set DMA read burst value. This should fixPyun YongHyeon2008-12-031-4/+2
* Add some PHY magic to enable PHY hibernation and 1000baseT/10baseTPyun YongHyeon2008-12-031-0/+33
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetPyun YongHyeon2008-11-123-0/+4090