summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-121-3/+2
* mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-104-6/+20
* mac80211: don't send null data packet when not associatedJohannes Berg2012-11-091-0/+2
* mac80211: fix memory leak in device registration error pathJohannes Berg2012-11-091-2/+4
* mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
* mac80211: init sched_scan_iesDavid Spinadel2012-10-311-1/+1
* mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau2012-10-311-0/+3
* mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-10-261-8/+10
* mac80211: verify that skb data is presentJohannes Berg2012-10-263-2/+42
* mac80211: check management frame header lengthJohannes Berg2012-10-261-4/+8
* wireless: drop invalid mesh address extension framesJohannes Berg2012-10-261-5/+6
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-10-261-1/+1
* mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-10-251-0/+4
* mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona2012-10-251-1/+1
* mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-10-251-4/+2
* mac80211: use blacklist for duplicate IE checkJohannes Berg2012-10-241-7/+35
* cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau2012-10-181-2/+3
* cfg80211: fix antenna gain handlingFelix Fietkau2012-10-181-2/+1
* mac80211: connect with HT20 if HT40 is not permittedJohannes Berg2012-10-171-10/+20
* cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-153-11/+7
* Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-10-159607-260369/+611724
|\
| * mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-082-12/+14
| * carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
| * ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
| * mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
| * mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
| * mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
| * mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
| * mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen2012-10-081-2/+1
| * rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
| * ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
| * ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
| * ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
| * Remove noisy printks from llcp_sock_connectDave Jones2012-10-041-6/+2
| * Merge branch 'fixes-for-3.7' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-10-043-5/+9
| |\
| | * can: mpc5xxx_can: fix section type conflictMarc Kleine-Budde2012-10-041-4/+4
| | * can: peak_pcmcia: fix error return codePeter Senna Tschudin2012-10-041-1/+3
| | * can: peak_pci: fix error return codePeter Senna Tschudin2012-10-041-0/+2
| * | tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
| * | silence some noisy printks in irdaDave Jones2012-10-042-2/+2
| * | team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
| * | bonding: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
| * | sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-044-9/+14
| * | sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-046-114/+112
| |\ \
| | * | ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-033-0/+4
| | * | ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov2012-10-031-1/+1
| | * | ixgbe: fix PTP ethtool timestamping functionJacob Keller2012-10-031-4/+1
| | * | ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-032-61/+48