summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ixgb.h
AgeCommit message (Expand)Author
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2014-12-26unifdef INET. missed a few headers in previous roundsTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2010-08-27These do not need powerhook functions.Theo de Raadt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
2006-11-18add a few commentsBrad Smith
2006-08-04- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().Brad Smith
2006-07-21Revert the last commit. The TX descriptor count does not really needBrad Smith
2006-05-14up the TX descriptors to the max.Brad Smith
2006-05-01sprinkle some tabs.Brad Smith
2006-03-27Sync 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-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-11-14add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.Brad Smith