summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: tulip: rearrange order of searching for substringsRasmus Villemoes2015-06-041-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-06-0422-52/+220
|\
| * e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-0322-24/+24
| * e1000e: fix unit hang during loopback testYanir Lubetkin2015-06-031-3/+24
| * e1000e: fix systim issuesYanir Lubetkin2015-06-032-11/+30
| * e1000e: fix legacy interrupt handling in i219Yanir Lubetkin2015-06-033-1/+19
| * e1000e: fix flush_desc_ring implementationYanir Lubetkin2015-06-033-6/+9
| * e1000e: fix logical error in flush_desc_ringsYanir Lubetkin2015-06-031-1/+1
| * e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin2015-06-031-9/+4Star
| * e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin2015-06-031-6/+10
| * e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin2015-06-033-0/+108
* | net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto2015-06-041-1/+1
* | net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto2015-06-041-0/+1
* | net/mlx4_core: double free of dev_vfsCarol L Soto2015-06-041-0/+1
* | drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm2015-06-041-1/+1
* | ethernet: micrel: use time_after_eqAntonio Murdaca2015-06-041-1/+1
* | net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz2015-06-041-1/+3
|/
* sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-024-12/+49
* sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-022-1/+11
* sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko2015-06-021-0/+9
* sfc: don't update stats on VF when called in atomic contextDaniel Pieczko2015-06-021-2/+14
* sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2015-06-022-3/+11
* sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2015-06-022-5/+14
* sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko2015-06-021-19/+22
* sfc: DMA the VF stats only when requestedDaniel Pieczko2015-06-022-41/+112
* sfc: display vadaptor statistics for all interfacesDaniel Pieczko2015-06-023-4/+73
* sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-0/+2
* sfc: add "port_" prefix to MAC statsDaniel Pieczko2015-06-023-179/+182
* sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-028-0/+45
* sfc: Add sysfs entry for flags (link control and primary)Shradha Shah2015-06-021-7/+51
* sfc: Add paranthesis correctly on all branches of the if statementShradha Shah2015-06-021-4/+4
* sfc: Add code to export port_num in netdev->dev_portShradha Shah2015-06-021-0/+2
* net: thunderx: use GFP_KERNEL in thread contextAleksey Makarov2015-06-021-1/+1
* net: thunderx: check if memory allocation was successfulAleksey Makarov2015-06-021-0/+2
* net: thunderx: remove unneeded type conversionsAleksey Makarov2015-06-021-2/+1Star
* net: thunderx: fix nicvf_set_rxfh()Aleksey Makarov2015-06-021-2/+1Star
* net: thunderx: add staticAleksey Makarov2015-06-024-22/+16Star
* net: thunderx: delete unused variablesAleksey Makarov2015-06-021-2/+2
* net: thunderx: rework mac address handlingAleksey Makarov2015-06-025-19/+9Star
* net: thunderx: introduce a function for mailbox accessAleksey Makarov2015-06-021-10/+17
* net: thunderx: fix constantsAleksey Makarov2015-06-021-5/+5
* net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter2015-06-024-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0217-95/+142
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-027-34/+54
| |\
| | * bnx2x: Move statistics implementation into semaphoresYuval Mintz2015-06-013-11/+20
| | * sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-06-011-17/+25
| | * bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-311-2/+2
| | * bna: remove unreasonable iocpf timer startIvan Vecera2015-05-311-4/+0Star
| | * bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-311-0/+7
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-293-13/+9Star
| |\ \ | | |/ | |/|