index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ixgb.h
Age
Commit message (
Expand
)
Author
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2014-12-26
unifdef INET. missed a few headers in previous rounds
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-10
remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg
Theo de Raadt
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2010-08-27
These do not need powerhook functions.
Theo de Raadt
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2006-11-28
Pre-allocate the TX DMA maps intead of creating and destroying a DMA map
Brad Smith
2006-11-18
add a few comments
Brad Smith
2006-08-04
- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().
Brad Smith
2006-07-21
Revert the last commit. The TX descriptor count does not really need
Brad Smith
2006-05-14
up the TX descriptors to the max.
Brad Smith
2006-05-01
sprinkle some tabs.
Brad Smith
2006-03-27
Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).
Brad Smith
2006-02-26
- set baud rate in ixgb_update_link_status().
Brad Smith
2005-12-10
add a shutdown function and register it with shutdownhook_establish().
Brad Smith
2005-11-14
add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.
Brad Smith