summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram3-18/+1
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-23mac802154: cfg: add suspend and resume callbacksAlexander Aring3-2/+54
2015-07-23cfg802154: add PM hooksVarka Bhadram4-0/+82
2015-07-23mac802154: util: add stop_device utility functionAlexander Aring3-5/+11
2015-07-23mac802154: remove unused macroVarka Bhadram1-2/+0
2015-07-23mac802154: use WARN_ON() macroVarka Bhadram1-4/+2
2015-07-236lowpan: add request for ipv6 moduleAlexander Aring1-0/+2
2015-07-23mac802154: add llsec address update workaroundAlexander Aring3-3/+15
2015-07-23Bluetooth: dtl1_cs: Fix coding style -- clean upPrasanna Karthik1-2/+2
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf3-10/+6
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller544-3347/+4152
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds79-811/+714
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline4-3/+28
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-22Merge branch 'bnx2x-next'David S. Miller25-247/+813
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-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+5
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-21net: track success and failure of TCP PMTU probingRick Jones3-0/+6
2015-07-21ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-21cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai3-7/+15
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-21Merge branch 'sfc-filter-chaining'David S. Miller6-979/+2980
2015-07-21sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree1-80/+208
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko2-14/+44
2015-07-21sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko1-91/+126
2015-07-21sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper1-51/+53
2015-07-21sfc: warn if other functions have been reset by MCFWDaniel Pieczko1-3/+14
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko3-7/+25
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2-14/+25