aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'android/android-3.0' into HEADKalimochoAz2012-09-1620-144/+289
|\
| * net: wireless: bcmdhd: Add ROAM setting per platform from MakefleDmitry Shmidt2012-09-133-0/+26
| * net: wireless: bcmdhd: Report proper mcs rate maskDmitry Shmidt2012-09-071-0/+1
| * net: wireless: bcmdhd: Fix sending ctrl packetDmitry Shmidt2012-08-281-1/+7
| * net: wireless: bcmdhd: Add ASSOC event processingDmitry Shmidt2012-08-271-0/+1
| * net: wireless: bcmdhd: Update to version 5.90.195.104Dmitry Shmidt2012-08-279-78/+60
| * net: wireless: bcmdhd: Remove WIPHY_FLAG_SUPPORTS_FW_ROAM flagDmitry Shmidt2012-08-231-1/+1
| * net: wireless: bcmdhd: Remove PMKID_CACHE and TXFAIL events for CFG80211Dmitry Shmidt2012-08-221-0/+2
| * net: wireless: bcmdhd: Update to Version 5.90.195.98Dmitry Shmidt2012-08-2217-81/+204
| * net: wireless: bcm4329: Remove obsolete filesDmitry Shmidt2012-08-132-287/+0
| * net: wireless: bcmdhd: Use correct time from boot for TSFDmitry Shmidt2012-08-131-4/+4
| * net: wireless: bcmdhd: Fill station_info packet fieldsDmitry Shmidt2012-07-271-0/+14
| * net: wireless: bcmdhd: Prevent HT Avail request failure to flood the logDmitry Shmidt2012-07-183-12/+31
| * net: wireless: bcmdhd: Use proper jiffie-related functionsDmitry Shmidt2012-07-176-34/+26
| * net: wireless: bcmdhd: Adjust driver/fw/chip info formatDmitry Shmidt2012-07-171-2/+2
| * net: wireless: bcmdhd: Add info_string param with driver/fw/chip infoDmitry Shmidt2012-07-123-5/+45
| * net: wireless: bcmdhd: Remove country update from wl_update_wiphybandsDmitry Shmidt2012-07-123-24/+5
| * net: wireless: bcmdhd: Fix P2P GO hang issueNeeraj Kumar Garg2012-07-122-28/+37
| * net: wireless: bcmdhd: Update wiphy bands on band changeDmitry Shmidt2012-07-125-4/+38
| * net: wireless: bcmdhd: Init locks in dhd_attach() at the beginningAndrey Vagin2012-07-121-11/+12
| * net: wireless: bcm4329: Init locks in dhd_attach() at the beginningAndrey Vagin2012-07-121-11/+11
| * net: wireless: bcmdhd: Add mutex to wl_update_wiphybands()Dmitry Shmidt2012-07-121-3/+10
| * net: wireless: bcmdhd: Skip country setting if unnecessaryDmitry Shmidt2012-07-121-13/+14
| * net: wireless: bcmdhd: Return wl_construct_reginfo() callDmitry Shmidt2012-07-121-2/+0
| * net: wireless: bcmdhd: Add wiphyband update for country changeDmitry Shmidt2012-07-121-1/+5
| * net: wireless: bcmdhd: Skip inaccurate wl_construct_reginfo() callDmitry Shmidt2012-06-281-1/+3
| * net: wireless: bcmdhd: Ignore error if "chanspecs" command is not supportedDmitry Shmidt2012-06-201-1/+4
| * net: wireless: bcmdhd: Reduce priority for dhd_dpc and watchdogDmitry Shmidt2012-06-191-3/+2
| * net: wireless: bcmdhd: Reload FW in case of constant scan failureDmitry Shmidt2012-06-194-1/+12
| * net: wireless: bcmdhd: Combined P2P fixesDmitry Shmidt2012-06-132-32/+77
* | Merge remote-tracking branch 'korg/linux-3.0.y' into HEADKalimochoAz2012-09-163-3/+3
|\ \
| * | USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
| * | USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
| * | ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi2012-09-141-1/+1
* | | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-08-307-11/+14
|\ \ \ | |/ /
| * | rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son2012-08-261-0/+1
| * | rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka2012-08-151-2/+1
| * | e1000e: NIC goes up and immediately goes downTushar Dave2012-08-151-3/+1
| * | net/tun: fix ioctl() based info leaksMathias Krause2012-08-091-2/+4
| * | USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-08-091-1/+1
| * | caif: fix NULL pointer checkAlan Cox2012-08-091-0/+3
| * | bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-08-091-3/+3
* | | net: wireless: bcm4329: Remove obsolete filesDmitry Shmidt2012-08-302-287/+0
* | | net: wireless: bcmdhd: Use correct time from boot for TSFDmitry Shmidt2012-08-301-4/+4
* | | net: wireless: bcmdhd: Fill station_info packet fieldsDmitry Shmidt2012-08-301-0/+14
* | | net: wireless: bcmdhd: Prevent HT Avail request failure to flood the logDmitry Shmidt2012-07-273-12/+31
* | | net: wireless: bcmdhd: Use proper jiffie-related functionsDmitry Shmidt2012-07-276-34/+26
* | | net: wireless: bcmdhd: Adjust driver/fw/chip info formatDmitry Shmidt2012-07-271-2/+2
* | | net: wireless: bcmdhd: Add info_string param with driver/fw/chip infoDmitry Shmidt2012-07-273-5/+45
* | | net: wireless: bcmdhd: Remove country update from wl_update_wiphybandsDmitry Shmidt2012-07-273-24/+5