aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nxge/if_nxge.c
Commit message (Expand)AuthorAgeFilesLines
* nxge(4):Sean Bruno2018-05-081-3533/+0
* nxge(4) deprecation noticeSean Bruno2018-05-031-0/+1
* Fix the build on arches with default unsigned char. Capture the fubyte()Ian Lepore2018-04-011-3/+4
* Fall back to ether_ioctl() by default.Brooks Davis2018-03-301-7/+1
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-13/+15
* Don't access userspace directly from the kernel in nxge(4).Brooks Davis2018-03-271-5/+16
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Compare the correct variable to see if memory allocation succeeded.Bjoern A. Zeeb2015-09-271-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* 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 the following compilation warnings in nxge(4):Dimitry Andric2012-04-201-1/+1
* 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
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingRobert Watson2007-10-291-2092/+2203
* 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-291-0/+3415