| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: add utility function to get header length | Harvey Harrison | 2008-06-14 | 1 | -0/+6 |
* | mac80211: make ieee80211_get_hdrlen_from_skb return unsigned | Harvey Harrison | 2008-06-14 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-06-10 | 1 | -171/+177 |
|\ |
|
| * | mac80211: use multi-queue master netdevice | Johannes Berg | 2008-05-21 | 1 | -1/+19 |
| * | mac80211: dont allow fragmentation and requeuing on A-MPDU queues | Johannes Berg | 2008-05-21 | 1 | -2/+4 |
| * | mac80211: move TX info into skb->cb | Johannes Berg | 2008-05-21 | 1 | -166/+133 |
| * | mac80211: use rate index in TX control | Johannes Berg | 2008-05-21 | 1 | -12/+39 |
| * | mac80211: let drivers wake but not start queues | Johannes Berg | 2008-05-21 | 1 | -8/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-05-25 | 1 | -2/+23 |
|\ \
| |/
|/| |
|
| * | mac80211: Add RTNL version of ieee80211_iterate_active_interfaces | Ivo van Doorn | 2008-05-16 | 1 | -2/+23 |
* | | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 2008-05-14 | 1 | -13/+34 |
* | | mac80211: QoS related cleanups | Johannes Berg | 2008-05-07 | 1 | -42/+24 |
* | | mac80211: remove queue info from ieee80211_tx_status | Johannes Berg | 2008-05-07 | 1 | -4/+0 |
* | | mac80211: clean up get_tx_stats callback | Johannes Berg | 2008-05-07 | 1 | -9/+4 |
* | | mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE | Ivo van Doorn | 2008-05-07 | 1 | -0/+3 |
* | | mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf | Ivo van Doorn | 2008-05-07 | 1 | -4/+15 |
|/ |
|
* | mac80211: no BSS changes to driver from beacons processed during scanning | Reinette Chatre | 2008-04-16 | 1 | -2/+1 |
* | mac80211: notify mac from low level driver (iwlwifi) | Mohamed Abbas | 2008-04-08 | 1 | -0/+19 |
* | mac80211: add station aid into ieee80211_tx_control | Chr | 2008-04-08 | 1 | -0/+1 |
* | mac80211: add association capabilty and timing info into bss_conf | Tomas Winkler | 2008-04-08 | 1 | -0/+6 |
* | mac80211: eliminate conf_ht | Tomas Winkler | 2008-04-08 | 1 | -1/+9 |
* | mac80211: allows driver to request a Phase 1 RX key | Emmanuel Grumbach | 2008-03-25 | 1 | -0/+17 |
* | mac80211: get a TKIP phase key from skb | Emmanuel Grumbach | 2008-03-25 | 1 | -0/+30 |
* | mac80211: document IEEE80211_TXCTL_OFDM_HT | Ron Rindjunsky | 2008-03-07 | 1 | -1/+5 |
* | mac80211: adding mac80211_tx_control_flags and HT flags | Ron Rindjunsky | 2008-03-07 | 1 | -31/+55 |
* | mac80211: add documentation book | Johannes Berg | 2008-03-06 | 1 | -3/+4 |
* | mac80211: clean up mesh code | Johannes Berg | 2008-03-06 | 1 | -0/+8 |
* | mac80211: add mesh interface type | Johannes Berg | 2008-03-06 | 1 | -0/+1 |
* | mac80211: clarify use of TX status/RX callbacks | Johannes Berg | 2008-02-29 | 1 | -3/+34 |
* | mac80211: rework TX filtered frame code | Johannes Berg | 2008-02-29 | 1 | -1/+2 |
* | mac80211: enable IBSS merging | Bruno Randolf | 2008-02-29 | 1 | -1/+2 |
* | mac80211: better definition of mactime | Bruno Randolf | 2008-02-29 | 1 | -1/+2 |
* | mac80211: Extend filter flag documentation about unsupported flags | Michael Buesch | 2008-02-29 | 1 | -2/+12 |
* | mac80211: give burst time in txop rather than 0.1msec units | Johannes Berg | 2008-02-29 | 1 | -6/+6 |
* | cfg80211 API for channels/bitrates, mac80211 and driver conversion | Johannes Berg | 2008-02-29 | 1 | -163/+34 |
* | mac80211: A-MPDU Tx change tx_status to support Block Ack data | Ron Rindjunsky | 2008-02-29 | 1 | -9/+12 |
* | mac80211: A-MPDU Tx adding qdisc support | Ron Rindjunsky | 2008-02-29 | 1 | -2/+6 |
* | mac80211: A-MPDU Tx add session's and low level driver's API | Ron Rindjunsky | 2008-02-29 | 1 | -2/+84 |
* | mac80211: add unified BSS configuration | Johannes Berg | 2008-01-28 | 1 | -17/+49 |
* | mac80211: move interface type to vif structure | Johannes Berg | 2008-01-28 | 1 | -0/+2 |
* | mac80211: dont use interface indices in drivers | Johannes Berg | 2008-01-28 | 1 | -25/+45 |
* | mac80211: Add radio led trigger | Ivo van Doorn | 2008-01-28 | 1 | -0/+29 |
* | mac80211: A-MPDU Rx add low level driver API | Ron Rindjunsky | 2008-01-28 | 1 | -0/+21 |
* | mac80211: support getting key sequence counters via cfg80211 | Johannes Berg | 2008-01-28 | 1 | -9/+5 |
* | mac80211: allow easier multicast/broadcast buffering in hardware | Johannes Berg | 2008-01-28 | 1 | -0/+2 |
* | mac80211: clean up eapol handling in TX path | Johannes Berg | 2008-01-28 | 1 | -0/+1 |
* | mac80211: conditionally include timestamp in radiotap information | Johannes Berg | 2008-01-28 | 1 | -0/+3 |
* | mac80211: adding 802.11n configuration flows | Ron Rindjunsky | 2008-01-28 | 1 | -0/+3 |
* | mac80211: adding 802.11n HT framework definitions | Ron Rindjunsky | 2008-01-28 | 1 | -6/+50 |
* | mac80211: make ieee80211_iterate_active_interfaces not need rtnl | Johannes Berg | 2008-01-28 | 1 | -2/+1 |