summaryrefslogtreecommitdiffstats
path: root/sys/dev/nxge
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Fix the following compilation warnings in nxge(4):dim2012-04-201-1/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-152-3/+3
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Fix compile after previous "harmless" commit.jhb2009-11-191-10/+8
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-4/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-4/+4
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingrwatson2007-10-2941-13243/+12167
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherrwatson2007-07-121-1/+1
* Fix warnings.peter2007-07-061-2/+2
* Neterion Xframe 10GbE Server/Storage adapter driver.sam2007-06-2941-0/+33856
OpenPOWER on IntegriCloud