summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/cpsw
Commit message (Expand)AuthorAgeFilesLines
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-171-1/+1
* Another overhaul of the CPSW driver for BeagleBonekientzle2013-02-033-901/+1586
* Shuffle the TX underrun to work the same way as the RX underrun,kientzle2013-01-051-23/+9
* While trying to track down the root cause forkientzle2013-01-052-24/+23
* Overhauled CPSW driver for TI CPSW Ethernet modulekientzle2013-01-013-373/+622
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Do proper padding of runt packets using code copied from bge(4).kientzle2012-10-251-2/+51
* Refer to headers locally. This makes it a lot easierkientzle2012-10-251-2/+2
* Don't repeat the POSTREAD dma sync.kientzle2012-10-221-5/+1
* Replace deprecated M_DONTWAIT with M_NOWAIT.kientzle2012-10-191-2/+2
* Fix an mbuf leak in cpsw driver, clean up mbuf management:kientzle2012-10-151-5/+8
* Cut-and-paste dropped semicolon.kientzle2012-10-141-1/+1
* Name cpsw_stop to cpsw_stop_locked consistently with other functionskientzle2012-10-141-5/+7
* Return correct packet size.kientzle2012-10-141-3/+3
* remove some unnecessary debugging statements, dead code and incorrectjmg2012-09-161-5/+1
* Correctly fetch the MAC address.kientzle2012-08-271-11/+9
* Merging of projects/armv6, part 10gonzo2012-08-153-0/+1482
OpenPOWER on IntegriCloud