summaryrefslogtreecommitdiff
path: root/sys/modules/em
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-09-17e1000: remove duplicated phy codesGuinan Sun
2020-12-06if_em.ko: fix module build outside of kernel build environmentEugene Grosbein
2019-04-20Use symlinks for kernel modules rather than hardlinksAlan Somers
2017-10-10Hard link if_igb.ko to if_em.ko. Use a LINK directive to ensure thatSean Bruno
2017-10-07Fix symlink if_igb.ko in -current such that its relative and doesn'tSean Bruno
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-01-12Deprecate kernel configuration option EM_MULTIQUEUE now that the em(4)Sean Bruno
2017-01-10Set CFLAGS correctly for sys/modules/emSean Bruno
2017-01-10Migrate e1000 to the IFLIB framework:Sean Bruno
2015-06-09Include opt_em.h now that there are actual kernel compile options for em(4).Sean Bruno
2015-06-03Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-07-12Change the E1000 driver option header handling to match theJack F Vogel
2012-07-06Add a source file needed for module linking.Konstantin Belousov
2010-08-16Remove unnecessary clean target in em(4), igb(4) and ixgbe(4).Pyun YongHyeon
2010-07-01Add new source to the loadable em build, thoughtJack F Vogel
2010-03-29Update to igb and em:Jack F Vogel
2008-11-12Add opt_inet.h which has been needed since r184717 introducingBjoern A. Zeeb
2008-07-30Change to build module with new directory treeJack F Vogel
2008-04-25This delta has a few important items:Jack F Vogel
2008-04-02This update primarily addresses the ability to have both the emJack F Vogel
2008-03-27Remove option headers that do not exist and are not usedAntoine Brodin
2008-02-29This change introduces a split to the Intel E1000 driver, now rather thanJack F Vogel
2007-05-07Fix kldloading if_em by compiling missing source file.Lukas Ertl
2007-05-04Place a '#' at the front of the line holding a $FreeBSD$ ID tag. WhileRobert Watson
2007-05-04Absolute pathname in the Makefile was broken, thisJack F Vogel
2007-05-04Merge in the new driver (6.5.0) of Intel. This has a newJack F Vogel
2005-09-27Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier
2004-06-09style.Makefile(5)David E. O'Brien
2002-10-27Don't roll our own clean target, the default oneMaxime Henrion
2002-06-03Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar
2001-12-02This is the first commit of the Intel gigabit driver forPrafulla Deuskar