summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas
2015-10-05amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas
2015-10-05amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann
2015-10-05net: igb: avoid using timespecArnd Bergmann
2015-10-05net: stmmac: avoid using timespecArnd Bergmann
2015-10-05net: fec: avoid timespec useArnd Bergmann
2015-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-10-03ravb: Add support for r8a7795 SoCKazuya Mizuguchi
2015-10-03ravb: Provide dev parameter to DMA APIKazuya Mizuguchi
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman
2015-10-03switchdev: push object ID back to object structureJiri Pirko
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-30i40e: fix 32 bit build warningsJesse Brandeburg
2015-09-30i40e: fix kbuild warningsJesse Brandeburg
2015-09-30i40evf: tweak init timingMitch Williams
2015-09-30i40e: warn on double freeJesse Brandeburg
2015-09-30i40e: refactor interrupt enableJesse Brandeburg
2015-09-30i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain
2015-09-30i40e/i40evf: add new device id 1588Shannon Nelson
2015-09-30i40e: Remove useless messageGreg Rose
2015-09-30i40e: limit debugfs io opsShannon Nelson
2015-09-30i40e: use QOS field consistentlyMitch Williams
2015-09-30i40e: count drops in netstat interfaceJesse Brandeburg
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg
2015-09-30i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson
2015-09-30i40e: Fix a port VLAN configuration bugGreg Rose
2015-09-30i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson
2015-09-30i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin
2015-09-30i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin
2015-09-30net: switchdev: abstract object in add/del opsVivien Didelot