summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-261-3/+6
* Change the way how software PMC updates counters.mav2013-02-261-2/+6
* Update the EWMA statistics for each intermediary rate as well as the finaladrian2013-02-261-10/+33
* cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulatingnp2013-02-265-6/+67
* cxgbe(4): Update firmware to 1.8.4.0.np2013-02-265-7697/+8382
* Part #2 of the TX chainmask changes:adrian2013-02-254-53/+42
* Begin adding support to explicitly set the current chainmask.adrian2013-02-2514-2/+49
* The 5300 series ciss(4) board does not work in performant mode with oursbruno2013-02-251-3/+12
* Several cleanups and fixes to mxge:gallatin2013-02-251-46/+25
* Don't try and negotiate sync mode if either period or offset are zero.mjacob2013-02-251-17/+24
* Turn off fast posting for the ISP2100- I'd forgotten that it actuallymjacob2013-02-251-1/+7
* Fix init/uninit function type.hselasky2013-02-251-4/+4
* Add new USB ID.hselasky2013-02-251-0/+4
* Bump per-device interrupt limit to more reasonable default.gonzo2013-02-231-1/+1
* Fix command timeout caused by data underrun during fetching ATAPI sensemav2013-02-223-1/+3
* Bump mxge copyright.gallatin2013-02-222-2/+2
* Improvements for newer mxge nics:gallatin2013-02-221-4/+12
* Try harder to make mxge safe for all combinations of INET and INET6gallatin2013-02-221-2/+5
* Fix build.glebius2013-02-221-1/+0
* Add a workaround for AR5416, AR9130 and AR9160 chipsets - work aroundadrian2013-02-221-1/+70
* Disable debugging entries about BAW issues. I haven't seen any issuesadrian2013-02-212-0/+4
* Improve mxge's receive performance for IPv6:gallatin2013-02-213-530/+148
* cxgbe(4): Add sysctls to extract debug information from the chip:np2013-02-212-0/+230
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orimp2013-02-211-3/+1
* Fix build.glebius2013-02-211-2/+2
* Be slightly more paranoid with the TX DMA buffer maximum threshold.adrian2013-02-212-2/+23
* Remove incorrect comment about splsoftclock.imp2013-02-211-1/+0
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-214-2/+18
* Add a new option to limit the maximum size of aggregates.adrian2013-02-215-2/+32
* Remove this unneeded printf(), sorry!adrian2013-02-211-4/+0
* The other giant locked storage drivers have removed splbio(), for theimp2013-02-211-7/+0
* Replace splhigh() with critical_enter()/leave() to ensure we write theimp2013-02-211-13/+30
* No longer need splhigh() since locking was done, delete it andimp2013-02-211-9/+1
* Refresh on the shared code for the E1000 drivers.jfv2013-02-2123-2089/+2521
* cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP andnp2013-02-201-6/+8
* revert 247035des2013-02-201-16/+18
* Reduce excessive nesting.des2013-02-201-18/+16
* Configure larger TX FIFO default and maximum level values.adrian2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableadrian2013-02-201-0/+2
* A couple of quick tidyups:adrian2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdadrian2013-02-201-0/+1
* oops, tab!adrian2013-02-201-1/+1
* Post interrupts in the ath alq trace.adrian2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanadrian2013-02-201-6/+13
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.gallatin2013-02-192-52/+226
* MFcalloutng:mav2013-02-191-8/+13
* MFcalloutng:mav2013-02-191-6/+12
* Fix typouqs2013-02-191-2/+2
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldmarkj2013-02-181-6/+6
* Fix an incorrect sizeof()adrian2013-02-181-1/+1
OpenPOWER on IntegriCloud