summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2014-10-17Revert FEC commitsRussell King
2014-10-17net:fec: add ethtool support for tx/rx ring sizesRussell King
2014-10-17net: fec: move removal of FCS from packet length to single locationRussell King
2014-10-17net: fec: avoid checking more flags than necessary in rx pathRussell King
2014-10-17net: fec: only enable CTAG_RX and IP checksumming if we have enhanced buffer ...Russell King
2014-10-17net: fec: move vlan receive flag into our private flagsRussell King
2014-10-17net: fec: move receive checksum flags into new flags memberRussell King
2014-10-17net: fec: move bufdesc_ex flag into flagsRussell King
2014-10-17net: fec: add locking for MDIO bus accessRussell King
2014-10-17net: fec: consolidate common parts of mdio read/writeRussell King
2014-10-17net: fec: adjust ring threshold according to SG settingRussell King
2014-10-17net: fec: better indexing for receive descriptor ringRussell King
2014-10-17net: fec: better indexing for transmit descriptor ringRussell King
2014-10-17net: fec: use a union for the buffer descriptorsRussell King
2014-10-17net: fec: add barrier to receive path to ensure proper orderingRussell King
2014-10-17net: fec: add barrier to transmit path to ensure proper orderingRussell King
2014-10-17net: fec: fix calculation of free packetsRussell King
2014-10-17net: fec: move netif_wake_queue() out of transmit loopRussell King
2014-10-17net: fec: clean up fec_enet_get_free_txdesc_num() callsitesRussell King
2014-10-17net: fec: move transmit dma ring address calculation to fec_enet_init()Russell King
2014-10-17net: fec: add byte queue limits supportRussell King
2014-10-17net: fec: improve UDP performanceRussell King
2014-10-17net: fec: improve flow control supportRussell King
2014-10-17net: fec: verify checksum offsetRussell King
2014-10-17net: fec: avoid hitting transmitter if it is still runningRussell King
2014-10-17net: fec: ensure that we dma unmap the transmit descriptorsRussell King
2014-10-17net: fec: fix receive error handlingRussell King
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy
2014-08-11net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König
2014-07-24fec: Simplify the PM related hooksFabio Estevam
2014-07-08net: fec: consolidate hwtstamp implementationRussell King
2014-07-08net: fec: remove useless status check in tx reap pathRussell King
2014-07-08net: fec: add support for dumping transmit ring on timeoutRussell King
2014-07-08net: fec: reorder ethtool ops to match order in struct declarationRussell King
2014-07-08net: fec: clear receive interrupts before processing a packetRussell King
2014-07-08net: fec: replace delayed work with standard workRussell King
2014-07-08net: fec: better implementation of iMX6 ERR006358 quirkRussell King
2014-07-08net: fec: clean up duplex mode handlingRussell King
2014-07-08net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...Russell King
2014-07-08net: fec: quiesce packet processing before changing featuresRussell King
2014-07-08net: fec: quiesce packet processing before stopping device in fec_set_features()Russell King
2014-07-08net: fec: quiesce packet processing before stopping device in fec_suspend()Russell King
2014-07-08net: fec: remove inappropriate calls around fec_restart()Russell King
2014-07-08net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King
2014-07-08net: fec: only restart or stop the device if it is present and runningRussell King
2014-07-08net: fec: ensure fec_enet_close() copes with resume failureRussell King
2014-07-08net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King
2014-07-07net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()Russell King
2014-07-07net: fec: ensure fec_enet_free_buffers() properly cleans the ringsRussell King
2014-07-07net: fec: clean up transmit descriptor setupRussell King