summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-30at86rf230: remove hrtimer on 1 usec delayAlexander Aring1-1/+3
2015-07-30Bluetooth: btusb: match generic class code in interface descriptorDaniel Drake1-0/+3
2015-07-30Bluetooth: btbcm: Add BCM4330B1 UART deviceFrederic Danis1-1/+7
2015-07-27Bluetooth: hci_h5: Cleaned up coding style warningsPrasanna Karthik1-1/+1
2015-07-27Bluetooth: hci_ldisc: Cleaned up coding style warningsPrasanna Karthik1-1/+1
2015-07-27Bluetooth: btmrvl: Coding style Fix for btmrvl headerPrasanna Karthik1-3/+3
2015-07-23net: ieee802154: Remove redundant spi driver bus initializationAntonio Borneo2-2/+0
2015-07-23Bluetooth: bt3c_cs: Fix coding stylePrasanna Karthik1-1/+1
2015-07-23Bluetooth: btintel: Create common function for Intel version infoMarcel Holtmann4-44/+28
2015-07-23Bluetooth: btintel: Create common Intel Secure Send functionMarcel Holtmann4-57/+42
2015-07-23Bluetooth: hci_uart: Add Intel address configuration supportMarcel Holtmann1-0/+2
2015-07-23Bluetooth: btusb: Use hardware error handler from Intel moduleMarcel Holtmann1-34/+1
2015-07-23Bluetooth: btintel: Add generic function for handling hardware errorsMarcel Holtmann2-0/+39
2015-07-23Bluetooth: dtl1_cs: Fixed coding stylePrasanna Karthik1-1/+1
2015-07-23Bluetooth: bfusb: Coding style fix reported by coccinellePrasanna Karthik1-1/+1
2015-07-23Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devicesLoic Poulain4-0/+616
2015-07-23Bluetooth: dtl1_cs: Fix coding style -- clean upPrasanna Karthik1-2/+2
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller222-1698/+1937
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-663/+357
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17
2015-07-22bnx2x: Bump up driver version to 1.712.30Yuval Mintz1-1/+1
2015-07-22bnx2x: Add MFW dump supportYuval Mintz4-0/+51
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz8-15/+251
2015-07-22bnx2x: Add 84858 phy supportYaniv Rosner3-73/+232
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz25-88/+142
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz8-70/+136
2015-07-22ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-22cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai3-7/+15
2015-07-22net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-07-22sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree1-80/+208
2015-07-22sfc: support cascaded multicast filtersDaniel Pieczko2-14/+44
2015-07-22sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko1-91/+126
2015-07-22sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper1-51/+53
2015-07-22sfc: warn if other functions have been reset by MCFWDaniel Pieczko1-3/+14
2015-07-22sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko3-7/+25
2015-07-22sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2-14/+25
2015-07-22sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2-18/+47
2015-07-22sfc: update MCDI protocol definitionsEdward Cree1-846/+2583
2015-07-22mvneta: use inband status only when explicitly enabledStas Sergeev1-4/+5
2015-07-22of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev1-2/+17
2015-07-22net: phy: fixed_phy: handle link-down caseStas Sergeev1-3/+5
2015-07-22net: dsa: bcm_sf2: Do not override speed settingsFlorian Fainelli1-17/+1
2015-07-22Merge tag 'wireless-drivers-for-davem-2015-07-20' of git://git.kernel.org/pub...David S. Miller12-410/+144
2015-07-22Merge tag 'pinctrl-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-12/+8
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N1-6/+3
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-126/+116
2015-07-21vxlan: Factor out device configurationThomas Graf1-155/+177
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-1/+2
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-2/+8
2015-07-21vxlan: Flow based tunnelingThomas Graf1-22/+127