| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Fix typos - remove duplicate "the".
PR: bin/154928
Submitted by: Eitan Adler <lists at eitanadler.com>
Notes:
svn path=/stable/7/; revision=218993
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add new tunable 'net.link.ifqmaxlen' to set default send interface
queue length. The default value for this parameter is 50, which is
quite low for many of today's uses and the only way to modify this
parameter right now is to edit if_var.h file. Also add read-only
sysctl with the same name, so that it's possible to retrieve the
current value.
Notes:
svn path=/stable/7/; revision=215368
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update wpi(4) with stability fixes
- remove second taskqueue
- busdma 16k alignment workaround
- use busdma instead of external mbuf storage on Rx
- locking fixes
- net80211 state change fixes
- improve scanning reliability
- improve radio hw switch interaction
- consolidate callouts
Notes:
svn path=/stable/7/; revision=177361
|
| |
|
|
|
|
|
|
|
|
| |
- Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and
re_defrag() and use m_collapse() instead.
- Replace a reference to ath_defrag() in a comment in if_wpi.c with
m_collapse().
Notes:
svn path=/stable/7/; revision=177330
|
| |
|
|
| |
Notes:
svn path=/stable/7/; revision=175881
|
| |
|
|
| |
Notes:
svn path=/stable/7/; revision=174175
|
|
|
Notes:
svn path=/stable/7/; revision=173537
|