summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/cpsw
Commit message (Expand)AuthorAgeFilesLines
* MFC r312604 and r312605:loos2017-01-252-97/+73
* MFC r312411:loos2017-01-252-5/+23
* MFC r312408:loos2017-01-251-9/+8
* MFC r309345:loos2016-12-312-6/+3
* MFC r309113:loos2016-12-313-4/+316
* MFC r306717:loos2016-12-303-155/+207
* MFC r306654:loos2016-12-301-16/+32
* MFC of r306388, r306510, r306511 and r306513:loos2016-12-301-68/+32
* MFC r306376:loos2016-12-303-0/+73
* MFC of r305112, r305113, r305119, r305141 and r305432:loos2016-12-301-4/+5
* Fix a lockup in tx path for cspw.loos2016-07-072-1/+18
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-111-2/+2
* Use our nitems() macro when param.h is available.pfg2016-04-201-3/+3
* Enable multicast addresses on vlan ports. Fixes the reception of broadcastloos2016-03-212-7/+11
* Count the input and output packets.loos2016-03-182-0/+6
* Increase the arbitrary limit of TX segments.loos2016-03-181-1/+1
* Set the destination port in all TX segments.loos2016-03-181-8/+9
* Add support for dual emac mode.loos2016-03-173-705/+1087
* Fixes a few style(9) issues, remove extra blank lines.loos2016-03-173-125/+118
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.andrew2015-05-221-0/+32
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-223-20/+64
* Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'.bz2015-01-151-6/+6
* Fix cpsw_detach() to not panic when called from cpsw_attach().loos2014-10-241-5/+14
* Mechanically convert to if_inc_counter().glebius2014-09-191-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-0/+1
* 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