index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up command line processing:
grog
2011-11-09
4
-42
/
+58
*
sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.
jilles
2011-11-08
1
-3
/
+3
*
Welcome the initial patches for OSX bootcamp support!!!
jpaetzel
2011-11-08
3
-5
/
+80
*
Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO.
yongari
2011-11-08
1
-1
/
+1
*
rc.d: Eliminate some unnecessary non-POSIX constructs:
jilles
2011-11-08
3
-2
/
+3
*
Fix the KTR option to compile by default - it was referencing
adrian
2011-11-08
3
-0
/
+21
*
Introduce TX aggregation and software TX queue management
adrian
2011-11-08
11
-355
/
+4114
*
Add support to the TX descriptor printing code to follow ath_buf
adrian
2011-11-08
1
-19
/
+30
*
Make sure TXEOL is set on default queues. Otherwise we don't get an
adrian
2011-11-08
1
-0
/
+1
*
Refactor out the TX buffer management and completion code in
adrian
2011-11-08
2
-102
/
+236
*
Change the descriptor logic to use bf_lastds to point to the last
adrian
2011-11-08
2
-8
/
+25
*
Change ath_buf allocation to:
adrian
2011-11-08
2
-0
/
+73
*
Break out the TX DMA stop code into a separate function.
adrian
2011-11-08
1
-6
/
+23
*
Add a 'vap' to ath_keyset().
adrian
2011-11-08
3
-6
/
+23
*
Some more various fixes, etc from my 11n branch.
adrian
2011-11-08
1
-1
/
+36
*
Bumb date after r227317.
trociny
2011-11-08
1
-1
/
+1
*
Add KTR tracepoints to the ath driver, in order to debug TX, RX
adrian
2011-11-08
1
-1
/
+23
*
In preparation for supporting 11n TX/RX properly, allow for TX queue draining
adrian
2011-11-08
3
-17
/
+21
*
Break out the node cleanup and node free path, in preparation for
adrian
2011-11-08
1
-2
/
+15
*
Preparation for correct 802.11n tx/rx handling.
adrian
2011-11-08
1
-17
/
+32
*
Conditionally compile the PCI latency workaround; I think it's
adrian
2011-11-08
1
-0
/
+2
*
Document TI_SF_BUF_JUMBO and Xr altq.
yongari
2011-11-08
1
-8
/
+10
*
ti(4) supports altq(4).
yongari
2011-11-08
1
-1
/
+2
*
Retire 'options TI_PRIVATE_JUMBOS' and replace local jumbo
yongari
2011-11-08
4
-332
/
+295
*
Merge in some fixes from the if_ath_tx branch.
adrian
2011-11-08
3
-33
/
+125
*
Add IPv6 support to netblast/netsend/netreceive
cognet
2011-11-08
3
-50
/
+159
*
Migrate the STAILQ lists to TAILQs.
adrian
2011-11-08
4
-56
/
+62
*
Make kobj_methods constant.
ed
2011-11-08
3
-3
/
+3
*
The in-kernel CTF parser caches the result of its first attempt to parse
rstone
2011-11-08
1
-1
/
+1
*
Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()
jhb
2011-11-08
1
-1
/
+1
*
Some cosmetic fixes to ath_rate_sample.
adrian
2011-11-08
2
-8
/
+14
*
.. add missing include from an incorrect merge.
adrian
2011-11-08
1
-0
/
+2
*
Reject frames in STA mode which are not destined to the local STA address.
adrian
2011-11-08
1
-0
/
+24
*
Add quiet time element configuration support to ifconfig.
adrian
2011-11-08
1
-0
/
+36
*
Simplify getopt switch parsing.
ed
2011-11-08
1
-12
/
+4
*
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
attilio
2011-11-08
12
-0
/
+47
*
Enable PCI MMC/SD support by default on i386 and amd64
kevlo
2011-11-08
2
-0
/
+10
*
Add 802.11h quiet time element support into net80211.
adrian
2011-11-08
10
-2
/
+131
*
Begin merging in some of my 802.11n TX aggregation driver changes.
adrian
2011-11-08
5
-7
/
+327
*
Bring over the 11n aggregation statistics struct from the if_ath_tx branch.
adrian
2011-11-08
1
-0
/
+10
*
Merge in ath rate flags and ath_rc_series from my 11n TX branch.
adrian
2011-11-08
1
-0
/
+15
*
Do not allow changing MTU to be less than the minimum.
yongari
2011-11-07
1
-1
/
+1
*
If ti_chipinit() fails in ti_stop(), ignore the error and release
yongari
2011-11-07
1
-5
/
+5
*
Show RX buffer allocation failure and do not blindly send alive
yongari
2011-11-07
1
-5
/
+21
*
When loading addresses from INITs, always use the correct
tuexen
2011-11-07
1
-37
/
+48
*
Mini ring is not available on Tigon 1 so do not create DMA maps for
yongari
2011-11-07
1
-0
/
+5
*
Track which ring was updated in RX handler and update only modified
yongari
2011-11-07
1
-5
/
+12
*
When displaying process virtual memory mappings print superpage
trociny
2011-11-07
2
-2
/
+5
*
Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for marking
trociny
2011-11-07
2
-2
/
+12
*
In lim_fork() assert that processes locks are held.
trociny
2011-11-07
1
-0
/
+4
[next]