summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2015-10-052-13/+4
* amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-053-0/+5
* amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2015-10-052-83/+14
* amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas2015-10-051-52/+37
* amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas2015-10-051-0/+16
* amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas2015-10-051-1/+1
* amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas2015-10-051-1/+1
* net: igb: avoid using timespecArnd Bergmann2015-10-053-13/+14
* net: stmmac: avoid using timespecArnd Bergmann2015-10-051-3/+5
* net: fec: avoid timespec useArnd Bergmann2015-10-051-4/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0316-63/+87
|\
| * i40e: fix 32 bit build warningsJesse Brandeburg2015-09-302-11/+6
| * i40e: fix kbuild warningsJesse Brandeburg2015-09-301-2/+2
| * i40evf: tweak init timingMitch Williams2015-09-301-3/+3
| * i40e: warn on double freeJesse Brandeburg2015-09-301-0/+4
| * i40e: refactor interrupt enableJesse Brandeburg2015-09-302-10/+6
| * i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain2015-09-303-7/+16
| * i40e/i40evf: add new device id 1588Shannon Nelson2015-09-306-0/+7
| * i40e: Remove useless messageGreg Rose2015-09-301-3/+0
| * i40e: limit debugfs io opsShannon Nelson2015-09-303-12/+12
| * i40e: use QOS field consistentlyMitch Williams2015-09-301-5/+4
| * i40e: count drops in netstat interfaceJesse Brandeburg2015-09-301-0/+1
| * i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-302-2/+2
| * i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson2015-09-301-2/+11
| * i40e: Fix a port VLAN configuration bugGreg Rose2015-09-301-1/+1
| * i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson2015-09-302-6/+12
| * i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin2015-09-301-1/+1
| * i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin2015-09-301-0/+1
* | ravb: Add support for r8a7795 SoCKazuya Mizuguchi2015-10-032-8/+62
* | ravb: Provide dev parameter to DMA APIKazuya Mizuguchi2015-10-031-19/+19
* | switchdev: push object ID back to object structureJiri Pirko2015-10-031-6/+3
* | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-16/+25
* | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-3/+3
* | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-3/+3
* | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-032-5/+5
* | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-029-37/+36
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-028-15/+36
| |\
| | * net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-301-3/+4
| | * bna: fix error handlingAndrzej Hajda2015-09-291-6/+7
| | * net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov2015-09-291-3/+3
| | * i40e/i40evf: check for stopped admin queueMitch Williams2015-09-292-0/+18
| | * i40e: fix VLAN inside VXLANJesse Brandeburg2015-09-291-1/+2
| | * r8169: fix handling rtl_readphy resultAndrzej Hajda2015-09-271-1/+1
| | * net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda2015-09-271-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-011-22/+0
| |\ \ | | |/ | |/|
| | * IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-22/+0
* | | net: switchdev: abstract object in add/del opsVivien Didelot2015-09-301-11/+10
* | | net: switchdev: pass callback to dump operationVivien Didelot2015-09-301-10/+11