summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2015-09-23net/ethoc: support big-endian register layoutMax Filippov
2015-09-23net: davinci_emac: Add support for fixed-link PHYNeil Armstrong
2015-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-09-238139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse
2015-09-238139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse
2015-09-238139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse
2015-09-238139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse
2015-09-238139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse
2015-09-238139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse
2015-09-23net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan
2015-09-23net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan
2015-09-23net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan
2015-09-23net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan
2015-09-23net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan
2015-09-23net: netcp: remove dead code from the driverKaricheri, Muralidharan
2015-09-23net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok
2015-09-23rocker: add FDB cleanup timerScott Feldman
2015-09-23rocker: adding port ageing_time for ageing out FDB entriesScott Feldman
2015-09-23rocker: store rocker_port in fdb key rather than pportScott Feldman
2015-09-23rocker: track when FDB entry is touched.Scott Feldman
2015-09-22net: stmmac: fix type of entry variableAndrzej Hajda
2015-09-22net/ibm/emac: fix type of phy_modeAndrzej Hajda
2015-09-22ixgbe: Enable bit-banging mode on X550Mark Rustad
2015-09-22ixgbe: Set lan_id before first I2C eeprom accessMark Rustad
2015-09-22ixgbe: Provide unlocked I2C methodsMark Rustad
2015-09-22ixgbe: Provide I2C combined on X550EMMark Rustad
2015-09-22ixgbe: Add X550EM support for SFP insertion interruptMark Rustad
2015-09-22ixgbe: Accept SFP not present errors on all devicesMark Rustad
2015-09-22ixgbevf: Enables TSO for stacked VLANToshiaki Makita
2015-09-22e1000e: Enable TSO for stacked VLANToshiaki Makita
2015-09-22igbvf: Enable TSO for stacked VLANToshiaki Makita
2015-09-22e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu
2015-09-22fm10k: add support for extra debug statisticsJacob Keller
2015-09-22fm10k: TRIVIAL remove unnecessary commaJacob Keller
2015-09-22fm10k: create "correct" header for the remote end on connectJacob Keller
2015-09-22fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller
2015-09-22ixgbe: Add fdir support for SCTP on X550Don Skidmore
2015-09-22ixgbe: Add SFP+ detection for X550 hardwareDon Skidmore
2015-09-22fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller
2015-09-21drivers: net: cpsw-common: add support for reading mac address for dra7 and a...Mugunthan V N
2015-09-21drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N
2015-09-21sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan
2015-09-21net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_highFlorian Fainelli
2015-09-21net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-21net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-21net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-21net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-21net: arc: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-09-208139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse