2007-06-05 |
Sepherosa Ziehau | Don't let ether_input() to do the bridging work, i...
|
commit | commitdiff | tree |
2007-06-03 |
Sepherosa Ziehau | bridge_{input,output_serialized}() only need to be...
|
commit | commitdiff | tree |
2007-06-02 |
Sepherosa Ziehau | - Nuke the second parameter of bridge_stop(). This...
|
commit | commitdiff | tree |
2007-06-02 |
Sepherosa Ziehau | - Break long lines.
|
commit | commitdiff | tree |
2007-06-02 |
Sepherosa Ziehau | kmalloc(M_WAITOK) will never return NULL.
|
commit | commitdiff | tree |
2007-06-02 |
Sepherosa Ziehau | bstp_input() can't return non-NULL mbuf, explicitly...
|
commit | commitdiff | tree |
2007-06-02 |
Sepherosa Ziehau | - Avoid mbuf "use after free", if bridge(4) is in monitor...
|
commit | commitdiff | tree |
2007-05-31 |
Sepherosa Ziehau | Catch up with the latest LWKT msgport updating.
|
commit | commitdiff | tree |
2007-05-27 |
Sepherosa Ziehau | For rum(4) and ural(4):
|
commit | commitdiff | tree |
2007-05-27 |
Sepherosa Ziehau | Apply if_rum.c rev 1.11's resource alloc/free fixes...
|
commit | commitdiff | tree |
2007-05-26 |
Sepherosa Ziehau | Nuke commented out compat shim.
|
commit | commitdiff | tree |
2007-05-26 |
Sepherosa Ziehau | Add support for Broadcom NetXtreme II GigE. Jumbo...
|
commit | commitdiff | tree |
2007-05-19 |
Sepherosa Ziehau | - Turn on VLAN_MTU for 905B typed cards.
|
commit | commitdiff | tree |
2007-05-16 |
Sepherosa Ziehau | E2BIG -> EFBIG
|
commit | commitdiff | tree |
2007-05-16 |
Sepherosa Ziehau | E2BIG -> EFBIG
|
commit | commitdiff | tree |
2007-05-15 |
Sepherosa Ziehau | - Fix a typo which may leave promisc/allmulti mode...
|
commit | commitdiff | tree |
2007-05-14 |
Sepherosa Ziehau | Use M_DONTWAIT for mcluster allocation on em_init(...
|
commit | commitdiff | tree |
2007-05-12 |
Sepherosa Ziehau | Reset ifnet.if_timer in bge_stop()
|
commit | commitdiff | tree |
2007-05-12 |
Sepherosa Ziehau | - Merge bge_release_resources() into bge_detach()....
|
commit | commitdiff | tree |
2007-05-07 |
Sepherosa Ziehau | Add hardware crypto support for 2x61 part of ral(4...
|
commit | commitdiff | tree |
2007-05-07 |
Sepherosa Ziehau | Adapt 802.11 generic layer to support hardware crypto...
|
commit | commitdiff | tree |
2007-05-07 |
Sepherosa Ziehau | Return lowest rate for a "reclaimed" node, whose TX...
|
commit | commitdiff | tree |
2007-05-07 |
Sepherosa Ziehau | Add new devices support for bge(4)
|
commit | commitdiff | tree |
2007-05-03 |
Sepherosa Ziehau | Restore part of old behaviour of bge_tick() -- if link...
|
commit | commitdiff | tree |
2007-05-03 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2007-05-03 |
Sepherosa Ziehau | PHY ids for Broadcom 5755/5787
|
commit | commitdiff | tree |
2007-05-03 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2007-05-03 |
Sepherosa Ziehau | More Broadcom GigE PCI ids.
|
commit | commitdiff | tree |
2007-05-02 |
Sepherosa Ziehau | - Merge following link state detection fixes from FreeBSD:
|
commit | commitdiff | tree |
2007-05-02 |
Sepherosa Ziehau | Correct inverse setting and clearing BBP_R3 "smart...
|
commit | commitdiff | tree |
2007-04-30 |
Sepherosa Ziehau | - Don't use the status block's link state change bit...
|
commit | commitdiff | tree |
2007-04-28 |
Sepherosa Ziehau | - PHY error bit no longer exists in RX descriptor flags.
|
commit | commitdiff | tree |
2007-04-26 |
Sepherosa Ziehau | - Factor out ieee80211_reset_state() from ieee80211_newstate...
|
commit | commitdiff | tree |
2007-04-26 |
Sepherosa Ziehau | - Don't disable interrupt in bge_intr(), just acknowledge...
|
commit | commitdiff | tree |
2007-04-24 |
Sepherosa Ziehau | - Cleanup header file inclusion.
|
commit | commitdiff | tree |
2007-04-23 |
Sepherosa Ziehau | Correct hardware csum offload support for bge(4)
|
commit | commitdiff | tree |
2007-04-23 |
Sepherosa Ziehau | Mention wlan_ratectl_{onoe,sample}
|
commit | commitdiff | tree |
2007-04-23 |
Sepherosa Ziehau | Nuke unnecessary setting of ural(4)'s security registers...
|
commit | commitdiff | tree |
2007-04-22 |
Sepherosa Ziehau | Turn off Sample TX rate control algorithm support for...
|
commit | commitdiff | tree |
2007-04-22 |
Sepherosa Ziehau | - Define macro for the number of channels. Use it...
|
commit | commitdiff | tree |
2007-04-22 |
Sepherosa Ziehau | TXRX_CSR5 stores allowable ACK rates instead of basic...
|
commit | commitdiff | tree |
2007-04-22 |
Sepherosa Ziehau | Const-fy rate set argument of ieee80211_iserp_rateset().
|
commit | commitdiff | tree |
2007-04-22 |
Sepherosa Ziehau | Busdma(9)-fy, mainly obtained from FreeBSD:
|
commit | commitdiff | tree |
2007-04-15 |
Sepherosa Ziehau | Expose number of TX/RX descriptors through read-only...
|
commit | commitdiff | tree |
2007-04-14 |
Sepherosa Ziehau | For bge_rxeof(), return immediately if no RX descs...
|
commit | commitdiff | tree |
2007-04-14 |
Sepherosa Ziehau | - Return error if reading eeprom times out.
|
commit | commitdiff | tree |
2007-04-14 |
Sepherosa Ziehau | BGE_MBX_TX_HOST_PROD0_LO is write-only, avoid reading it.
|
commit | commitdiff | tree |
2007-04-12 |
Sepherosa Ziehau | When read BBP registers, avoid writing to BBPCSR until...
|
commit | commitdiff | tree |
2007-04-08 |
Sepherosa Ziehau | Fix comment: 1000baseTX -> 1000baseT
|
commit | commitdiff | tree |
2007-04-08 |
Sepherosa Ziehau | Nuke unnecessary NULL node checks.
|
commit | commitdiff | tree |
2007-04-08 |
Sepherosa Ziehau | Code cleanup:
|
commit | commitdiff | tree |
2007-04-03 |
Sepherosa Ziehau | - Initialize ti_jslot_serializer before it is used.
|
commit | commitdiff | tree |
2007-04-03 |
Sepherosa Ziehau | Rssi correction value is in lower byte not upper byte.
|
commit | commitdiff | tree |
2007-04-02 |
Sepherosa Ziehau | Nuke old TX rate control algorithm coming with ral(4).
|
commit | commitdiff | tree |
2007-04-02 |
Sepherosa Ziehau | Add Sample and Onoe TX rate control algorithm support...
|
commit | commitdiff | tree |
2007-04-01 |
Sepherosa Ziehau | Document that ifconfig(8) knows Sample TX rate control...
|
commit | commitdiff | tree |
2007-04-01 |
Sepherosa Ziehau | - Define 802.11 modulation types as 'enum ieee80211_modtype'.
|
commit | commitdiff | tree |
2007-04-01 |
Sepherosa Ziehau | Unbreak make -j X buildkernel KERNCONF=LINT, X > 1
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | - Call bge_setmulti(), if bge(4) is up and running...
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | It is TIGON1 that uses NIC local memory.
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | Add support for BCM5752.
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | regen
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | Add PCI id for Broadcom BCM5752 GigE.
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | - Add suspend and resume device methods support.
|
commit | commitdiff | tree |
2007-03-31 |
Sepherosa Ziehau | - Correctly configure BGE_RX_MTU register. Since we...
|
commit | commitdiff | tree |
2007-03-30 |
Sepherosa Ziehau | Yet another RTL8110SC
|
commit | commitdiff | tree |
2007-03-30 |
Sepherosa Ziehau | Add support for 82562GX
|
commit | commitdiff | tree |
2007-03-30 |
Sepherosa Ziehau | Allow "join bss command" argument's essid field to...
|
commit | commitdiff | tree |
2007-03-30 |
Sepherosa Ziehau | Firmware TX buffer length is 2bytes not 4.
|
commit | commitdiff | tree |
2007-03-30 |
Sepherosa Ziehau | - Add a definition for the length of 802.11 MAC frame...
|
commit | commitdiff | tree |
2007-03-27 |
Sepherosa Ziehau | - Implement ieee80211_ack_rate() according to IEEE...
|
commit | commitdiff | tree |
2007-03-26 |
Sepherosa Ziehau | Turn on hardware vlan tagging and vlan mtu for NICs...
|
commit | commitdiff | tree |
2007-03-26 |
Sepherosa Ziehau | Don't contraint size of Supported Rates ie as specified...
|
commit | commitdiff | tree |
2007-03-25 |
Sepherosa Ziehau | - Make sure size of Supported Rates ie does not exceed...
|
commit | commitdiff | tree |
2007-03-25 |
Sepherosa Ziehau | Change NXCFLAGS+= to NXCFLAGS=, so include path inherited...
|
commit | commitdiff | tree |
2007-03-24 |
Sepherosa Ziehau | Vge(4) is miibus(4) aware, so nuke the already commented...
|
commit | commitdiff | tree |
2007-03-24 |
Sepherosa Ziehau | Add routing socket's link state change message support...
|
commit | commitdiff | tree |
2007-03-24 |
Sepherosa Ziehau | Adapt lnc(4), which is miibus(4) unaware, to support...
|
commit | commitdiff | tree |
2007-03-24 |
Sepherosa Ziehau | Report link states changes (link up/down and braudrate...
|
commit | commitdiff | tree |
2007-03-19 |
Sepherosa Ziehau | Rename "short/long" retry counter to "data/rts" retry...
|
commit | commitdiff | tree |
2007-03-19 |
Sepherosa Ziehau | Revert rtw.c rev1.7, though it works well with my ral...
|
commit | commitdiff | tree |
2007-03-18 |
Sepherosa Ziehau | Get rid of long rety counter; it is never adopted....
|
commit | commitdiff | tree |
2007-03-18 |
Sepherosa Ziehau | RTL8180L is capable of short preamble.
|
commit | commitdiff | tree |
2007-03-18 |
Sepherosa Ziehau | Set Short Slot Time subfield in Capability field, if...
|
commit | commitdiff | tree |
2007-03-16 |
Sepherosa Ziehau | Oops, forgot to hook CVE-2007-1218 fix into building.
|
commit | commitdiff | tree |
2007-03-16 |
Sepherosa Ziehau | Add a fix for CVE-2007-1218
|
commit | commitdiff | tree |
2007-03-16 |
Sepherosa Ziehau | Make libpcap parse following expressions, so tcpdump...
|
commit | commitdiff | tree |
2007-03-07 |
Sepherosa Ziehau | Don't try holding serializer in ti_rxeof(). This function...
|
commit | commitdiff | tree |
2007-03-06 |
Sepherosa Ziehau | Use random octet stream to create IBSS's BSSID as suggested by
|
commit | commitdiff | tree |
2007-03-06 |
Sepherosa Ziehau | Correct the unit of "powersavesleep" argument: it is...
|
commit | commitdiff | tree |
2007-03-06 |
Sepherosa Ziehau | Correct the unit of assoc/reassoc req listen interval...
|
commit | commitdiff | tree |
2007-03-05 |
Sepherosa Ziehau | Correct TU <-> millisecond and TU -> ticks convertion.
|
commit | commitdiff | tree |
2007-03-05 |
Sepherosa Ziehau | 1 TU is 1024 usecs
|
commit | commitdiff | tree |
2007-03-04 |
Sepherosa Ziehau | Add wlandebug(8) tool for turning on/off debug flags...
|
commit | commitdiff | tree |
2007-03-04 |
Sepherosa Ziehau | Expose IEEE80211_MSG_ for user space programs.
|
commit | commitdiff | tree |
2007-03-04 |
Sepherosa Ziehau | - Add additional parameter to ieee80211_mgmt_output...
|
commit | commitdiff | tree |
2007-02-28 |
Sepherosa Ziehau | Add sc_newstate_arg to ural_softc, so ieee80211_new_state...
|
commit | commitdiff | tree |
2007-02-26 |
Sepherosa Ziehau | Discard deauth/disassoc that are not for us. Reception...
|
commit | commitdiff | tree |
2007-02-22 |
Sepherosa Ziehau | - Add noise floor to stats
|
commit | commitdiff | tree |
2007-02-20 |
Sepherosa Ziehau | Don't assume mgtq will always be empty, drain mgtq...
|
commit | commitdiff | tree |