summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: make bearer and media naming consistentYing Xue2013-10-184-57/+57
* tipc: silence sparse warningsYing Xue2013-10-182-5/+5
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-187-78/+49Star
* tipc: don't use memcpy to copy from user spaceYing Xue2013-10-181-13/+9Star
* net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings2013-10-181-1/+1
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-182-4/+25
* Merge branch 'pci_set_drvdata'David S. Miller2013-10-1815-30/+0Star
|\
| * net: enic: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
| * net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
| * net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
| * net: bnx2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
| * net: alx: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
| * net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
| * net: starfire: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
| * net: 8390: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
| * net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-1789-1309/+11937
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-1789-1309/+11937
| |\
| | * rt2x00: rt2800lib: remove duplicate rf_vals for RF3053Kevin Lo2013-10-141-72/+3Star
| | * rt2x00: rt2800lib: fix RF registers for RT5390/RT5392Kevin Lo2013-10-141-3/+2Star
| | * mwifiex: use alloc_workqueue() functionAmitkumar Karwar2013-10-141-1/+3
| | * ath9k_hw: remove references to hw->confFelix Fietkau2013-10-145-20/+15Star
| | * ath9k: make ath9k_uses_beacons staticFelix Fietkau2013-10-142-2/+1Star
| | * ath9k: remove sc->config.cabqReadyTimeFelix Fietkau2013-10-144-12/+1Star
| | * ath9k: move channel change code to ath_set_channelFelix Fietkau2013-10-141-72/+78
| | * ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau2013-10-145-21/+17Star
| | * ath9k_hw: simplify channel flagsFelix Fietkau2013-10-144-130/+50Star
| | * ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau2013-10-142-7/+2Star
| | * ath9k_hw: remove IS_CHAN_B()Felix Fietkau2013-10-146-22/+13Star
| | * ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-149-169/+49Star
| | * ath9k: use a separate data structure for rx buffersFelix Fietkau2013-10-143-50/+92
| | * wcn36xx: fix coccinelle warningsFengguang Wu2013-10-141-9/+2Star
| | * rt2x00: rt73usb: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-9/+9
| | * rt2x00: rt61pci: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-10/+10
| | * rt2x00: rt2800lib: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-13/+12Star
| | * rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos2013-10-146-13/+13
| | * rt2x00: add rt2x00_has_cap_* helpersGabor Juhos2013-10-141-0/+87
| | * rt2x00: cleanup indentation in rt2800.hGabor Juhos2013-10-141-21/+21
| | * rt2x00: rt2800lib: fix VGC adjustment for RT3572 and RT3593Gabor Juhos2013-10-101-5/+20
| | * rt2x00: rt2800lib: fix VGC adjustment for RT5592Gabor Juhos2013-10-101-4/+7
| | * rt2x00: use generic EWMA functions for average RSSI calculationsGabor Juhos2013-10-103-58/+29Star
| | * rt2x00: rt2800lib: no need to toggle RF R30 bit 7 twiceKevin Lo2013-10-101-7/+0Star
| | * net: p54spi: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-101-1/+1
| | * rt2x00: do not pause queue on flushStanislaw Gruszka2013-10-102-31/+8Star