summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tidy up command line processing:grog2011-11-094-42/+58
* sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.jilles2011-11-081-3/+3
* Welcome the initial patches for OSX bootcamp support!!!jpaetzel2011-11-083-5/+80
* Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO.yongari2011-11-081-1/+1
* rc.d: Eliminate some unnecessary non-POSIX constructs:jilles2011-11-083-2/+3
* Fix the KTR option to compile by default - it was referencingadrian2011-11-083-0/+21
* Introduce TX aggregation and software TX queue managementadrian2011-11-0811-355/+4114
* Add support to the TX descriptor printing code to follow ath_bufadrian2011-11-081-19/+30
* Make sure TXEOL is set on default queues. Otherwise we don't get anadrian2011-11-081-0/+1
* Refactor out the TX buffer management and completion code inadrian2011-11-082-102/+236
* Change the descriptor logic to use bf_lastds to point to the lastadrian2011-11-082-8/+25
* Change ath_buf allocation to:adrian2011-11-082-0/+73
* Break out the TX DMA stop code into a separate function.adrian2011-11-081-6/+23
* Add a 'vap' to ath_keyset().adrian2011-11-083-6/+23
* Some more various fixes, etc from my 11n branch.adrian2011-11-081-1/+36
* Bumb date after r227317.trociny2011-11-081-1/+1
* Add KTR tracepoints to the ath driver, in order to debug TX, RXadrian2011-11-081-1/+23
* In preparation for supporting 11n TX/RX properly, allow for TX queue drainingadrian2011-11-083-17/+21
* Break out the node cleanup and node free path, in preparation foradrian2011-11-081-2/+15
* Preparation for correct 802.11n tx/rx handling.adrian2011-11-081-17/+32
* Conditionally compile the PCI latency workaround; I think it'sadrian2011-11-081-0/+2
* Document TI_SF_BUF_JUMBO and Xr altq.yongari2011-11-081-8/+10
* ti(4) supports altq(4).yongari2011-11-081-1/+2
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboyongari2011-11-084-332/+295
* Merge in some fixes from the if_ath_tx branch.adrian2011-11-083-33/+125
* Add IPv6 support to netblast/netsend/netreceivecognet2011-11-083-50/+159
* Migrate the STAILQ lists to TAILQs.adrian2011-11-084-56/+62
* Make kobj_methods constant.ed2011-11-083-3/+3
* The in-kernel CTF parser caches the result of its first attempt to parserstone2011-11-081-1/+1
* Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()jhb2011-11-081-1/+1
* Some cosmetic fixes to ath_rate_sample.adrian2011-11-082-8/+14
* .. add missing include from an incorrect merge.adrian2011-11-081-0/+2
* Reject frames in STA mode which are not destined to the local STA address.adrian2011-11-081-0/+24
* Add quiet time element configuration support to ifconfig.adrian2011-11-081-0/+36
* Simplify getopt switch parsing.ed2011-11-081-12/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-0812-0/+47
* Enable PCI MMC/SD support by default on i386 and amd64kevlo2011-11-082-0/+10
* Add 802.11h quiet time element support into net80211.adrian2011-11-0810-2/+131
* Begin merging in some of my 802.11n TX aggregation driver changes.adrian2011-11-085-7/+327
* Bring over the 11n aggregation statistics struct from the if_ath_tx branch.adrian2011-11-081-0/+10
* Merge in ath rate flags and ath_rc_series from my 11n TX branch.adrian2011-11-081-0/+15
* Do not allow changing MTU to be less than the minimum.yongari2011-11-071-1/+1
* If ti_chipinit() fails in ti_stop(), ignore the error and releaseyongari2011-11-071-5/+5
* Show RX buffer allocation failure and do not blindly send aliveyongari2011-11-071-5/+21
* When loading addresses from INITs, always use the correcttuexen2011-11-071-37/+48
* Mini ring is not available on Tigon 1 so do not create DMA maps foryongari2011-11-071-0/+5
* Track which ring was updated in RX handler and update only modifiedyongari2011-11-071-5/+12
* When displaying process virtual memory mappings print superpagetrociny2011-11-072-2/+5
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-072-2/+12
* In lim_fork() assert that processes locks are held.trociny2011-11-071-0/+4
OpenPOWER on IntegriCloud