summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Include appropriate header file in caif/caif_dev.cRashika Kheria2014-02-101-0/+1
* net: Mark function as static in 9p/client.cRashika Kheria2014-02-101-1/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-0930-159/+256
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-0730-159/+256
| |\
| | * rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello2014-02-061-0/+7
| | * rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello2014-02-061-3/+13
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-0611-83/+102
| | |\
| | | * mac80211: fix virtual monitor interface iterationJohannes Berg2014-02-061-4/+8
| | | * mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-02-061-1/+1
| | | * mac80211: Fix IBSS disconnectSujith Manoharan2014-02-061-4/+1Star
| | | * mac80211: release the channel in error path in start_apEmmanuel Grumbach2014-02-061-1/+4
| | | * cfg80211: send scan results from work queueJohannes Berg2014-02-066-42/+45
| | | * cfg80211: fix scan done raceJohannes Berg2014-02-061-4/+10
| | | * mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-063-7/+15
| | | * cfg80211: re-enable 5/10 MHz supportJohannes Berg2014-02-061-3/+0Star
| | | * nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs2014-02-061-1/+2
| | | * mac80211: move roc cookie assignment earlierEliad Peller2014-02-061-18/+18
| | * | ath9k: Fix TX power calculationSujith Manoharan2014-02-041-0/+4
| | * | ath9k: Do not support PowerSave by defaultSujith Manoharan2014-02-041-1/+7
| | * | ath9k: Fix build error on ARMSujith Manoharan2014-02-041-3/+2Star
| | * | ath9k_htc: avoid scheduling while atomic on sta_rc_updateStanislaw Gruszka2014-02-042-22/+40
| | * | ar5523: fix usb id for Gigaset.Oleksij Rempel2014-02-041-1/+1
| | * | ath9k_htc: Do not support PowerSave by defaultOleksij Rempel2014-02-041-1/+7
| | * | rt2500: disable PS by defaultStanislaw Gruszka2014-02-042-0/+10
| | * | rt2800: disable PS by default on USBStanislaw Gruszka2014-02-041-3/+2Star
| | * | ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka2014-02-041-12/+13
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-02-048-41/+59
| | |\ \ | | | |/ | | |/|
| | | * iwlwifi: mvm: don't allow A band if SKU forbids itEmmanuel Grumbach2014-02-021-0/+5
| | | * iwlwifi: mvm: BT Coex - disable BT when TXing probe request in scanEmmanuel Grumbach2014-02-021-1/+2
| | | * iwlwifi: mvm: don't leak a station when we drainEmmanuel Grumbach2014-01-301-36/+37
| | | * iwlwifi: mvm: notify match found without filteringDavid Spinadel2014-01-302-1/+5
| | | * iwlwifi: add more 7265 HW IDsOren Givon2014-01-301-1/+6
| | | * iwlwifi: mvm: print the version of the firmware when it assertsEmmanuel Grumbach2014-01-301-0/+2
| | | * iwlwifi: mvm: disable scheduled scanJohannes Berg2014-01-301-1/+1
| | | * iwlwifi: mvm: make local pointer non-staticJohannes Berg2014-01-301-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-0924-154/+413
|\ \ \ \
| * | | | netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy2014-02-071-3/+3
| * | | | netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso2014-02-071-0/+3
| * | | | netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso2014-02-071-5/+11
| * | | | netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso2014-02-071-0/+3
| * | | | netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso2014-02-062-21/+23
| * | | | netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2014-02-062-7/+2Star
| * | | | netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-066-6/+85
| * | | | netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-069-81/+187
| * | | | netfilter: nf_tables: add AF specific expression supportPatrick McHardy2014-02-062-6/+21
| * | | | netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy2014-02-061-0/+1
| * | | | netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy2014-02-061-3/+5
| * | | | netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy2014-02-051-2/+2
| * | | | netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso2014-02-054-14/+34
| * | | | netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4