aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * wl1251: Add connection monitoring configurationJuuso Oikarinen2009-11-183-0/+45
| * ar9170: Add support for D-Link DWA 160 A2Thomas Klute2009-11-181-1/+3
| * rt2x00: more ids to rt2800usb.cXose Vazquez Perez2009-11-181-2/+37
| * mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-186-10/+13
| * ath9k: Fix bug in initializing chain masksSujith2009-11-181-1/+1
| * ath9k: Remove a few unused functionsSujith2009-11-184-169/+0
| * ath9k: Remove a few unused variablesSujith2009-11-182-23/+0
| * ath9k: Cleanup bss_info_changed callbackSujith2009-11-181-77/+37
| * ath9k: get rid of tx_info_privFelix Fietkau2009-11-186-97/+83
| * ar9170: do not discard valuable DUPOFDM framesChristian Lamparter2009-11-181-2/+2
| * iwlwifi: Add comments about CSR registersBen Cahill2009-11-181-27/+150
| * iwlwifi: handle unicast PS bufferingJohannes Berg2009-11-188-42/+113
| * iwlwifi: add sleep_tx_count ucode station APIJohannes Berg2009-11-182-2/+17
| * iwlwifi: report PS filtered statusJohannes Berg2009-11-183-8/+19
| * iwlwifi: make iwlwifi send beaconsDaniel C Halperin2009-11-182-0/+13
| * iwlwifi: fix bugs in beacon configurationDaniel C Halperin2009-11-182-21/+63
| * iwlagn: power up device before initializing EEPROMReinette Chatre2009-11-181-3/+6
| * iwlwifi: align tx/rx statistics debugfs formatWey-Yi Guy2009-11-181-6/+7
| * iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 seriesWey-Yi Guy2009-11-183-14/+52
| * iwl3945: Reset saved POWER_TABLE_CMD in "up"Ben Cahill2009-11-181-1/+1
| * iwlwifi: update reply_statistics_cmd with 'clear' parameterWey-Yi Guy2009-11-1810-23/+77
| * iwlwifi: remove external reference for non-exist data structureWey-Yi Guy2009-11-181-3/+0
| * iwlwifi: drop non-production PCI-IDs for 6x50 seriesWey-Yi Guy2009-11-183-36/+0
| * iwlwifi: remove unused parameter from iwl_channel_infoWey-Yi Guy2009-11-182-10/+0
| * iwlwifi: disable coex until implementation ready for 6x50Wey-Yi Guy2009-11-181-2/+0
| * iwlwifi: validate enhanced tx power entryWey-Yi Guy2009-11-182-2/+14
* | sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-246-28/+69
* | sfc: Combine high-level header filesBen Hutchings2009-11-249-87/+25
* | sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-243-25/+8
* | sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings2009-11-241-3/+3
* | sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-2410-53/+68
* | sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-244-24/+29
* | sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-244-38/+39
* | sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-242-11/+11
* | sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-248-75/+88
* | sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-245-27/+33
* | sfc: Use a single blink implementationBen Hutchings2009-11-248-77/+62
* | sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings2009-11-241-4/+7
* | sfc: Record RX queue number on GRO pathBen Hutchings2009-11-241-2/+4
* | sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings2009-11-241-12/+14
* | sfc: Remove ridiculously paranoid assertionsBen Hutchings2009-11-241-3/+0
* | sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings2009-11-241-5/+2
* | sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-241-2/+0
* | ixgbe: Only set/clear VFE in ixgbe_set_rx_modeAlexander Duyck2009-11-231-8/+10
* | ixgbe: Use rx buffer length from rx ring for configuring rscctlMallikarjuna R Chilakala2009-11-231-4/+4
* | ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala2009-11-233-8/+24
* | be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla2009-11-231-4/+85
* | be2net: Fix cleanup path in be_probe()Sathya Perla2009-11-231-4/+12
* | be2net: Issue fw_init/clean cmds to fwSathya Perla2009-11-233-16/+87
* | be2net: Fix rx_drops_no_fragments stat being incorrectly indexedSathya Perla2009-11-231-1/+2