aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/age
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-13/+13
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-20/+15
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Be sure to actually decrement the "count" parameter for each processedMark Johnston2013-06-171-1/+1
* Rework jumbo frame handling. QAC confirmed that the controllerPyun YongHyeon2013-02-052-44/+87
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* TSO engine of L1 requires a separate DMA descriptor for TCPPyun YongHyeon2012-10-301-32/+49
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().Pyun YongHyeon2011-04-011-2/+5
* 64bit DMA caused data corruption. Unfortunately there is no knownPyun YongHyeon2011-04-011-1/+4
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-4/+4
* Forgot to remove unlock of the driver lock from age_start_locked() whenJohn Baldwin2011-01-131-2/+0
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-032-16/+13
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-7/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+1
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-08-241-1/+9
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-15/+13
* 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
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke thisPyun YongHyeon2009-05-201-12/+0
* o Don't access VPD even if hardware advertised the capability.Pyun YongHyeon2009-03-282-134/+101
* Fix inversed logic. pci_find_extcap() returns 0 when it findsPyun YongHyeon2009-03-231-1/+1
* Remove informational messages left. These messages were intended toPyun YongHyeon2008-11-071-7/+7
* Remove unused age_txdqKevin Lo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()Kevin Lo2008-10-211-6/+0
* Fix a typo: jme -> ageKevin Lo2008-08-141-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.Pyun YongHyeon2008-07-181-2/+2
* Fix typo in comment.Rui Paulo2008-06-081-1/+1
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetPyun YongHyeon2008-05-193-0/+4284