Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-27 | net: intel: Cleanup the copyright/license headers | Jeff Kirsher | 1 | -27/+1 | |
After many years of having a ~30 line copyright and license header to our source files, we are finally able to reduce that to one line with the advent of the SPDX identifier. Also caught a few files missing the SPDX license identifier, so fixed them up. Signed-off-by: Jeff Kirsher <[email protected]> Acked-by: Shannon Nelson <[email protected]> Acked-by: Richard Cochran <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2018-03-23 | intel: add SPDX identifiers to all the Intel drivers | Jeff Kirsher | 1 | -0/+1 | |
Add the SPDX identifiers to all the Intel wired LAN driver files, as outlined in Documentation/process/license-rules.rst. Signed-off-by: Jeff Kirsher <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2014-09-12 | e1000: move e1000_tbi_adjust_stats to where its used | Florian Westphal | 1 | -2/+0 | |
... and make it static. Signed-off-by: Florian Westphal <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2012-02-07 | e1000: Adding e1000_dump function | Tushar Dave | 1 | -0/+10 | |
When TX hang occurs e1000_dump prints TX ring, RX ring and Device registers. Signed-off-by: Tushar Dave <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2012-01-05 | e1000: cleanup CE4100 MDIO registers access | Florian Fainelli | 1 | -2/+2 | |
A global variable is currently used to hold the virtual address of the CE4100 MDIO base register address. Store the address in the e1000_hw structure and update macros accordingly. Signed-off-by: Florian Fainelli <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2011-11-16 | intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN | Joe Perches | 1 | -1/+0 | |
Use the normal #defines not module specific ones. Signed-off-by: Joe Perches <[email protected]> Tested-by: Stephen Ko <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> | |||||
2011-08-10 | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 1 | -0/+3103 | |
Moves the Intel wired LAN drivers into drivers/net/ethernet/intel/ and the necessary Kconfig and Makefile changes. Signed-off-by: Jeff Kirsher <[email protected]> |