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