aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nxge
Commit message (Expand)AuthorAgeFilesLines
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Fix the following compilation warnings in nxge(4):Dimitry Andric2012-04-201-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-152-3/+3
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Fix compile after previous "harmless" commit.John Baldwin2009-11-191-10/+8
* These drivers only set if_timer but never set if_watchdog. Just removeJohn Baldwin2009-11-191-4/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-4/+4
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingRobert Watson2007-10-2941-13243/+12167
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherRobert Watson2007-07-121-1/+1
* Fix warnings.Peter Wemm2007-07-061-2/+2
* Neterion Xframe 10GbE Server/Storage adapter driver.Sam Leffler2007-06-2941-0/+33856