2008-05-24 |
Sepherosa Ziehau | - Add blank lines between code segments
|
commit | commitdiff | tree |
2008-05-24 |
Sepherosa Ziehau | No need to cast
|
commit | commitdiff | tree |
2008-05-24 |
Sepherosa Ziehau | Hold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
|
commit | commitdiff | tree |
2008-05-24 |
Sepherosa Ziehau | Minor style change. Add blank line between two 'switch...
|
commit | commitdiff | tree |
2008-05-24 |
Sepherosa Ziehau | Minor white space and style changes
|
commit | commitdiff | tree |
2008-05-24 |
Sepherosa Ziehau | Add comment
|
commit | commitdiff | tree |
2008-05-23 |
Sepherosa Ziehau | - Print L3 cache (on NorthBridge) information
|
commit | commitdiff | tree |
2008-05-23 |
Sepherosa Ziehau | - For 350 chips, don't set various INTR bits in TX...
|
commit | commitdiff | tree |
2008-05-18 |
Sepherosa Ziehau | Count if_opackets and if_oerrors.
|
commit | commitdiff | tree |
2008-05-18 |
Sepherosa Ziehau | Count if_opackets.
|
commit | commitdiff | tree |
2008-05-18 |
Sepherosa Ziehau | - Add devq which stores mbuf dequeued from ifnet.if_snd...
|
commit | commitdiff | tree |
2008-05-18 |
Sepherosa Ziehau | Return after calling bridge_ouput_p.
|
commit | commitdiff | tree |
2008-05-18 |
Sepherosa Ziehau | KNOTE still needs mplock, so tapifstart() could be...
|
commit | commitdiff | tree |
2008-05-16 |
Sepherosa Ziehau | Casting anything above ~2.1G to 'int' makes the result...
|
commit | commitdiff | tree |
2008-05-16 |
Sepherosa Ziehau | Unify vlan_input() and vlan_input_tag():
|
commit | commitdiff | tree |
2008-05-15 |
Sepherosa Ziehau | 'check' label is only used in SMP build.
|
commit | commitdiff | tree |
2008-05-14 |
Sepherosa Ziehau | Mention KTR_IFQ and KTR_IF_START
|
commit | commitdiff | tree |
2008-05-14 |
Sepherosa Ziehau | Reduce ifnet.if_serializer contention on output path:
|
commit | commitdiff | tree |
2008-05-10 |
Sepherosa Ziehau | iwi(4) does not support hardware based WEP encryption...
|
commit | commitdiff | tree |
2008-05-06 |
Sepherosa Ziehau | Add strings for some AMD features
|
commit | commitdiff | tree |
2008-05-05 |
Sepherosa Ziehau | - Add lwkt_serialize_adaptive_enter(9), it is same...
|
commit | commitdiff | tree |
2008-05-05 |
Sepherosa Ziehau | Use mask instead of modulo, since bo->backoff is always...
|
commit | commitdiff | tree |
2008-05-04 |
Sepherosa Ziehau | - Randomize spinlock exponential backoff value, which...
|
commit | commitdiff | tree |
2008-05-02 |
Sepherosa Ziehau | - Put exit ktr in proper place
|
commit | commitdiff | tree |
2008-05-02 |
Sepherosa Ziehau | White space
|
commit | commitdiff | tree |
2008-05-02 |
Sepherosa Ziehau | Introduce ETHER_INPUT_CHAIN option:
|
commit | commitdiff | tree |
2008-05-01 |
Sepherosa Ziehau | Mention that BCM430[69] chips do not work properly...
|
commit | commitdiff | tree |
2008-05-01 |
Sepherosa Ziehau | ktr the end of various ipiq sending operation.
|
commit | commitdiff | tree |
2008-05-01 |
Sepherosa Ziehau | ktr cpu_send_ipiq
|
commit | commitdiff | tree |
2008-05-01 |
Sepherosa Ziehau | - Promote em(4) polling begin/end ktr into polling(4)
|
commit | commitdiff | tree |
2008-04-30 |
Sepherosa Ziehau | Add tunable for each_burst.
|
commit | commitdiff | tree |
2008-04-29 |
Sepherosa Ziehau | KTR various serializer operation
|
commit | commitdiff | tree |
2008-04-29 |
Sepherosa Ziehau | Three int arguments are used in IPIQ_STRING
|
commit | commitdiff | tree |
2008-04-27 |
Sepherosa Ziehau | Add basic support for 8111C; hardware checksum offload...
|
commit | commitdiff | tree |
2008-04-27 |
Sepherosa Ziehau | Print unknown hardware version.
|
commit | commitdiff | tree |
2008-04-26 |
Sepherosa Ziehau | Revert rev 1.40, which will cause deadlock, if task...
|
commit | commitdiff | tree |
2008-04-26 |
Sepherosa Ziehau | wi(4) depends on wlan(4)
|
commit | commitdiff | tree |
2008-04-26 |
Sepherosa Ziehau | Don't do following optimization in udp_disconnect():
|
commit | commitdiff | tree |
2008-04-06 |
Sepherosa Ziehau | Add a line about netrate/
|
commit | commitdiff | tree |
2008-04-05 |
Sepherosa Ziehau | When aarpwhohas() is called, interface's serializer...
|
commit | commitdiff | tree |
2008-04-05 |
Sepherosa Ziehau | Hold serializer of the correct interface when calling...
|
commit | commitdiff | tree |
2008-04-05 |
Sepherosa Ziehau | tunoutput() is declared as static function and is used...
|
commit | commitdiff | tree |
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 |