aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-16Merge branch 'cls_u32_hw_sw'David S. Miller3-12/+57
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar3-9/+54
2016-05-16net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar2-3/+3
2016-05-16Merge branch 'hv_netvsc-races'David S. Miller4-198/+215
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_remove()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önig2-0/+11
2016-05-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-165/+330
2016-05-15Merge branch 'bnxt_en-next'David S. Miller4-49/+242
2016-05-15bnxt_en: Use dma_rmb() instead of rmb().Michael Chan1-1/+1
2016-05-15bnxt_en: Add BCM57314 device ID.Michael Chan1-0/+3
2016-05-15bnxt_en: Simplify and improve unsupported SFP+ module reporting.Michael Chan2-37/+30
2016-05-15bnxt_en: Fix length value in dmesg log firmware error message.Michael Chan1-1/+1
2016-05-15bnxt_en: Improve the delay logic for firmware response.Michael Chan1-9/+10
2016-05-15bnxt_en: Reduce maximum ring pages if page size is 64K.Michael Chan1-0/+7
2016-05-15bnxt_en: Report PCIe link speed and width during driver loadAjit Khaparde1-0/+18
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde4-0/+167
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige1-1/+5
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller144-615/+1364
2016-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-45/+175
2016-05-14net: switchdev: Drop EXPERIMENTAL from descriptionFlorian Fainelli1-1/+1
2016-05-14arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim1-0/+1
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni2-0/+4
2016-05-14nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-91/+152
2016-05-14i40e: fix an uninitialized variable bugDan Carpenter1-1/+1
2016-05-14i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari1-1/+1
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams1-8/+0
2016-05-14i40e/i40evf: properly report Rx packet hashMitch Williams1-1/+1
2016-05-14i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah1-1/+2
2016-05-13i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin1-1/+1
2016-05-13i40e: change Rx hang message into a WARN_ONCEJacob Keller1-3/+1
2016-05-13i40e: Refactor ethtool get_settingsCatherine Sullivan1-123/+135
2016-05-13i40e: lie to the VFMitch Williams1-3/+7
2016-05-13i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain6-18/+111
2016-05-13i40e: Implement the API function for aq_set_switch_configShannon Nelson2-0/+33
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain3-3/+30
2016-05-13i40e: Add support for disabling all link and change bits needed for PHY interactionsKevin Scott3-2/+7
2016-05-13Merge branch 'xgene-fixes'David S. Miller7-41/+94
2016-05-13drivers: net: xgene: fix register offsetIyappan Subramanian2-4/+4
2016-05-13drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian4-19/+53
2016-05-13drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2-11/+27