Age | Commit message (Expand) | Author | Files | Lines |
2015-06-10 | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 19 | -158/+164 |
2015-06-10 | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 9 | -73/+129 |
2015-06-10 | mac80211: Fix a case of incorrect metric used when forwarding a PREQ | Alexis Green | 1 | -9/+8 |
2015-06-09 | mac80211: Always check rates and capabilities in mesh mode | Alexis Green | 2 | -1/+5 |
2015-06-09 | mac80211: fix the beacon csa counter for mesh and ibss | Chun-Yeow Yeoh | 3 | -0/+3 |
2015-06-09 | mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_... | Alexis Green | 1 | -9/+9 |
2015-06-09 | mac80211: ignore invalid scan RSSI values | Sara Sharon | 1 | -1/+7 |
2015-06-09 | mac80211: release channel on auth failure | Michal Kazior | 1 | -0/+3 |
2015-06-09 | mac80211: handle aggregation session timeout on fast-xmit path | Johannes Berg | 1 | -3/+6 |
2015-06-02 | mac80211: rename single hw-scan flag to follow naming convention | Johannes Berg | 1 | -3/+3 |
2015-06-02 | mac80211: remove short slot/short preamble incapable flags | Johannes Berg | 4 | -26/+8 |
2015-06-02 | mac80211: stop using pointers as userspace cookies | Johannes Berg | 2 | -55/+87 |
2015-06-02 | mac80211: copy nl80211 mgmt TX SKB for status | Johannes Berg | 2 | -44/+104 |
2015-06-02 | mac80211: move TX PN to public part of key struct | Johannes Berg | 6 | -142/+38 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -65/+100 |
2015-06-01 | mac80211: act upon and report deauth while associating | Johannes Berg | 1 | -39/+53 |
2015-06-01 | Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc... | David S. Miller | 4 | -1/+39 |
2015-05-29 | mac80211: prevent possible crypto tx tailroom corruption | Michal Kazior | 1 | -0/+3 |
2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2015-05-20 | mac80211: disconnect TDLS stations on STA CSA | Arik Nemtsov | 2 | -0/+32 |
2015-05-20 | mac80211: fix AP_VLAN crypto tailroom calculation | Michal Kazior | 4 | -9/+83 |
2015-05-20 | mac80211: don't split remain-on-channel for coalescing | Johannes Berg | 2 | -54/+11 |
2015-05-20 | mac80211: check fast-xmit on station change | Michal Kazior | 1 | -0/+1 |
2015-05-20 | mac80211: fix memory leak | Johannes Berg | 1 | -1/+3 |
2015-05-19 | Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/sc... | David S. Miller | 5 | -27/+22 |
2015-05-19 | mac80211: don't use napi_gro_receive() outside NAPI context | Johannes Berg | 2 | -2/+6 |
2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -6/+25 |
2015-05-11 | mac80211: fix throughput LED trigger | Johannes Berg | 2 | -7/+6 |
2015-05-11 | mac80211: TDLS: use the BSS chandef for HT/VHT operation IEs | Arik Nemtsov | 1 | -19/+8 |
2015-05-11 | mac80211: move WEP tailroom size check | Janusz Dziedzic | 1 | -2/+4 |
2015-05-11 | mac80211: check fast-xmit if IBSS STA QoS changed | Johannes Berg | 1 | -1/+4 |
2015-05-07 | mac80211: adjust reserved chan_ctx when assigned to vif | Andrei Otcheretianski | 1 | -0/+4 |
2015-05-06 | mac80211: add missing documentation for rate_ctrl_lock | Johannes Berg | 1 | -0/+2 |
2015-05-06 | mac80211: validate cipher scheme PN length better | Johannes Berg | 2 | -5/+10 |
2015-05-06 | mac80211: extend get_key() to return PN for all ciphers | Johannes Berg | 3 | -4/+12 |
2015-05-06 | mac80211: extend get_tkip_seq to all keys | Johannes Berg | 3 | -57/+87 |
2015-05-05 | mac80211: remove useless skb->encapsulation check | Johannes Berg | 1 | -6/+2 |
2015-05-05 | mac80211: make LED triggering depend on activation | Johannes Berg | 4 | -100/+194 |
2015-05-05 | mac80211: make LED trigger names const | Johannes Berg | 1 | -8/+9 |
2015-05-05 | mac80211: clean up station debugfs | Johannes Berg | 1 | -84/+0 |
2015-05-05 | mac80211: remove sta->tx_fragments counter | Johannes Berg | 4 | -7/+1 |
2015-05-05 | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS | Johannes Berg | 5 | -27/+31 |
2015-05-05 | mac80211: clean up global debugfs statistics | Johannes Berg | 3 | -52/+28 |
2015-04-24 | mac80211: force off channel transmission for public action frames | Matti Gottlieb | 1 | -1/+7 |
2015-04-24 | mac80211: notify the driver on reordering buffer timeout | Emmanuel Grumbach | 1 | -0/+9 |
2015-04-24 | mac80211: notify the driver upon BAR Rx | Emmanuel Grumbach | 1 | -0/+8 |
2015-04-24 | mac80211: fix ignored HT/VHT override configs | Chaya Rachel Ivgi | 1 | -21/+36 |
2015-04-24 | mac80211: use per-CPU TX/RX statistics | Johannes Berg | 3 | -12/+70 |
2015-04-24 | mac80211: don't update dev->trans_start | Johannes Berg | 1 | -2/+0 |
2015-04-24 | mac80211: OCB: remove pointless check for broadcast BSSID | Johannes Berg | 1 | -5/+1 |