aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06Revert "net: encx24j600_exit() can be static"David S. Miller1-1/+1
2015-10-05asix: Continue processing URB if no RX netdev bufferDean Jenkins1-12/+19
2015-10-05asix: On RX avoid creating bad Ethernet framesDean Jenkins1-0/+28
2015-10-05asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins1-9/+7
2015-10-05asix: Tidy-up 32-bit header word synchronisationDean Jenkins1-15/+13
2015-10-05asix: Rename remaining and size for clarityDean Jenkins2-21/+22
2015-10-05vrf: fix a kernel warningWANG Cong1-1/+1
2015-10-05net: encx24j600_exit() can be statickbuild test robot1-1/+1
2015-10-05net: Microchip encx24j600 driverJon Ringle5-0/+2122
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan4-3/+40
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan1-5/+9
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
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