summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | bnx2x: prevent GRO false checksum claimsYuval Mintz2013-04-241-5/+11
|/ /
* | Merge branch 'mlx4'David S. Miller2013-04-2418-20/+507
|\ \
| * | net/mlx4_en: Add a service taskAmir Vadai2013-04-243-0/+47
| * | net/mlx4_en: Support software timestampingAmir Vadai2013-04-241-0/+2
| * | net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai2013-04-2415-17/+375
| * | net/mlx4_core: Read HCA frequency and map internal clockEugenia Emantayev2013-04-245-1/+75
| * | net/mlx4_core: Add timestamping device capabilityEugenia Emantayev2013-04-242-2/+8
|/ /
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-04-24257-5629/+9897
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-24257-5629/+9897
| |\ \
| | * | mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart2013-04-233-77/+29
| | * | mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart2013-04-234-69/+40
| | * | brcmfmac: add credit borrowing mechanismArend van Spriel2013-04-231-8/+87
| | * | brcmfmac: correct error handling in brcmf_fws_init()Arend van Spriel2013-04-232-9/+24
| | * | brcmfmac: flush queue upon MACDESC_DEL firmware signalArend van Spriel2013-04-231-2/+3
| | * | brcmfmac: support critical protocol API for DHCPPiotr Haber2013-04-235-1/+576
| | * | brcmfmac: allow scanning to be suppressed in the driverArend van Spriel2013-04-232-1/+13
| | * | ath9k: Fix RX DMA mappingSujith Manoharan2013-04-231-3/+3
| | * | ath9k: Use lockless variants for the RX fifo queueSujith Manoharan2013-04-231-2/+2
| | * | ath9k: Reduce deep indentationSujith Manoharan2013-04-231-46/+44
| | * | ath9k: Remove unused argument "size"Sujith Manoharan2013-04-231-9/+3
| | * | ath9k: add support for the new rate control APIFelix Fietkau2013-04-233-8/+19
| | * | ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau2013-04-231-44/+36
| | * | rtl8192c:dm: Properly initialize local array and set value.Han Shen2013-04-231-2/+2
| | * | ath9k: apply coverage class on slottime tooMathias Kretschmer2013-04-231-1/+2
| | * | Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville2013-04-239-442/+661
| | |\ \
| | | * | b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki2013-04-231-59/+59
| | | * | b43: N-PHY: clean init tablesRafał Miłecki2013-04-232-58/+62
| | | * | b43: N-PHY: move tables init function to tables fileRafał Miłecki2013-04-233-16/+12
| | | * | b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki2013-04-231-5/+14
| | | * | b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki2013-04-231-22/+22
| | | * | b43: N-PHY: use enum for INTC override function argumentRafał Miłecki2013-04-231-18/+28
| | | * | b43: N-PHY: define missing registersRafał Miłecki2013-04-232-38/+182
| | | * | b43: use defines for board_typeRafał Miłecki2013-04-232-5/+5
| | | * | b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki2013-04-231-1/+1
| | | * | b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki2013-04-231-43/+61
| | | * | b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki2013-04-231-19/+19
| | | * | b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki2013-04-231-28/+36
| | | * | b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki2013-04-231-55/+65
| | | * | b43: N-PHY: use enum for RAIL typeRafał Miłecki2013-04-231-9/+17
| | | * | b43: HT-PHY: use enum for RSSI typesRafał Miłecki2013-04-231-5/+16
| | | * | b43: HT-PHY: store TX power state before disabling itRafał Miłecki2013-04-231-4/+6
| | | * | b43: HT-PHY: define regs for power estimationRafał Miłecki2013-04-231-0/+6
| | | * | b43: HT-PHY: do some extra TSSI setup after configuring TXRafał Miłecki2013-04-231-0/+13
| | | * | b43: HT-PHY: finish calculating values for idle TSSIRafał Miłecki2013-04-231-2/+18
| | | * | b43: HT-PHY: tables: don't duplicate core-generic regsRafał Miłecki2013-04-233-59/+23
| | | * | b43: HT-PHY: rename defines addressing cores on the 2059 radioRafał Miłecki2013-04-232-14/+14
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2311-158/+211
| | |\ \ \ | | | |/ / | | |/| |
| | * | | mwifiex: remove redundant initialization for bss_descriptorBing Zhao2013-04-222-29/+5
| | * | | mwifiex: fix use-after-free in beacon_ie processingBing Zhao2013-04-222-5/+17
| | * | | mwifiex: don't try to associate when bss_mode is not STABing Zhao2013-04-221-11/+6