summaryrefslogtreecommitdiffstats
path: root/sys/dev/ale
Commit message (Expand)AuthorAgeFilesLines
* MFC r272721:yongari2014-10-212-14/+3
* MFC r260429:yongari2014-04-141-0/+1
* MFC r263957:yongari2014-04-141-1/+1
* Make sure to stop both TX and RX MACs in ale_stop_mac(). Previouslyyongari2012-12-171-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* Fix typo. Check against number of allocated MSI-X vectors.yongari2012-10-081-1/+1
* - Const'ify the device lookup-table.marius2012-04-041-10/+8
* Do not report current link status if driver is not running.yongari2012-03-301-0/+4
* Remove task queue based link state change handler. Driver no longeryongari2012-03-302-59/+39
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Fix typo.yongari2011-05-191-2/+2
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-5/+5
* Fix some bugs in my last set of changes to ale(4):jhb2011-01-182-9/+8
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+4
* Add a 'locked' variant of the foo_start() routine and call it directlyjhb2011-01-032-15/+12
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-141-5/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-9/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+1
* It seems ale(4) controllers do not like to see TCP payload in theyongari2010-04-261-4/+33
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-191-11/+8
* Add TSO support on VLANs. While I'm here remove unnecessary checkyongari2010-02-261-22/+9
* Fix multicast handling. All Atheros controllers use big-endian formyongari2009-09-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksyongari2009-06-291-0/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokeyongari2009-03-051-10/+1
* AR8113 also need to set DMA read burst value. This should fixyongari2008-12-031-4/+2
* Add some PHY magic to enable PHY hibernation and 1000baseT/10baseTyongari2008-12-031-0/+33
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-123-0/+4090
OpenPOWER on IntegriCloud