summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | brcmsmac: Fix merge issuePiotr Haber2013-04-261-0/+1
| | | * | ssb: implement ssb spuravoid for chipid BCM43222Hauke Mehrtens2013-04-261-2/+17
| | | * | mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar2013-04-261-2/+2
| | | * | mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar2013-04-261-1/+0
| | | * | mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar2013-04-261-1/+1
| | | * | mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar2013-04-261-2/+2
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-04-269-34/+24
| | | |\ \
| | | | * | iwlwifi: add a subdevice ID for 7000 seriesEmmanuel Grumbach2013-04-181-0/+1
| | | | * | iwlwifi: dvm: don't send zeroed LQ cmdEmmanuel Grumbach2013-04-181-1/+4
| | | | * | iwlwifi: remove unneeded goto from iwl_dbgfs_log_event_readStanislaw Gruszka2013-04-181-4/+2
| | | | * | iwlwifi: mvm: remove usage of power_save module parameterAlexander Bondar2013-04-182-5/+3
| | | | * | iwlwifi: remove redundant argument from iwl_dump_nic_event_logStanislaw Gruszka2013-04-183-6/+6
| | | | * | iwlwifi: fix freeing uninitialized pointerStanislaw Gruszka2013-04-181-8/+8
| | | | * | iwlwifi: mvm: change TX/RX AM-to-PSM transition time for LP modeAlexander Bondar2013-04-161-8/+2
| | | | * | iwlwifi: mvm: fix first_antennaEmmanuel Grumbach2013-04-161-2/+3
| | | | * | iwlwifi: mvm: remove TODO which has been addressedEmmanuel Grumbach2013-04-161-5/+0
| | | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-04-263-262/+422
| | | |\ \ \
| | | | * | | Bluetooth: btmrvl: report error if verify_fw_download times outAndreas Fenkart2013-04-241-11/+10
| | | | * | | Bluetooth: btmrvl: release lock while waiting for fw download completeAndreas Fenkart2013-04-241-6/+12
| | | | * | | Bluetooth: btmrvl: use native helpers for debugfsAndy Shevchenko2013-04-241-244/+22
| | | | * | | Bluetooth: Add support for Intel Bluetooth device [8087:07dc]Tedd Ho-Jeong An2013-04-241-0/+377
| | | | * | | Bluetooth: remove unneeded var initialization in btmrvlGustavo Padovan2013-04-191-1/+1
| * | | | | | bnx2x: allow handling tunnel over udp offloadDmitry Kravkov2013-04-292-2/+7
| * | | | | | vxlan: do not set SKB_GSO_UDPDmitry Kravkov2013-04-291-1/+1
| |/ / / / /
| * | | | | cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-292-0/+26
| * | | | | cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-293-3/+76
| * | | | | cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
| * | | | | tg3: shows HW time stamping support only if ptp_capable is presentFlavio Leitner2013-04-291-4/+7
| * | | | | be2net: FLR must be first cmd issued to Lancer FWKalesh AP2013-04-291-11/+11
| * | | | | be2net: Use GET_FUNCTION_CONFIG V1 cmdKalesh AP2013-04-292-2/+5
| * | | | | sh_eth: add R8A77781 supportSergei Shtylyov2013-04-292-3/+4
| * | | | | hyperv: Fix a compiler warning in netvsc_send()Haiyang Zhang2013-04-291-1/+1
| * | | | | drivers: net: usb: pegasus: fix control urb submissionPetko Manolov2013-04-292-217/+76
| * | | | | drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov2013-04-291-50/+35
| * | | | | drivers: net: usb: pegasus: remove skb poolPetko Manolov2013-04-292-67/+9
| * | | | | atm: he: use mdelay instead of large udelay constantsArnd Bergmann2013-04-291-1/+1
| * | | | | vxlan: allow choosing destination port per vxlanstephen hemminger2013-04-291-5/+13
| * | | | | vxlan: compute source port in network byte orderstephen hemminger2013-04-291-5/+4
| * | | | | vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger2013-04-291-5/+5
| * | | | | vxlan: fix byte order issues with NDA_PORTstephen hemminger2013-04-291-13/+15
| * | | | | vxlan: document UDP default portstephen hemminger2013-04-291-2/+4
| * | | | | vxlan: update mail address and copyright datestephen hemminger2013-04-291-2/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-04-277-38/+80
| |\ \ \ \ \
| | * | | | | ixgbe: add mac type to the version in ethtool_regsEmil Tantilov2013-04-261-1/+2
| | * | | | | ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2013-04-262-2/+20
| | * | | | | ixgbe: cache AUTOC readsEmil Tantilov2013-04-262-16/+25
| | * | | | | ixgbe: fix register access during ethtool loopback testEmil Tantilov2013-04-261-12/+14
| | * | | | | ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller2013-04-261-0/+10
| | * | | | | igb: limit udelay for phy changes to 10000usAndi Kleen2013-04-261-3/+3
| | * | | | | e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan2013-04-261-2/+5