aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-5/+5
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-3/+3
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-2/+2
* Fix r284722, by making it actually compile.Dimitry Andric2015-06-231-1/+1
* Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.Dimitry Andric2015-06-231-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* - Mechanically convert to if_inc_counter() the rest of counters.Gleb Smirnoff2014-09-261-31/+40
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-15/+23
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove unused and incomplete support for delayed fragment checksumsAndre Oppermann2013-08-191-18/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-8/+8
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Remove TCP/UDP checksum offloading feature for IP fragmentedPyun YongHyeon2012-11-011-11/+5
* Eliminate vestiges of page coloring.Alan Cox2011-12-151-2/+1
* Overhaul bus_dma(9) usage in driver:Pyun YongHyeon2011-11-142-403/+604
* Export sysctl node for various interrupt moderation parameters andPyun YongHyeon2011-11-141-14/+62
* It's bad idea to allocate large memory, 4KB, from stack.Pyun YongHyeon2011-11-142-29/+35
* Remove dead ifdef. Driver should always check raised interrupt isPyun YongHyeon2011-11-101-3/+0
* style.Pyun YongHyeon2011-11-101-63/+44
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboPyun YongHyeon2011-11-082-328/+291
* Do not allow changing MTU to be less than the minimum.Pyun YongHyeon2011-11-071-1/+1
* If ti_chipinit() fails in ti_stop(), ignore the error and releasePyun YongHyeon2011-11-071-5/+5
* Show RX buffer allocation failure and do not blindly send alivePyun YongHyeon2011-11-071-5/+21
* Mini ring is not available on Tigon 1 so do not create DMA maps forPyun YongHyeon2011-11-071-0/+5
* Track which ring was updated in RX handler and update only modifiedPyun YongHyeon2011-11-071-5/+12
* o Remove unnecessary controller reinitialization.Pyun YongHyeon2011-11-071-2/+8
* Remove ti_unit member variable in softc.Pyun YongHyeon2011-11-072-7/+5
* Implement altq(4) support.Pyun YongHyeon2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetherPyun YongHyeon2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXPyun YongHyeon2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'sPyun YongHyeon2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationPyun YongHyeon2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkPyun YongHyeon2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).Pyun YongHyeon2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.Pyun YongHyeon2011-11-041-1/+1
* style.Pyun YongHyeon2011-11-041-163/+163
* Use ANSI function definations.Pyun YongHyeon2011-11-041-146/+55
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-112-6/+7
* Neither the page lock nor the page queues lock is required to unwire andAlan Cox2010-05-031-2/+0
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-192-21/+24
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Remove some remnant alpha hacks.Marius Strobl2008-04-261-12/+1
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Set the baudrate for if_ti.Remko Lodder2008-02-191-0/+1
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+2
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1