summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-096-37/+42
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-0933-58/+47
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-083-47/+24
* stmmac: Fix typo in stmmac_pci.cMasanari Iida2012-02-081-1/+1
* mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi2012-02-081-1/+1
* sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller2012-02-071-1/+1
* sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-072-32/+31
* net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* e1000e: minor whitespace and indentation cleanupBruce Allan2012-02-072-37/+43
* e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2012-02-072-8/+9
* e1000e: fix checkpatch warning from MINMAX testBruce Allan2012-02-071-1/+1
* e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan2012-02-071-1/+2
* e1000e: cleanup e1000_set_phys_idBruce Allan2012-02-071-2/+2
* e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan2012-02-071-42/+30
* e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan2012-02-071-21/+7
* e1000e: cleanup - check return values consistentlyBruce Allan2012-02-072-5/+5
* e1000e: add missing initializers reported when compiling with W=1Bruce Allan2012-02-071-3/+5
* e1000: Adding e1000_dump functionTushar Dave2012-02-073-0/+235
* igbvf: refactor Interrupt Throttle Rate codeMitch A Williams2012-02-073-78/+99
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-06227-3708/+4281
|\
| * rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-3020-164/+194
| * ath9k: Print the correct channel modeSujith Manoharan2012-01-301-3/+1
| * ath9k_htc: Load firmware asynchronouslySujith Manoharan2012-01-302-56/+101
| * iwlwifi: always restrict scan dwell in P2PJohannes Berg2012-01-301-3/+18
| * iwlwifi: add option to disalbe LEDWey-Yi Guy2012-01-303-1/+7
| * iwlwifi: fix uCode event tracingJohannes Berg2012-01-303-32/+76
| * iwlwifi: fix typoWey-Yi Guy2012-01-301-4/+4
| * rtlwifi: Move pr_fmt macros to a single locationLarry Finger2012-01-3019-47/+21
| * ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-01-301-1/+1
| * mwl8k: Configuring correct MAC address in broadcast keyYogesh Ashok Powar2012-01-271-1/+1
| * mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar2012-01-273-0/+24
| * mwifiex: pass priv pointer instead of adapterAvinash Patil2012-01-273-7/+5
| * rt2800usb: remove PWR_PIN_CFG=0x3 during initStanislaw Gruszka2012-01-271-2/+0
| * rt2800: zero MAC_SYS_CTRL bits during BBP and MAC resetStanislaw Gruszka2012-01-272-2/+2
| * rt2800: disable DMA after firmware loadStanislaw Gruszka2012-01-271-12/+9
| * rt2800usb: initialize H2M_INT_SRC registerStanislaw Gruszka2012-01-271-0/+2
| * carl9170: allow users to lower output power levelChristian Lamparter2012-01-275-35/+50
| * mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2012-01-272-5/+5
| * mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-275-4/+8
| * orinoco_usb: remove version definitionJohn W. Linville2012-01-241-5/+0
| * ath5k: use bool type for no_hw_rfkill_switch module parameterJohn W. Linville2012-01-241-1/+1
| * ath9k_htc: claim support for IBSS RSNAntonio Quartulli2012-01-242-0/+17
| * NFC: Free sk_buff if nfcwilink_send failsIlan Elias2012-01-241-2/+4
| * NFC: Download TI NFC init scriptIlan Elias2012-01-241-4/+284
| * NFC: Add endian annotations to nfcwilink driverIlan Elias2012-01-241-5/+6
| * brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches2012-01-241-2/+2
| * brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-2413-24/+46
| * brcm80211: Use brcmu_dbg_hex_dumpJoe Perches2012-01-241-6/+3
| * brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-246-93/+78
| * brcmfmac: Remove useless #ifdef DEBUGJoe Perches2012-01-241-2/+0