summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: realtek: atp: checkpatch errors and warnings correctedRoberto Medina2014-10-291-119/+127
* gianfar: Implement PAUSE frame generation supportMatei Pavaluca2014-10-293-2/+93
* Fix the way the local advertising flow options are determinedPavaluca Matei-B466102014-10-291-1/+5
* Add flow control support flags to gianfar's capabilitiesPavaluca Matei-B466102014-10-292-3/+4
* net/mlx4_en: Report actual number of rings in indirection tableAmir Vadai2014-10-281-0/+1
* net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdevEugenia Emantayev2014-10-281-15/+15
* net/mlx4_en: Call napi_synchronize on stop_portIdo Shamay2014-10-281-2/+1Star
* net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein2014-10-283-11/+4Star
* net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ONSaeed Mahameed2014-10-282-78/+88
* net/mlx4_en: Add support for setting rxvlan offload OFF/ONSaeed Mahameed2014-10-283-15/+50
* net/mlx4_en: Use PTYS register to set ethtool settings (Speed)Saeed Mahameed2014-10-281-4/+104
* net/mlx4_en: Use PTYS register to query ethtool settingsSaeed Mahameed2014-10-284-16/+338
* ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting supportSaeed Mahameed2014-10-283-10/+26
* net/mlx4_core: Add ethernet backplane autoneg device capabilitySaeed Mahameed2014-10-281-1/+6
* net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2014-10-282-2/+125
* ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed2014-10-281-0/+83
* net/mlx4_core: Introduce mlx4_get_module_info for cable module info readingSaeed Mahameed2014-10-281-0/+156
* net: phy: Adding SGMII support for Marvell 88ee1145 driverViet Nga Dao2014-10-281-0/+19
* ethernet: samsung: sxgbe: remove unnecessary checkVarka Bhadram2014-10-281-3/+0Star
* ethernet: renesas: remove unnecessary checkVarka Bhadram2014-10-281-6/+2Star
* ethernet: marvell: remove unnecessary checkVarka Bhadram2014-10-281-4/+2Star
* ethernet: apm: xgene: remove unnecessary checkVarka Bhadram2014-10-281-12/+0Star
* ethernet: wiznet: remove unnecessary checkVarka Bhadram2014-10-282-8/+4Star
* xen-netfront: always keep the Rx ring full of requestsDavid Vrabel2014-10-271-191/+62Star
* sunvnet: Remove irqsave/irqrestore on vio.lockSowmini Varadhan2014-10-251-25/+5Star
* sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan2014-10-251-29/+33
* sunvnet: NAPIfy sunvnetSowmini Varadhan2014-10-252-44/+135
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-10-249-2185/+2268
|\
| * i40e: Bump versionCatherine Sullivan2014-10-241-1/+1
| * i40e: Moving variable declaration out of the loopsAkeem G Abodunrin2014-10-241-4/+3Star
| * i40e: Add 10GBaseT supportMitch Williams2014-10-244-5/+34
| * i40e: process link events when setting up switchMitch Williams2014-10-241-0/+8
| * i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain2014-10-241-4/+20
| * i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh2014-10-243-6/+6
| * i40e/i40evf: Fix whitespace indentationJeff Kirsher2014-10-242-2142/+2133Star
| * i40e: enable LSE poke and simplify link stateJesse Brandeburg2014-10-241-23/+16Star
| * i40e: mask phy eventsJesse Brandeburg2014-10-243-0/+47
* | net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth2014-10-241-126/+0Star
* | net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth2014-10-241-15/+85
* | net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth2014-10-241-15/+23
* | phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth2014-10-241-0/+46
* | natsemi/macsonic: Remove superfluous interrupt disable/restoreGeert Uytterhoeven2014-10-241-4/+0Star
* | cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven2014-10-241-6/+2Star
* | net: typhoon: Remove redundant castsRasmus Villemoes2014-10-241-2/+2
* | hyperv: Fix the total_data_buflen in send pathHaiyang Zhang2014-10-221-0/+1
* | amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas2014-10-221-8/+12
* | amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas2014-10-221-1/+1
* | net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel2014-10-221-1/+2
* | net: fs_enet: set back promiscuity mode after restartLEROY Christophe2014-10-222-0/+6
* | sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-221-4/+0Star