summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-06-04cxgb4: Remove WOL get/set ethtool supportHariprasad Shenai4-137/+0
2015-06-04cxgb4: Add support to dump loopback port statsHariprasad Shenai4-1/+92
2015-06-04cxgb4: Add support in ethtool to dump channel statsHariprasad Shenai4-1/+136
2015-06-04cxgb4: Add ethtool support to get adapter statsHariprasad Shenai5-46/+280
2015-06-04net: tulip: rearrange order of searching for substringsRasmus Villemoes1-5/+5
2015-06-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller22-52/+220
2015-06-04net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto1-1/+1
2015-06-04net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto1-0/+1
2015-06-04net/mlx4_core: double free of dev_vfsCarol L Soto1-0/+1
2015-06-04drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm1-1/+1
2015-06-04net: phy: dp83867: Add TI dp83867 phyDan Murphy3-1/+245
2015-06-04ethernet: micrel: use time_after_eqAntonio Murdaca1-1/+1
2015-06-04net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz1-1/+3
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin22-24/+24
2015-06-03e1000e: fix unit hang during loopback testYanir Lubetkin1-3/+24
2015-06-03e1000e: fix systim issuesYanir Lubetkin2-11/+30
2015-06-03e1000e: fix legacy interrupt handling in i219Yanir Lubetkin3-1/+19
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin3-6/+9
2015-06-03e1000e: fix logical error in flush_desc_ringsYanir Lubetkin1-1/+1
2015-06-03e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin1-9/+4
2015-06-03e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin1-6/+10
2015-06-03e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin3-0/+108
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko4-12/+49
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko2-1/+11
2015-06-02sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko1-0/+9
2015-06-02sfc: don't update stats on VF when called in atomic contextDaniel Pieczko1-2/+14
2015-06-02sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2-3/+11
2015-06-02sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2-5/+14
2015-06-02sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko1-19/+22
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko2-41/+112
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko3-4/+73
2015-06-02sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko1-0/+2
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko3-179/+182
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah8-0/+45
2015-06-02sfc: Add sysfs entry for flags (link control and primary)Shradha Shah1-7/+51
2015-06-02sfc: Add paranthesis correctly on all branches of the if statementShradha Shah1-4/+4
2015-06-02sfc: Add code to export port_num in netdev->dev_portShradha Shah1-0/+2
2015-06-02net: thunderx: use GFP_KERNEL in thread contextAleksey Makarov1-1/+1
2015-06-02net: thunderx: check if memory allocation was successfulAleksey Makarov1-0/+2
2015-06-02net: thunderx: remove unneeded type conversionsAleksey Makarov1-2/+1
2015-06-02net: thunderx: fix nicvf_set_rxfh()Aleksey Makarov1-2/+1
2015-06-02net: thunderx: add staticAleksey Makarov4-22/+16
2015-06-02net: thunderx: delete unused variablesAleksey Makarov1-2/+2
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov5-19/+9
2015-06-02net: thunderx: introduce a function for mailbox accessAleksey Makarov1-10/+17
2015-06-02net: thunderx: fix constantsAleksey Makarov1-5/+5
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter4-8/+13
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-183/+270
2015-06-02cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai3-23/+54
2015-06-02cxgb4: Adds support for T6 adapterHariprasad Shenai10-149/+524