aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2-29/+21
2016-05-09stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops staticJoachim Eastwood1-1/+2
2016-05-09mlx5: Fix merge errors.David S. Miller5-24/+2
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-27/+82
2016-05-09net/mlx5e: make VXLAN support conditionalArnd Bergmann5-3/+24
2016-05-09Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann1-1/+0
2016-05-09sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov1-9/+2
2016-05-09sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov1-2/+3
2016-05-09pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov1-2/+0
2016-05-08qede: uninitialized variable in qede_start_xmit()Dan Carpenter1-1/+1
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter1-1/+2
2016-05-07netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter1-1/+1
2016-05-07netxen: fix error handling in netxen_get_flash_block()Dan Carpenter1-4/+8
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-05-06mlxsw: spectrum: Fix ordering in mlxsw_sp_finiJiri Pirko1-1/+1
2016-05-06mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel1-0/+8
2016-05-06mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel1-2/+2
2016-05-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-1261/+1061
2016-05-06qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru1-4/+2
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell1-1/+4
2016-05-05i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-05i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-05i40e: Test memory before ethtool alloc succeedsJesse Brandeburg1-3/+31
2016-05-05i40evf: Allocate Rx buffers properlyMitch Williams1-4/+1
2016-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg5-62/+27
2016-05-05i40evf: refactor receive routineJesse Brandeburg5-513/+481
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg7-75/+3
2016-05-05i40e: Refactor receive routineJesse Brandeburg6-303/+531
2016-05-05net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky7-117/+45
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg3-8/+2
2016-05-05i40e: Drop packet split receive routineJesse Brandeburg6-317/+10
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2-14/+12
2016-05-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-197/+625
2016-05-04bnxt_en: Setup multicast properly after resetting device.Michael Chan1-4/+15
2016-05-04bnxt_en: Need memory barrier when processing the completion ring.Michael Chan1-0/+4
2016-05-04drivers: fix dev->trans_start removal falloutFlorian Westphal1-1/+1
2016-05-04net: remove dev->trans_startFlorian Westphal1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal90-127/+127
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal5-5/+5
2016-05-04dmfe: kill DEVICE defineFlorian Westphal1-21/+18
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-05-04net/mlx5: E-Switch, Implement trust vf ndoMohamad Haj Yahia3-5/+45
2016-05-04net/mlx5: E-Switch, Implement promiscuous rx modes vf request handlingMohamad Haj Yahia2-6/+267
2016-05-04net/mlx5: E-Switch, Add promiscuous and allmulti FDB flowtable groupsMohamad Haj Yahia2-14/+79
2016-05-04net/mlx5: E-Switch, Use vport event handler for vport cleanupMohamad Haj Yahia1-24/+9
2016-05-04net/mlx5: E-Switch, Enable/disable ACL tables on demandMohamad Haj Yahia1-19/+14
2016-05-04net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchkMohamad Haj Yahia3-6/+118
2016-05-04net/mlx5: E-Switch, Vport ingress/egress ACLs rules for VST modeMohamad Haj Yahia2-2/+189