summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2318-185/+373
|\
| * net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli2014-09-231-53/+52Star
| * net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli2014-09-231-1/+4
| * dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser2014-09-221-1/+1
| * r8169: fix an if conditionDan Carpenter2014-09-221-1/+1
| * tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-09-221-2/+18
| * pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller2014-09-221-0/+1
| * 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
| * 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
| * sfc: fix addr_list_lock spinlock use before initEdward Cree2014-09-161-0/+3
| * r8169: adjust __rtl8169_set_featureshayeswang2014-09-161-40/+34Star
| * cxgb4: Don't allocate adapter structure for all PF'sHariprasad Shenai2014-09-151-22/+27
| * r8169: fix setting rx vlanhayeswang2014-09-131-1/+1
| * r8169: fix the default setting of rx vlanhayeswang2014-09-131-1/+6
| * drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N2014-09-131-5/+24
| * drivers: net: b44: Fix typo in returning multicast statsMark Einon2014-09-131-1/+1
| * net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani2014-09-121-11/+32
| * net: arc_emac: enable tx interruptsBeniamino Galvani2014-09-121-5/+5
| * net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-112-4/+26
| * net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak2014-09-111-7/+11
| * net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak2014-09-111-1/+1
| * net/mlx4: Correctly configure single ported VFs from the hostMatan Barak2014-09-111-0/+21
| * drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N2014-09-101-0/+23
| * net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli2014-09-091-14/+19
| * net: systemport: check harder for out of memory conditionsFlorian Fainelli2014-09-091-12/+19
| * net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera2014-09-091-0/+3
| * drivers: net: ethernet: octeon_mgmt: fix a compiler warningAaro Koskinen2014-09-081-1/+3
| * sunvnet - add missing rmb() for sunvnet driverDavid L Stevens2014-09-081-2/+5
* | be2net: fix alignment on line wrapKalesh AP2014-09-223-10/+11
* | be2net: remove multiple assignments on a single lineKalesh AP2014-09-223-8/+12
* | be2net: remove space after typecastsKalesh AP2014-09-222-5/+5
* | be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-222-5/+0Star
* | be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-222-0/+5
* | be2net: remove multiple blank linesKalesh AP2014-09-223-4/+0Star
* | be2net: add blank line after declarationsKalesh AP2014-09-224-0/+38
* | be2net: remove return statements for void functionsKalesh AP2014-09-222-5/+0Star
* | be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-222-0/+8
* | be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
* | be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2
* | be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP2014-09-221-2/+2
* | net: fec: fix code identationNimrod Andy2014-09-221-1/+1
* | qlge: Fix compilation warningHarish Patil2014-09-221-2/+2
* | am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher2014-09-221-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-195-88/+83Star
|\ \
| * | ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller2014-09-181-2/+0Star
| * | ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller2014-09-181-2/+5
| * | ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-7/+5Star
| * | ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller2014-09-181-2/+2
| * | ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-37/+37
| * | ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-11/+13