2008-04-05 |
Sepherosa Ziehau | sppp_output() is installed in ifnet.if_output and is...
|
commit | commitdiff | tree |
2008-04-05 |
Sepherosa Ziehau | atm_output() must be serialized.
|
commit | commitdiff | tree |
2008-04-03 |
Sepherosa Ziehau | Unbreak UP building
|
commit | commitdiff | tree |
2008-04-03 |
Sepherosa Ziehau | Parallelize ip_flow:
|
commit | commitdiff | tree |
2008-04-03 |
Sepherosa Ziehau | Add counters for serializer enter/try
|
commit | commitdiff | tree |
2008-04-02 |
Sepherosa Ziehau | - Save statistics
|
commit | commitdiff | tree |
2008-04-02 |
Sepherosa Ziehau | Constify second parameter of timeval{add,sub}()
|
commit | commitdiff | tree |
2008-04-02 |
Sepherosa Ziehau | Correct print format
|
commit | commitdiff | tree |
2008-04-02 |
Sepherosa Ziehau | - Add two fields in lwkt_serialize to profile serializer...
|
commit | commitdiff | tree |
2008-04-02 |
Sepherosa Ziehau | Use sysctl_ctx in softc
|
commit | commitdiff | tree |
2008-03-30 |
Sepherosa Ziehau | Clean it up a little bit
|
commit | commitdiff | tree |
2008-03-29 |
Sepherosa Ziehau | Add configuration to generate packets with different...
|
commit | commitdiff | tree |
2008-03-29 |
Sepherosa Ziehau | Add tunable for polling burst max, which is a significant...
|
commit | commitdiff | tree |
2008-03-29 |
Sepherosa Ziehau | Add two tunables to run netisr and udp_thread without...
|
commit | commitdiff | tree |
2008-03-29 |
Sepherosa Ziehau | ifaddr threads does not need MP lock
|
commit | commitdiff | tree |
2008-03-29 |
Sepherosa Ziehau | Add MPSAFE version of netmsg_service_loop()
|
commit | commitdiff | tree |
2008-03-28 |
Sepherosa Ziehau | Pull back part of rev1.7
|
commit | commitdiff | tree |
2008-03-27 |
Sepherosa Ziehau | Install into /usr/sbin
|
commit | commitdiff | tree |
2008-03-26 |
Sepherosa Ziehau | Remove debug prints
|
commit | commitdiff | tree |
2008-03-26 |
Sepherosa Ziehau | Fix bugs concerning cached route entry in UDP inpcb.
|
commit | commitdiff | tree |
2008-03-26 |
Sepherosa Ziehau | Add kernel module and a simple configure tool to generate...
|
commit | commitdiff | tree |
2008-03-23 |
Sepherosa Ziehau | Nuke debug prints.
|
commit | commitdiff | tree |
2008-03-23 |
Sepherosa Ziehau | Add Broadcom 4402 in bfe(4)
|
commit | commitdiff | tree |
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 |