summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2016-12-20net/mlx5: use rb_entry()Geliang Tang
2016-12-20ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser
2016-12-20net: hix5hd2_gmac: fix compatible strings nameDongpo Li
2016-12-20net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok
2016-12-20net: netcp: ethss: fix errors in ethtool opsWingMan Kwok
2016-12-20fsl/fman: enable compilation on ARM64Madalin Bucur
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur
2016-12-19stmmac: fix memory barriersPavel Machek
2016-12-19net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from dev...Arvind Yadav
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17net: mv643xx_eth: fix build failureSudip Mukherjee
2016-12-17mlxsw: spectrum: Mark split ports as suchIdo Schimmel
2016-12-17qed: fix old-style function definitionArnd Bergmann
2016-12-17r6040: move spinlock in r6040_close as SOFTIRQ-unsafe lock order detectedManuel Bessler
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17net: davicom: dm9000: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17bna: use designated initializersKees Cook
2016-12-17dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur
2016-12-17dpaa_eth: use big endian accessorsClaudiu Manoil
2016-12-17net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon
2016-12-17net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi
2016-12-16encx24j600: Fix some checkstyle warningsJeroen De Wachter
2016-12-16encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter
2016-12-16net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li
2016-12-16net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li
2016-12-16net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14igb: update code to better handle incrementing page countAlexander Duyck
2016-12-14igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford
2016-12-14qede: fix general protection fault may occur on probeAmrani, Ram
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann
2016-12-14treewide: Fix printk() message errorsMasanari Iida
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong