2008-03-23 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2008-03-23 |
Sepherosa Ziehau | Add PCI id for Broadcom 4402 10/100 ethernet controller
|
commit | commitdiff | tree |
2008-03-22 |
Sepherosa Ziehau | Remove ipw(4) module and manpage during upgrading
|
commit | commitdiff | tree |
2008-03-22 |
Sepherosa Ziehau | Remove ipw(4) manpage
|
commit | commitdiff | tree |
2008-03-22 |
Sepherosa Ziehau | GC ipw(4)
|
commit | commitdiff | tree |
2008-03-22 |
Sepherosa Ziehau | Remove ipw(4) from LINT building and module building
|
commit | commitdiff | tree |
2008-03-22 |
Sepherosa Ziehau | - Set number of TX descriptors to 512.
|
commit | commitdiff | tree |
2008-03-20 |
Sepherosa Ziehau | - Nuke last parameter of ether_ipfw_chk(), which is...
|
commit | commitdiff | tree |
2008-03-20 |
Sepherosa Ziehau | Change ether_demux() interface to accept mbuf containing...
|
commit | commitdiff | tree |
2008-03-20 |
Sepherosa Ziehau | Typo
|
commit | commitdiff | tree |
2008-03-19 |
Sepherosa Ziehau | Tiny step to keep ether header in mbuf on ethernet...
|
commit | commitdiff | tree |
2008-03-19 |
Sepherosa Ziehau | - Factor out ether_restore_header() from ether_ipfw_chk...
|
commit | commitdiff | tree |
2008-03-18 |
Sepherosa Ziehau | Nuke stack variable which is only used by INVARIANTS
|
commit | commitdiff | tree |
2008-03-16 |
Sepherosa Ziehau | Rework vlan configuration processing:
|
commit | commitdiff | tree |
2008-03-16 |
Sepherosa Ziehau | Add ASSERT_NOT_SERIALIZED
|
commit | commitdiff | tree |
2008-03-10 |
Sepherosa Ziehau | Add ETHER_BPF_MTAP() which will call vlan_ether_ptap...
|
commit | commitdiff | tree |
2008-03-10 |
Sepherosa Ziehau | Factor out vlan_ether_ptap() from vlan_input_tag()
|
commit | commitdiff | tree |
2008-03-10 |
Sepherosa Ziehau | - Embed ether vlan tag in mbuf packet header. Add...
|
commit | commitdiff | tree |
2008-03-10 |
Sepherosa Ziehau | Add 'volatile' qualifier
|
commit | commitdiff | tree |
2008-03-10 |
Sepherosa Ziehau | Set framelen to 0; it might be used without being initialized
|
commit | commitdiff | tree |
2008-03-09 |
Sepherosa Ziehau | - Nuke no longer needed .PATH
|
commit | commitdiff | tree |
2008-03-09 |
Sepherosa Ziehau | - Add an entry for iwl(4)
|
commit | commitdiff | tree |
2008-03-08 |
Sepherosa Ziehau | Shut up gcc warning (if ifac is not NULL, ifa must...
|
commit | commitdiff | tree |
2008-03-08 |
Sepherosa Ziehau | Don't duplicate code of ether_ioctl()
|
commit | commitdiff | tree |
2008-03-08 |
Sepherosa Ziehau | Cleanp leftover of the ifnet.if_addrhead parallelizing.
|
commit | commitdiff | tree |
2008-03-08 |
Sepherosa Ziehau | - In command RX intr, if the command number returned...
|
commit | commitdiff | tree |
2008-03-07 |
Sepherosa Ziehau | Parallelize ifnet.if_addrhead accessing by duplicating...
|
commit | commitdiff | tree |
2008-03-06 |
Sepherosa Ziehau | Make sure stack variable is cleared.
|
commit | commitdiff | tree |
2008-03-05 |
Sepherosa Ziehau | Rewrite driver for Intel 2100BG:
|
commit | commitdiff | tree |
2008-03-05 |
Sepherosa Ziehau | Add an entry for serialize_sleep
|
commit | commitdiff | tree |
2008-03-05 |
Sepherosa Ziehau | Add serializer port backend. Implementation is mainly...
|
commit | commitdiff | tree |
2008-03-05 |
Sepherosa Ziehau | Add serialize_sleep(), which will atomically release...
|
commit | commitdiff | tree |
2008-03-04 |
Sepherosa Ziehau | Add capability flag to inform 802.11 generic layer...
|
commit | commitdiff | tree |
2008-02-24 |
Sepherosa Ziehau | constify channel parameter
|
commit | commitdiff | tree |
2008-02-15 |
Sepherosa Ziehau | Typo
|
commit | commitdiff | tree |
2008-02-15 |
Sepherosa Ziehau | - Try adjusting TX power as much as possible when doing...
|
commit | commitdiff | tree |
2008-02-14 |
Sepherosa Ziehau | Release serializer around firmware_load_image() to...
|
commit | commitdiff | tree |
2008-02-14 |
Sepherosa Ziehau | Initialize firmware image tailq
|
commit | commitdiff | tree |
2008-02-10 |
Sepherosa Ziehau | tcp_output_dispatch() is only used by SMP kernel
|
commit | commitdiff | tree |
2008-02-10 |
Sepherosa Ziehau | - Turn on IFM_HDX
|
commit | commitdiff | tree |
2008-02-09 |
Sepherosa Ziehau | In TCP PRU_CONNECT handling, install inp's route with...
|
commit | commitdiff | tree |
2008-02-08 |
Sepherosa Ziehau | Use per softc debug level instead of a global one.
|
commit | commitdiff | tree |
2008-02-06 |
Sepherosa Ziehau | - Use firmware(9) for acx(4) and revoke acx(4)'s private...
|
commit | commitdiff | tree |
2008-02-06 |
Sepherosa Ziehau | - Add sysctl nodes for statistics (*)
|
commit | commitdiff | tree |
2008-02-05 |
Sepherosa Ziehau | Set flow control pause time to 512us _again_ as it...
|
commit | commitdiff | tree |
2008-02-01 |
Sepherosa Ziehau | Nuke raycontrol(8)
|
commit | commitdiff | tree |
2008-02-01 |
Sepherosa Ziehau | Nuke following outdated drivers
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | - It does not make sense to use "for (;cond;)", use...
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | Set 2560 part default txpower to 24dBm. This value...
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | ral(4) for 2560 part does not support hardware WEP...
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | There are actually two TX queues for 2560 parts, so...
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | Don't reset watchdog timeout value, if there are still...
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | - Correct false CCA based RX sensitivity tuning.
|
commit | commitdiff | tree |
2008-01-25 |
Sepherosa Ziehau | Add sysctl node to set RX sensitivity, useful when...
|
commit | commitdiff | tree |
2008-01-23 |
Sepherosa Ziehau | Turn on VALID bit in TX desc only after the TX desc...
|
commit | commitdiff | tree |
2008-01-20 |
Sepherosa Ziehau | After the channel TX power bug fixing in rt2560_read_config...
|
commit | commitdiff | tree |
2008-01-19 |
Sepherosa Ziehau | For 2560 parts:
|
commit | commitdiff | tree |
2008-01-19 |
Sepherosa Ziehau | - Setup BBP according to the values stored in BBP
|
commit | commitdiff | tree |
2008-01-19 |
Sepherosa Ziehau | - Don't set hardware slot time according to "short...
|
commit | commitdiff | tree |
2008-01-19 |
Sepherosa Ziehau | - Capabilities information field is 2bytes long. Mark...
|
commit | commitdiff | tree |
2008-01-19 |
Sepherosa Ziehau | - Capabilities information field is 2bytes long. Mark...
|
commit | commitdiff | tree |
2008-01-18 |
Sepherosa Ziehau | Nuke staled code
|
commit | commitdiff | tree |
2008-01-18 |
Sepherosa Ziehau | - Extract RX sensitivity calibration capability from...
|
commit | commitdiff | tree |
2008-01-18 |
Sepherosa Ziehau | - If channel TX power from EEPROM is above 32, set...
|
commit | commitdiff | tree |
2008-01-18 |
Sepherosa Ziehau | Fix EEPROM channel TX power parsing.
|
commit | commitdiff | tree |
2008-01-17 |
Sepherosa Ziehau | Add TX power compensation support in TX power calibration.
|
commit | commitdiff | tree |
2008-01-17 |
Sepherosa Ziehau | Add RX sensitivity calibration according to false CCA...
|
commit | commitdiff | tree |
2008-01-17 |
Sepherosa Ziehau | - Add auto TX power and RX sensitivity calibration...
|
commit | commitdiff | tree |
2008-01-16 |
Sepherosa Ziehau | Nuke staled code
|
commit | commitdiff | tree |
2008-01-16 |
Sepherosa Ziehau | - Save two sets of average RSSI for 2529RF
|
commit | commitdiff | tree |
2008-01-15 |
Sepherosa Ziehau | More ids.
|
commit | commitdiff | tree |
2008-01-15 |
Sepherosa Ziehau | - Store tx rate control parameters in drivers, so switching...
|
commit | commitdiff | tree |
2008-01-15 |
Sepherosa Ziehau | Simplify tx rate control for drivers which only support...
|
commit | commitdiff | tree |
2008-01-11 |
Sepherosa Ziehau | Add SparkLan RT2573
|
commit | commitdiff | tree |
2008-01-11 |
Sepherosa Ziehau | - Split if_clone.c out of if.c, license in if.c is...
|
commit | commitdiff | tree |
2008-01-11 |
Sepherosa Ziehau | Put benign warning message under bootverbose
|
commit | commitdiff | tree |
2008-01-11 |
Sepherosa Ziehau | - Properly initialize flash bank size for ich9 based...
|
commit | commitdiff | tree |
2008-01-10 |
Sepherosa Ziehau | Don't enable ATTACH/INIT/TXPOWER debug prints by default.
|
commit | commitdiff | tree |
2008-01-10 |
Sepherosa Ziehau | - Add additional parameter to firmware_image_load(...
|
commit | commitdiff | tree |
2008-01-06 |
Sepherosa Ziehau | According to Ralink Linux driver, tx/encryption intr...
|
commit | commitdiff | tree |
2008-01-03 |
Sepherosa Ziehau | Use NULL for pointers
|
commit | commitdiff | tree |
2008-01-02 |
Sepherosa Ziehau | Add more sanity checks in bpf_validate():
|
commit | commitdiff | tree |
2008-01-02 |
Sepherosa Ziehau | Make the cast (zero extension) consistent between non...
|
commit | commitdiff | tree |
2007-12-31 |
Sepherosa Ziehau | - Factor out if_purgeaddrs_nolink(), which frees all...
|
commit | commitdiff | tree |
2007-12-29 |
Sepherosa Ziehau | Use TAILQ_HEAD_INITIALIZER to initialize global variable...
|
commit | commitdiff | tree |
2007-12-28 |
Sepherosa Ziehau | - Regroup global variables, function declarations and...
|
commit | commitdiff | tree |
2007-12-28 |
Sepherosa Ziehau | Use M_ASSERTPKTHDR
|
commit | commitdiff | tree |
2007-12-28 |
Sepherosa Ziehau | kmalloc(M_WAITOK) will not return NULL
|
commit | commitdiff | tree |
2007-12-28 |
Sepherosa Ziehau | - Use NULL
|
commit | commitdiff | tree |
2007-12-28 |
Sepherosa Ziehau | - Use M_ZERO
|
commit | commitdiff | tree |
2007-12-26 |
Sepherosa Ziehau | Import msk(4) which supports Marvell Yukon II based...
|
commit | commitdiff | tree |
2007-12-26 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2007-12-26 |
Sepherosa Ziehau | Add PHY IDs for Broadcom 5906 10/100
|
commit | commitdiff | tree |
2007-12-26 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2007-12-26 |
Sepherosa Ziehau | Add Broadcom 5906/5906M 10/100 NIC PCI IDs
|
commit | commitdiff | tree |
2007-12-23 |
Sepherosa Ziehau | - Add THREAD_LIB to make.conf
|
commit | commitdiff | tree |
2007-12-21 |
Sepherosa Ziehau | - All inpcb related operations are now CPU localized...
|
commit | commitdiff | tree |
2007-12-21 |
Sepherosa Ziehau | In divert_packet():
|
commit | commitdiff | tree |
2007-12-20 |
Sepherosa Ziehau | In divert_packet():
|
commit | commitdiff | tree |
2007-12-19 |
Sepherosa Ziehau | Generalize PF_MBUF_GENERATED mbuf firewall flag
|
commit | commitdiff | tree |