aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-0/+3
2016-05-16net: w5100-spi: add support to specify MAC address by device treeAkinobu Mita3-4/+8
2016-05-16net: w5100: increase TX timeout periodAkinobu Mita1-1/+0
2016-05-16net: w5100: fix MAC filtering for W5500Akinobu Mita1-4/+13
2016-05-16net: w5100: remove unused is_w5200()Akinobu Mita1-5/+0
2016-05-16lxt: simplify lxt970_config_init()Sergei Shtylyov1-5/+1
2016-05-16lxt: simplify lxt97[01]_config_intr()Sergei Shtylyov1-12/+4
2016-05-16net: dsa: mv88e6xxx: remove bridge workVivien Didelot2-34/+8
2016-05-16net: vrf: protect changes to private data with rcuDavid Ahern1-23/+47
2016-05-16net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai3-7/+69
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai4-2/+236
2016-05-16net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai4-10/+102
2016-05-16net/mlx5_core: Firmware commands to support flow countersAmir Vadai3-0/+77
2016-05-16net/mlx5_core: Use a macro in mlx5_command_str()Amir Vadai1-171/+132
2016-05-16net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang1-4/+4
2016-05-16net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang1-2/+2
2016-05-16vxlan: set mac_header correctly in GPE modeJiri Benc1-0/+1
2016-05-16xen-netback: use hash value from the frontendPaul Durrant1-0/+27
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant2-14/+77
2016-05-16xen-netback: add control protocol implementationPaul Durrant5-3/+502
2016-05-16xen-netback: add control ring boilerplatePaul Durrant4-30/+277
2016-05-16hv_netvsc: set nvdev link after populating chn_tableVitaly Kuznetsov1-11/+18
2016-05-16hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...Vitaly Kuznetsov1-2/+7
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov4-64/+72
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov4-122/+99
2016-05-16hv_netvsc: use start_remove flag to protect netvsc_link_change()Vitaly Kuznetsov1-4/+17
2016-05-16hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov3-6/+13
2016-05-16phy: add support for a reset-gpio specificationUwe Kleine-König1-0/+8
2016-05-16drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.Muhammad Falak R Wani1-1/+1
2016-05-16ibft: Expose iBFT acpi header via sysfsDavid Bond2-1/+127
2016-05-16iscsi_ibft: Add prefix-len attr and display netmaskHannes Reinecke2-0/+9
2016-05-16Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki7-118/+114
2016-05-16Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'Rafael J. Wysocki8-704/+862
2016-05-16Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video'Rafael J. Wysocki14-229/+650
2016-05-16Merge branch 'acpica'Rafael J. Wysocki112-1023/+1663
2016-05-16drm/amdgpu: fix array out of boundstom will1-1/+1
2016-05-16drm/radeon: fix array out of boundstom will1-1/+1
2016-05-16Merge branches 'pm-avs', 'pm-clk', 'powercap' and 'pm-tools'Rafael J. Wysocki3-2/+12
2016-05-16Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki5-111/+82
2016-05-16Merge branch 'pm-devfreq'Rafael J. Wysocki16-1824/+1399
2016-05-16Merge branch 'pm-cpuidle'Rafael J. Wysocki4-6/+149
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki53-830/+1605
2016-05-16Merge branch 'pm-opp'Rafael J. Wysocki5-521/+724
2016-05-16of: dynamic: changeset prop-update revert fixPantelis Antoniou1-0/+5
2016-05-16drivers/of: Export of_detach_node()Gavin Shan1-0/+1
2016-05-16drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan1-11/+22
2016-05-16drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan3-6/+12
2016-05-16drivers/of: Rename unflatten_dt_node()Gavin Shan1-7/+7
2016-05-16drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan1-48/+74
2016-05-16drivers/of: Split unflatten_dt_node()Gavin Shan1-102/+147