summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: remove bridge workVivien Didelot2016-05-162-34/+8
* net: vrf: protect changes to private data with rcuDavid Ahern2016-05-161-23/+47
* net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai2016-05-163-7/+69
* net/mlx5_core: Flow counters infrastructureAmir Vadai2016-05-164-2/+236
* net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai2016-05-164-10/+102
* net/mlx5_core: Firmware commands to support flow countersAmir Vadai2016-05-163-0/+77
* net/mlx5_core: Use a macro in mlx5_command_str()Amir Vadai2016-05-161-171/+132
* net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang2016-05-161-4/+4
* net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2016-05-161-2/+2
* vxlan: set mac_header correctly in GPE modeJiri Benc2016-05-161-0/+1
* xen-netback: use hash value from the frontendPaul Durrant2016-05-161-0/+27
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-162-14/+77
* xen-netback: add control protocol implementationPaul Durrant2016-05-165-3/+502
* xen-netback: add control ring boilerplatePaul Durrant2016-05-164-30/+277
* hv_netvsc: set nvdev link after populating chn_tableVitaly Kuznetsov2016-05-161-11/+18
* hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...Vitaly Kuznetsov2016-05-161-2/+7
* hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov2016-05-164-64/+72
* hv_netvsc: untangle the pointer messVitaly Kuznetsov2016-05-164-122/+99
* hv_netvsc: use start_remove flag to protect netvsc_link_change()Vitaly Kuznetsov2016-05-161-4/+17
* hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov2016-05-163-6/+13
* phy: add support for a reset-gpio specificationUwe Kleine-König2016-05-161-0/+8
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-1513-165/+330
|\
| * i40e: fix an uninitialized variable bugDan Carpenter2016-05-141-1/+1
| * i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari2016-05-141-1/+1
| * i40e: don't add broadcast filter for VFsMitch Williams2016-05-141-8/+0
| * i40e/i40evf: properly report Rx packet hashMitch Williams2016-05-141-1/+1
| * i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah2016-05-141-1/+2
| * i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin2016-05-141-1/+1
| * i40e: change Rx hang message into a WARN_ONCEJacob Keller2016-05-141-3/+1
| * i40e: Refactor ethtool get_settingsCatherine Sullivan2016-05-141-123/+135
| * i40e: lie to the VFMitch Williams2016-05-141-3/+7
| * i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-146-18/+111
| * i40e: Implement the API function for aq_set_switch_configShannon Nelson2016-05-142-0/+33
| * i40e: Add allmulti support for the VFAnjali Singhai Jain2016-05-143-3/+30
| * i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-143-2/+7
* | bnxt_en: Use dma_rmb() instead of rmb().Michael Chan2016-05-151-1/+1
* | bnxt_en: Add BCM57314 device ID.Michael Chan2016-05-151-0/+3
* | bnxt_en: Simplify and improve unsupported SFP+ module reporting.Michael Chan2016-05-152-37/+30
* | bnxt_en: Fix length value in dmesg log firmware error message.Michael Chan2016-05-151-1/+1
* | bnxt_en: Improve the delay logic for firmware response.Michael Chan2016-05-151-9/+10
* | bnxt_en: Reduce maximum ring pages if page size is 64K.Michael Chan2016-05-151-0/+7
* | bnxt_en: Report PCIe link speed and width during driver loadAjit Khaparde2016-05-151-0/+18
* | bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde2016-05-154-0/+167
* | bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige2016-05-151-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-1552-225/+427
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-1412-44/+167
| |\
| | * drivers: net: xgene: fix register offsetIyappan Subramanian2016-05-142-4/+4
| | * drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian2016-05-144-19/+53
| | * drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2016-05-142-11/+27
| | * drivers: net: xgene: fix sharing of irqsIyappan Subramanian2016-05-141-2/+2