summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Restore opt_inet.h include which was lost in the last commit.thompsa2008-12-071-0/+1
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modesam2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that havesam2008-12-072-54/+92
* Use '0' rather than PZERO to not change the priority that I'm waitingimp2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifimp2008-12-071-1/+1
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-065-51/+39
* Cleanup msleep() arguments.mav2008-12-061-2/+2
* Implement suspend/resume for mmc and mmcsd drivers.mav2008-12-062-66/+164
* The startall variable should default to zero, otherwise the vap is restartedthompsa2008-12-061-6/+5
* - Eliminate unused variable. [1]stas2008-12-061-5/+2
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-062-3/+12
* Forget current bus power settings on full reset. Chip must be reconfigured.mav2008-12-061-3/+8
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-053-37/+24
* Minor style nit.imp2008-12-051-2/+2
* Augment comments, and move things around a smidge.imp2008-12-051-17/+17
* Implement a method described in NetBSD PR 36652 for coping with theimp2008-12-051-1/+12
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompletegnn2008-12-041-0/+10
* Integrate 185578 from dfrkmacy2008-12-043-241/+300
* Add HW MAC counter support for newer JMC250/JMC260 revisions.yongari2008-12-043-24/+197
* Add support for newer JMC250/JMC260 revisions.yongari2008-12-043-22/+76
* Don't attempt to clear status updates if we did not do a link statedelphij2008-12-031-5/+6
* Fixes for Core2 Extreme support.jkoshy2008-12-032-3/+5
* Change new card identification names.ambrisko2008-12-031-4/+4
* Add aliases that map architectural event names to fixed function counters.jkoshy2008-12-031-0/+5
* 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
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+6
* Bug fix from Chelsio which addresses the issue of the device resettinggnn2008-12-021-25/+2
* - Efficiency tweak: when checking for PMC overflows, only go tojkoshy2008-12-022-14/+13
* - fix bug where dnsperf would stop transmitting after a few secondskmacy2008-12-021-57/+32
* Don't call destroy_dev on the alias. This fixes half a dozen PRs I think.imp2008-12-022-7/+4
* Add 8168D support.yongari2008-12-021-1/+3
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-022-2/+29
* Make sure to clear PMDR register by writing back power managementyongari2008-12-021-5/+4
* The pkthdr field is flowid not rss_hashkmacy2008-12-021-1/+1
* - fix multiqueue conditionalkmacy2008-12-021-2/+2
* integrate use after free fixes from private branchkmacy2008-12-021-54/+44
* Add controller suspend/resume support.mav2008-12-011-0/+27
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-018-54/+29
* import ath halsam2008-12-01110-0/+52514
* The Netgear WG111v2 USB dongle contains a RTL8187 chip,kevlo2008-12-011-1/+0
* null out m_next when marshalling a packetkmacy2008-12-011-1/+3
* Update internal mac stats every time the tick task is calledkmacy2008-12-011-25/+16
* don't manually track statisticskmacy2008-12-011-6/+0
* Proper fix for tracking ifnet statisticskmacy2008-12-011-0/+52
* Restore AHCI suspend/resume support,mav2008-12-011-2/+2
* cover up sun4v namespace pollutionsam2008-11-301-0/+3
* hookup mcast and promisc callbackssam2008-11-301-0/+18
* Major overhaul:sam2008-11-302-382/+569
OpenPOWER on IntegriCloud