summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-17net:fec: remove unnecessary codeRussell King
2014-10-17net:fec: allocate descriptor rings at device open, and free on device closeRussell King
2014-10-17net:fec: convert scatter-gather supportRussell King
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: increase receive ring sizeRussell 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-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2014-10-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-03Merge tag 'md/3.17-final-fix' of git://neil.brown.name/mdLinus Torvalds
2014-10-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig
2014-10-02Merge tag 'pm+acpi-3.17-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-03Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-10-03i2c: qup: Fix order of runtime pm initializationAndy Gross
2014-10-03i2c: rk3x: fix 0 length write transfersAlexandru M Stan
2014-10-03Merge branches 'pm-cpufreq' and 'acpi-video'Rafael J. Wysocki
2014-10-02Merge tag 'media/v3.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-10-02Merge branch 'parisc-3.17-8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown
2014-10-02drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs
2014-10-02drm/nouveau: punt fbcon resume out to a workqueueBen Skeggs
2014-10-02drm/nouveau: fix regression on original nv50 boardBen Skeggs
2014-10-02drm/nv50/disp: fix dpms regression on certain boardsBen Skeggs
2014-10-01r8152: disable power cut for RTL8153hayeswang