aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16ath5k: more debug prints for resetsBruno Randolf2-3/+12
2010-06-16ipw2200: Enable LED by defaultubuntu@tjworld.net1-2/+2
2010-06-16p54usb: Comment out duplicate Medion MD40900 device idLeann Ogasawara1-1/+2
2010-06-16zd1211rw: change ZD_REGDOMAIN_JAPAN_* namingJohn W. Linville2-4/+4
2010-06-16zd1211rw: add 0x49 -> JP regulatory domain mapKouhei Sutou2-0/+2
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2-43/+85
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan1-11/+18
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan1-16/+10
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan1-6/+9
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan1-0/+2
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck3-26/+79
2010-06-15ath9k_htc: Fix ampdu_action callbackSujith4-92/+45
2010-06-15ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003Luis R. Rodriguez1-2/+7
2010-06-15rt2x00: Synchronize WCID initialization with legacy driverIvo van Doorn2-9/+26
2010-06-15rt2x00: Enable HW crypto by defaultIvo van Doorn2-2/+2
2010-06-15rt2x00: Limit TX done looping to number of TX ring entriesIvo van Doorn1-14/+9
2010-06-15rt2x00: Update author rt2800libIvo van Doorn1-5/+6
2010-06-15rt2x00: Enable fallback rates for rt61pci and rt73usbIvo van Doorn2-0/+25
2010-06-15rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa1-1/+12
2010-06-15rt2x00: provide mac80211 a suitable max_rates valueHelmut Schaa1-0/+12
2010-06-15rt2x00: Fix typo in rt2800_config_txpowerHelmut Schaa1-1/+1
2010-06-15rt2x00: Fix TX_STA_FIFO handlingHelmut Schaa1-14/+9
2010-06-15rt2x00: Add comment about BBP1_TX_POWERHelmut Schaa1-1/+3
2010-06-15rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handlingHelmut Schaa1-2/+7
2010-06-15rt2x00: only set TXDONE_FALLBACK in rt2800pci if the frame was retriedHelmut Schaa1-2/+6
2010-06-15rt2x00: don't use TXDONE_FALLBACK as success indicatorHelmut Schaa1-2/+1
2010-06-15rt2x00: clarify meaning of txdone flagsHelmut Schaa1-1/+8
2010-06-15hostap: Protect against initialization interruptTim Gardner3-3/+27
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-1/+1
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko1-12/+16
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+1
2010-06-15iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville1-0/+1
2010-06-14bnx2x: Fix link problem with some DACsYaniv Rosner1-3/+5
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet1-10/+51
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-38/+20
2010-06-14ath9k_hw: remove ATH9K_CAP_DSFelix Fietkau2-21/+0
2010-06-14ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau2-10/+4
2010-06-14ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCHFelix Fietkau4-44/+3
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_SPLITFelix Fietkau4-14/+1
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_MICFelix Fietkau4-34/+0
2010-06-14ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau4-23/+2
2010-06-14ath9k_hw: remove ATH9K_CAP_CIPHERFelix Fietkau4-45/+16
2010-06-14ath9k: enable AR9003 PCI IDsLuis R. Rodriguez1-0/+1
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau4-3/+137
2010-06-14ath9k_hw: add functions for controlling PA predistortion calibrationFelix Fietkau5-1/+746
2010-06-14ath9k_hw: add support for parsing PA predistortion related EEPROM fieldsFelix Fietkau5-5/+18
2010-06-14ath9k_hw: add register definitions related to PA predistortionFelix Fietkau1-17/+207
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau4-13/+0
2010-06-14ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40Felix Fietkau2-1/+5
2010-06-14ath9k: fix queue stopping thresholdFelix Fietkau2-26/+30