summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch redmine_4028.diffMatt Smith2015-11-181-6/+14
* Importing pfSense patch HEAD-wireless-ath.tgzMatt Smith2015-11-181-13/+44
* MFC r260444:kevlo2014-02-171-2/+2
* Merge r257065 (by adrian) from head:gavin2013-12-101-5/+21
* Merge r257754 (by adrian) from head:gavin2013-12-101-4/+8
* Create a new function to complete 802.11 mbuf transmission.adrian2013-08-271-0/+31
* Migrate the ff_encap1() routine out into the normal output code.adrian2013-08-261-0/+37
* Return the correct status if ieee80211_ff_check() consumes the mbuf.adrian2013-08-181-2/+1
* Add in missing m_free()'s during error conditions.adrian2013-08-101-0/+6
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-32/+29
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-071-0/+6
* Refactor the VAP transmit path code into a utility function that bothadrian2013-07-281-116/+150
* Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by anrpaulo2013-07-251-40/+42
* Make kassert_printf use __printflike.alfred2013-07-071-1/+1
* Fix net80211 fragment creation.adrian2013-05-251-4/+15
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Fix another compiler warning issue when invariants are disabled.adrian2013-03-091-2/+1
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-206/+300
* Mesh bug: debug infomartion showing swapped SA and DA address.monthadar2013-02-071-2/+2
* Add mesh debug for interarction between DS & MBSS.monthadar2013-02-071-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-10/+10
* Mesh mode, potential garbage in QoS subfield.monthadar2012-06-251-3/+3
* Mesh forwarding with proxy support.monthadar2012-05-011-43/+72
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-3/+3
* * Introduce new flag for QoS control field;adrian2012-03-041-3/+21
* Hold IF_LOCK when manipulating the interface flags.adrian2012-02-241-1/+6
* Correct comment for the IPv6 case to say "traffic class" not "TOS"bz2012-01-071-1/+1
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-2/+56
* This patch fixes beacon frame sequence number generation. The codeadrian2011-08-241-0/+8
* Data frames sent over the mgmt path might be part of a TX aggr sessionbschmidt2011-06-041-3/+10
* We need in.h for both INET and INET6, as according to RFC 3493 itbz2011-04-251-1/+4
* When injecting frames a temporary node is faked, during this severalbschmidt2011-03-131-1/+2
* It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.bschmidt2011-02-211-6/+6
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,rpaulo2009-10-231-7/+1
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-191-0/+12
* revert OACTIVE part of r195845; instead fix the comment so it does not refersam2009-07-241-1/+13
* o kill old code no longer needed after r193312sam2009-07-241-14/+3
* More mesh bits, namely:rpaulo2009-07-201-17/+32
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-58/+245
* do not strip M_MORE_DATA on packets coming through ieee80211_start;sam2009-06-081-3/+4
* teach ieee80211_classify about ipv6 packetssam2009-06-071-1/+23
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-5/+5
* Fix spelling of MAC check for 8.x version of MAC Framework, not noticed duerwatson2009-06-051-1/+3
* o station mode channel switch supportsam2009-06-041-1/+1
* Overhaul monitor mode handling:sam2009-05-201-7/+0
* Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will besam2009-04-271-0/+4
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addresssam2009-04-261-4/+3
* hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_startsam2009-04-261-37/+36
* stash the node pointer in the mbuf before doing ff aggregration so thissam2009-04-261-8/+7
* don't fragment ampdu aggregatessam2009-04-261-1/+1
OpenPOWER on IntegriCloud