summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* split xmit of probe request frame out into a separate routine thatsam2005-07-224-50/+96
* split 802.11 frame xmit setup code into ieee80211_send_setupsam2005-07-221-36/+72
* simplify ic_newassoc callbacksam2005-07-223-7/+6
* simplify ieee80211_ibss_merge apisam2005-07-223-3/+4
* add stats we know we'll need soon and some spare fields for future expansionsam2005-07-221-0/+8
* simplify tim callback apisam2005-07-224-12/+11
* don't include 802.3 header in min frame length calculation as it maysam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-228-15/+15
* simplifiy ieee80211_send_nulldata apisam2005-07-224-4/+5
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-224-13/+16
* reject association requests with a wpa/rsn ie when wpa/rsn is notsam2005-07-221-8/+15
* missed one in last commit; add device name to discard msgssam2005-07-221-1/+1
* include device name in discard msgssam2005-07-221-2/+4
* add diag msgs for frames discarded because the direction field is wrongsam2005-07-221-0/+8
* split data frame delivery out to a new function ieee80211_deliver_datasam2005-07-221-38/+56
* o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting thesam2005-07-222-2/+16
* o add IEEE80211_FRAG_DEFAULTsam2005-07-223-8/+15
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-2211-17/+22
* add flags missed in last mergesam2005-07-221-0/+2
* Diff reduction against p4:sam2005-07-222-5/+87
* Fallout from the previous revision: lnc isn't quite ready for amd64 yet.ru2005-07-221-1/+2
* Fix build (including both asm.h and asmacros.h is evil).ru2005-07-221-2/+0
* Don't drop frames if interface is in promiscuous mode.ru2005-07-221-1/+2
* send a response when an auth request is denied due to an acl;sam2005-07-221-0/+5
* remove excess whitespacesam2005-07-221-6/+6
* use IF_HANDOFF when bridging frames internally so if_start getssam2005-07-221-8/+3
* Fix $FreeBSD$.obrien2005-07-221-1/+2
* Remove the NFS client rslock. The rslock was used to serializeps2005-07-213-114/+2
* Like on i386, bypass lock prefix for atomic ops on !SMP kernels.peter2005-07-211-0/+27
* Fix cut-n-paste error, introduced in rev. 1.103.glebius2005-07-211-1/+1
* Allocate one of the spare ifnet integer fields to hold if_drv_flags,rwatson2005-07-211-1/+1
* MFi386: add vpd driver (vital product data.. model & serial numbers etc)peter2005-07-212-1/+4
* Add the ed driver for lint building. The PCI instances are still useful.peter2005-07-212-6/+11
* Actually create the double fault stack page for AP cpus so that we have apeter2005-07-211-1/+6
* Catch up with netgraph.h rev. 1.57 and fix build.glebius2005-07-211-0/+1
* Remove duplicate initialization of mpo_create_stub pointer.rwatson2005-07-211-1/+0
* - Use the PCIR_BAR() macro rather than hardcoding rids.jhb2005-07-212-16/+8
* Don't set if_start to tulip_ifstart all over the place. It is alreadyjhb2005-07-212-12/+0
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-215-470/+26
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-214-75/+67
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386jhb2005-07-212-40/+4
* Fix a typo and some whitespace nits.jhb2005-07-212-10/+6
* simplified udp6_output() and rip6_output(): do not overrideume2005-07-212-24/+21
* Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseemax2005-07-211-1/+1
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-215-20/+19
* NULL is not zero.ume2005-07-211-1/+1
* Bump NG_ABI_VERSION. A number of ABI breakeges had been done sinceglebius2005-07-211-1/+1
* Enhance struct ng_hook - add hk_type field. This field will describeglebius2005-07-211-0/+1
* Problem description:glebius2005-07-211-67/+17
* MFi386: revision 1.1204.nyan2005-07-211-1/+1
OpenPOWER on IntegriCloud