summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-032-7/+7
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-5/+5
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-3/+3
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-081-2/+2
* Fix r284722, by making it actually compile.dim2015-06-231-1/+1
* Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.dim2015-06-231-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* - Mechanically convert to if_inc_counter() the rest of counters.glebius2014-09-261-31/+40
* Fix teardown of static DMA allocations in various NIC drivers:jhb2014-06-171-15/+23
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+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
OpenPOWER on IntegriCloud