aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai1-330/+1134
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2-13/+4
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas1-5/+6
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas3-0/+5
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2-83/+14
2015-10-05amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas1-52/+37
2015-10-05amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas1-0/+16
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas1-1/+1
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas1-1/+1
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann1-11/+4
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann1-3/+1
2015-10-05net: igb: avoid using timespecArnd Bergmann3-13/+14
2015-10-05net: stmmac: avoid using timespecArnd Bergmann1-3/+5
2015-10-05net: fec: avoid timespec useArnd Bergmann1-4/+2
2015-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-63/+87
2015-10-03ravb: Add support for r8a7795 SoCKazuya Mizuguchi2-8/+62
2015-10-03ravb: Provide dev parameter to DMA APIKazuya Mizuguchi1-19/+19
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-19/+40
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-6/+3
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-16/+25
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-3/+3
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-3/+3
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2-5/+5
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-8/+8
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-37/+38
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-15/+38
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-22/+0
2015-09-30i40e: fix 32 bit build warningsJesse Brandeburg2-11/+6
2015-09-30i40e: fix kbuild warningsJesse Brandeburg1-2/+2
2015-09-30i40evf: tweak init timingMitch Williams1-3/+3
2015-09-30i40e: warn on double freeJesse Brandeburg1-0/+4
2015-09-30i40e: refactor interrupt enableJesse Brandeburg2-10/+6
2015-09-30i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain3-7/+16
2015-09-30i40e/i40evf: add new device id 1588Shannon Nelson6-0/+7
2015-09-30i40e: Remove useless messageGreg Rose1-3/+0
2015-09-30i40e: limit debugfs io opsShannon Nelson3-12/+12
2015-09-30i40e: use QOS field consistentlyMitch Williams1-5/+4
2015-09-30i40e: count drops in netstat interfaceJesse Brandeburg1-0/+1
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2-2/+2
2015-09-30i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson1-2/+11
2015-09-30i40e: Fix a port VLAN configuration bugGreg Rose1-1/+1
2015-09-30i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson2-6/+12
2015-09-30i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin1-1/+1
2015-09-30i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin1-0/+1
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-11/+10
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-10/+11
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-2/+2
2015-09-29net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-29net: macmace: Allow modular buildGeert Uytterhoeven1-1/+1