summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* MFC r284722 and r284724:hselasky2015-11-231-1/+1
* Remove unused and incomplete support for delayed fragment checksumsandre2013-08-191-18/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-8/+8
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* Remove TCP/UDP checksum offloading feature for IP fragmentedyongari2012-11-011-11/+5
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Overhaul bus_dma(9) usage in driver:yongari2011-11-142-403/+604
* Export sysctl node for various interrupt moderation parameters andyongari2011-11-141-14/+62
* It's bad idea to allocate large memory, 4KB, from stack.yongari2011-11-142-29/+35
* Remove dead ifdef. Driver should always check raised interrupt isyongari2011-11-101-3/+0
* style.yongari2011-11-101-63/+44
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboyongari2011-11-082-328/+291
* Do not allow changing MTU to be less than the minimum.yongari2011-11-071-1/+1
* If ti_chipinit() fails in ti_stop(), ignore the error and releaseyongari2011-11-071-5/+5
* Show RX buffer allocation failure and do not blindly send aliveyongari2011-11-071-5/+21
* Mini ring is not available on Tigon 1 so do not create DMA maps foryongari2011-11-071-0/+5
* Track which ring was updated in RX handler and update only modifiedyongari2011-11-071-5/+12
* o Remove unnecessary controller reinitialization.yongari2011-11-071-2/+8
* Remove ti_unit member variable in softc.yongari2011-11-072-7/+5
* Implement altq(4) support.yongari2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetheryongari2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXyongari2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'syongari2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationyongari2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkyongari2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).yongari2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gyongari2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.yongari2011-11-041-1/+1
* style.yongari2011-11-041-163/+163
* Use ANSI function definations.yongari2011-11-041-146/+55
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-112-6/+7
* Neither the page lock nor the page queues lock is required to unwire andalc2010-05-031-2/+0
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-192-21/+24
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Remove some remnant alpha hacks.marius2008-04-261-12/+1
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+2
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-7/+4
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-46/+47
* Fix invalid reference of mbuf chains.yongari2006-08-121-25/+25
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-032-168/+157
* Cache the tx producer index instead of reading it every time ti_start isscottl2005-12-282-1/+4
* Fix a serious regression from the busdma conversion. Check to make surescottl2005-12-281-10/+17
* Bring big-endian architecture support for ti(4).yongari2005-12-282-241/+311
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+5
OpenPOWER on IntegriCloud