aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: Prepare for reworking 5G channelsLarry Finger2016-02-252-5/+20
* mwifiex: fix an indenting mistakeDan Carpenter2016-02-251-1/+1
* rtlwifi: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-02-251-1/+0
* b43: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-02-251-4/+2
* brcmfmac: Increase nr of supported flowrings.Hante Meuleman2016-02-254-30/+41
* rtl8xxxu: Add missing bit define for REG_APS_FSMCOJes Sorensen2016-02-251-0/+1
* rtl8xxxu: Make device_init kludge 8723au onlyJes Sorensen2016-02-251-8/+11
* rtl8xxxu: Do not mask RF registers to 6 bitsJes Sorensen2016-02-251-2/+0
* rtl8xxxu: Remove unused len/cnt variables from rtl8xxxu_rx_complete()Jes Sorensen2016-02-251-3/+1
* rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete()Jes Sorensen2016-02-251-3/+0
* rtl8xxxu: Set correct bit to reset MCU IO wrapperJes Sorensen2016-02-251-2/+2
* rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSRJes Sorensen2016-02-251-2/+2
* rtl8xxxu: Enable data frame reception in rtl8xxxu_startBruno Randolf2016-02-251-10/+2
* rtl8xxxu: Fix 80 character per line issueJes Sorensen2016-02-251-2/+3
* rtl8xxxu: Remove duplicate USB IDJes Sorensen2016-02-251-2/+0
* rtl8xxxu: Document REG_RXFLTMAP registersBruno Randolf2016-02-251-6/+20
* rtl8xxxu: Enable monitor mode by handling filtersBruno Randolf2016-02-251-11/+45
* rtl8xxxu: Fix cosmetics to quiet down checkpatch policeJes Sorensen2016-02-251-1/+1
* rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devicesJakub Sitnicki2016-02-252-3/+7
* rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init...Jes Sorensen2016-02-252-12/+1
* rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitionsJes Sorensen2016-02-251-0/+3
* rtl8xxxu: Add mbox extension register definitions for 8723BJes Sorensen2016-02-251-0/+5
* rtl8xxxu: Add definitions for antenna selection registers for 8723BUJes Sorensen2016-02-251-0/+4
* rtl8xxxu: Implement rtl8xxxu_reset_8051()Jes Sorensen2016-02-251-12/+26
* rtl8xxxu: Check return value of kmemdup()Tobias Klauser2016-02-251-0/+4
* rtl8xxxu: Fix typo in Kconfig help textTobias Klauser2016-02-251-1/+1
* rtl8xxxu: Add more RCR bitsJes Sorensen2016-02-251-1/+10
* rtl8xxxu: Add REG_TX_REPORT_* definesJes Sorensen2016-02-251-0/+2
* rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_ENJes Sorensen2016-02-251-0/+1
* rtl8xxxu: Add RQPN_[NE]PQ_SHIFT valuesJes Sorensen2016-02-251-0/+2
* rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a ne...Jes Sorensen2016-02-251-1/+18
* rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanupsJes Sorensen2016-02-251-7/+12
* rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()Jes Sorensen2016-02-251-1/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-02-186-386/+433
|\
| * i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck2016-02-181-15/+13
| * i40evf: Update feature flags to reflect newly enabled featuresAlexander Duyck2016-02-181-4/+19
| * i40e: Update feature flags to reflect newly enabled featuresAlexander Duyck2016-02-181-4/+10
| * i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnelsAlexander Duyck2016-02-181-12/+0
| * i40e: Fix ATR in relation to tunnelsAlexander Duyck2016-02-181-17/+11
| * i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck2016-02-182-2/+36
| * i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck2016-02-182-26/+20
| * i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck2016-02-184-26/+45
| * i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2016-02-182-76/+84
| * i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2016-02-182-2/+26
| * i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2016-02-182-30/+49
| * i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2016-02-182-51/+52
| * i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2016-02-182-36/+52
| * i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2016-02-182-26/+36
| * i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2016-02-182-10/+8
| * i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck2016-02-185-87/+10