summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* | ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser2016-12-202-1/+21
* | net: hix5hd2_gmac: fix compatible strings nameDongpo Li2016-12-201-6/+7
* | net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok2016-12-201-1/+2
* | net: netcp: ethss: fix errors in ethtool opsWingMan Kwok2016-12-201-5/+16
* | fsl/fman: enable compilation on ARM64Madalin Bucur2016-12-201-1/+1
* | fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur2016-12-201-0/+8
* | powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur2016-12-201-0/+7
* | fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur2016-12-201-0/+1
* | stmmac: fix memory barriersPavel Machek2016-12-193-7/+7
* | net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from dev...Arvind Yadav2016-12-191-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-1825-181/+450
|\ \
| * | net: mv643xx_eth: fix build failureSudip Mukherjee2016-12-181-1/+1
| * | mlxsw: spectrum: Mark split ports as suchIdo Schimmel2016-12-181-1/+1
| * | qed: fix old-style function definitionArnd Bergmann2016-12-181-1/+1
| * | r6040: move spinlock in r6040_close as SOFTIRQ-unsafe lock order detectedManuel Bessler2016-12-181-5/+5
| * | net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-183-42/+65
| * | net: davicom: dm9000: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-6/+8
| * | net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-6/+8
| * | net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-28/+37
| * | net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-27/+37
| * | bna: use designated initializersKees Cook2016-12-171-4/+4
| * | dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur2016-12-171-1/+1
| * | dpaa_eth: use big endian accessorsClaudiu Manoil2016-12-171-34/+37
| * | net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-174-5/+189
| * | ibmveth: calculate gso_segs for large packetsThomas Falcon2016-12-171-2/+10
| * | net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi2016-12-171-0/+9
| * | encx24j600: Fix some checkstyle warningsJeroen De Wachter2016-12-162-8/+25
| * | encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter2016-12-161-1/+2
| * | net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| * | net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| * | net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner2016-12-161-7/+8
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-12-164-5/+1Star
|\ \ \
| * | | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-153-4/+0Star
| * | | linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-151-1/+1
* | | | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-41/+43
|\ \ \ \
| * | | | net/mlx4_core: Use device ID definesBjorn Helgaas2016-11-181-41/+43
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-2/+2
| |\ \ \ \ \
| | | * | | | qede: fix general protection fault may occur on probeAmrani, Ram2016-12-141-2/+2
| | |/ / / /
| * / / / / IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann2016-12-141-2/+3
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-152-28/+56
|\ \ \ \ \
| * | | | | igb: update code to better handle incrementing page countAlexander Duyck2016-12-152-8/+23
| * | | | | igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-151-20/+33
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-143-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | treewide: Fix printk() message errorsMasanari Iida2016-12-143-4/+4
* | | | | Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-1/+0Star
|\ \ \ \ \
* \ \ \ \ \ Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-0/+6
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki2016-12-121-0/+6
| |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | * | / | | | | net: smsc911x: Synchronize the runtime PM status during system suspendUlf Hansson2016-11-091-0/+6
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-1315-21/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |