Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | 2015-11-24 | 1 | -2/+1 | |
| | |||||
* | Do not include <net/if_vlan_var.h> when it's not necessary. | 2015-11-14 | 1 | -6/+1 | |
| | | | | | | Because of the VLAN hacks in mpw(4) this file still contains the definition of "struct ifvlan" which depends on <sys/refcnt.h> which in turns pull <sys/atomic.h>... | ||||
* | unifdef INET. missed a few headers in previous rounds | 2014-12-26 | 1 | -3/+1 | |
| | |||||
* | Fewer <netinet/in_systm.h> | 2014-07-22 | 1 | -2/+1 | |
| | |||||
* | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | 2014-07-10 | 1 | -2/+4 | |
| | |||||
* | Most network drivers include netinet/in_var.h, but apparently they | 2013-08-07 | 1 | -2/+1 | |
| | | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@ | ||||
* | These do not need powerhook functions. | 2010-08-27 | 1 | -2/+1 | |
| | | | | ok jsg | ||||
* | remove proc.h include from uvm_map.h. This has far reaching effects, as | 2010-04-20 | 1 | -1/+2 | |
| | | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | ||||
* | A few more simple cases of shutdown hooks which only call xxstop, when | 2009-08-10 | 1 | -2/+1 | |
| | | | | we now know the interface has already been stopped | ||||
* | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | 2006-11-28 | 1 | -5/+1 | |
| | | | | per packet sent. | ||||
* | add a few comments | 2006-11-18 | 1 | -2/+5 | |
| | |||||
* | - merge em/ixgb_disable_promisc() into em/ixgb_set_promisc(). | 2006-08-04 | 1 | -1/+2 | |
| | | | | - rearrange interface flags ioctl handler. | ||||
* | Revert the last commit. The TX descriptor count does not really need | 2006-07-21 | 1 | -3/+3 | |
| | | | | | to be set that high and it can cause problems with multiple adapters in the same system. | ||||
* | up the TX descriptors to the max. | 2006-05-14 | 1 | -3/+3 | |
| | |||||
* | sprinkle some tabs. | 2006-05-01 | 1 | -95/+91 | |
| | |||||
* | Sync up to Intel's latest FreeBSD ixgb driver (5.0.1). | 2006-03-27 | 1 | -7/+4 | |
| | | | | From: Intel's web-site | ||||
* | - set baud rate in ixgb_update_link_status(). | 2006-02-26 | 1 | -11/+2 | |
| | | | | | - remove some FreeBSD code. - set IFM_NONE if no link. | ||||
* | add a shutdown function and register it with shutdownhook_establish(). | 2005-12-10 | 1 | -1/+2 | |
| | |||||
* | add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards. | 2005-11-14 | 1 | -0/+332 | |
From: Intel's web-site ok deraadt@ |