| Commit message (Expand) | Author | Files | Lines |
2010-08-25 | qlcnic: change reg name | Amit Kumar Salecha | 3 | -8/+8 |
2010-08-25 | qlcnic: fix fw recovery for PF | Amit Kumar Salecha | 1 | -5/+17 |
2010-08-25 | qlcnic: support port vlan id | Amit Kumar Salecha | 3 | -21/+111 |
2010-08-25 | qlcnic: eswitch config fixes | Rajesh Borundia | 2 | -12/+15 |
2010-08-25 | mlx4_en: Fix build warning in mlx4_en_create_rx_ring. | David S. Miller | 1 | -2/+0 |
2010-08-25 | mlx4_en: updated driver version | Yevgeny Petrilin | 1 | -2/+2 |
2010-08-25 | mlx4_en: Moving to work with GRO | Yevgeny Petrilin | 5 | -113/+17 |
2010-08-24 | mlx4_en: UDP RSS support | Yevgeny Petrilin | 7 | -11/+25 |
2010-08-24 | mlx4_en: reconfiguring mac address. | Yevgeny Petrilin | 2 | -0/+7 |
2010-08-24 | mlx4_en: get/set ringsize uses actual ring size | Yevgeny Petrilin | 1 | -5/+6 |
2010-08-24 | mlx4_en: Fixing report in Ethtool get_settings | Yevgeny Petrilin | 5 | -2/+46 |
2010-08-24 | mlx4_en: Added self diagnostics test implementation | Yevgeny Petrilin | 15 | -27/+388 |
2010-08-24 | mlx4_en: Validate port up prior to transmitting | Yevgeny Petrilin | 1 | -0/+3 |
2010-08-24 | mlx4_en: Reporting link state with KERN_INFO | Yevgeny Petrilin | 2 | -2/+4 |
2010-08-24 | mlx4_en: Fixed MAX_TX_RINGS definition | Yevgeny Petrilin | 1 | -1/+1 |
2010-08-24 | mlx4_en: performing CLOSE_PORT at the end of tear-down process | Yevgeny Petrilin | 1 | -2/+4 |
2010-08-24 | mlx4_en: Setting dev->perm_addr field | Yevgeny Petrilin | 1 | -3/+4 |
2010-08-24 | mlx4_en: Setting actual RX ring size | Yevgeny Petrilin | 1 | -2/+2 |
2010-08-24 | mlx4_en: Fixed incorrect unmapping on RX flow. | Yevgeny Petrilin | 1 | -1/+1 |
2010-08-24 | tc: add meta match on receive hash | Stephen Hemminger | 2 | -0/+7 |
2010-08-24 | include/linux/if_ether.h: Remove unused #define MAC_FMT | Joe Perches | 1 | -2/+0 |
2010-08-24 | net: ip_append_data() optim | Eric Dumazet | 1 | -4/+3 |
2010-08-24 | cfg80211: add some documentation | Johannes Berg | 2 | -11/+246 |
2010-08-24 | iwlwifi: do not spuriously call ieee80211_scan_completed | Johannes Berg | 1 | -2/+4 |
2010-08-24 | iwlagn: do not check for AP mode for WEP keys | Johannes Berg | 1 | -1/+1 |
2010-08-24 | ath9k_htc: Add support for bluetooth coexistence. | Vivek Natarajan | 11 | -22/+230 |
2010-08-24 | ath9k_common: Move bt_stomp to common for sharing with ath9k_htc. | Vivek Natarajan | 4 | -42/+47 |
2010-08-24 | nl80211: some documentation fixes | Johannes Berg | 1 | -11/+46 |
2010-08-24 | mac80211: fix docbook | Johannes Berg | 2 | -2/+1 |
2010-08-24 | wl1251: wait for join command complete event | Grazvydas Ignotas | 4 | -6/+34 |
2010-08-24 | wl1251: fix beacon filter table structure | Grazvydas Ignotas | 1 | -1/+1 |
2010-08-24 | wl1251: fix event handling mechanism | Grazvydas Ignotas | 1 | -8/+8 |
2010-08-24 | wl1251: add missing __packed modifier for some structs | Grazvydas Ignotas | 2 | -6/+6 |
2010-08-24 | iwlwifi: move debug options into submenu | Jay Sternberg | 1 | -0/+4 |
2010-08-24 | iwlwifi: enable experimental ucode support | Jay Sternberg | 2 | -8/+31 |
2010-08-24 | iwlwifi: remove unused iwl_send_card_state function | Wey-Yi Guy | 2 | -24/+0 |
2010-08-24 | iwlwifi: configurable ampdu factor and density | Wey-Yi Guy | 3 | -1/+20 |
2010-08-24 | iwlwifi: more generic name for rssi calc in iwlagn | Wey-Yi Guy | 2 | -24/+30 |
2010-08-24 | iwlwifi: additional parameter in REPLY_RX_PHY_CMD | Wey-Yi Guy | 1 | -1/+1 |
2010-08-24 | iwlagn: continue perform rate scale when error detected | Wey-Yi Guy | 1 | -3/+17 |
2010-08-24 | iwlagn: adjust starting action for rate scale | Wey-Yi Guy | 1 | -4/+8 |
2010-08-24 | iwlwifi: refactor iwl_setup_rxon_timing | Johannes Berg | 4 | -21/+14 |
2010-08-24 | iwlwifi: cleanup iwl_set_rxon_channel() | Shanyu Zhao | 1 | -11/+4 |
2010-08-24 | iwlwifi: avoid race condition in channel change | Shanyu Zhao | 2 | -16/+12 |
2010-08-24 | iwlwifi: do not call ieee80211_frequency_to_channel | Shanyu Zhao | 7 | -12/+9 |
2010-08-24 | iwlwifi: make aggregation time limit configurable | Wey-Yi Guy | 3 | -2/+16 |
2010-08-24 | iwlwifi: max/min aggregation time limit | Wey-Yi Guy | 1 | -2/+2 |
2010-08-24 | iwlwifi: additional comments in iwl_cfg | Wey-Yi Guy | 1 | -0/+2 |
2010-08-24 | iwlwifi: remove unused define | Wey-Yi Guy | 1 | -1/+0 |
2010-08-24 | Hostap: Fix "'ret' set but not used" warning message from GCC in hostap | Julian Calaby | 1 | -1/+1 |