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.c
Age
Commit message (
Expand
)
Author
2006-08-01
(em/ixgb)_(clean_transmit_interrupts/process_receive_interrupts) ->
Brad Smith
2006-07-10
Fully initialize the softc structure before enabling interrupt.
Brad Smith
2006-06-22
better media handling.
Brad Smith
2006-06-21
use the 10Gb SR media type for now.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-01
- when setting the interface address, only call ixgb_init() if the interface
Brad Smith
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2006-03-27
Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-05
tabs are holier than spaces.
Brad Smith
2006-02-26
- set baud rate in ixgb_update_link_status().
Brad Smith
2006-02-10
fix a typo in em_clean_transmit_interrupts() that will cause the
Brad Smith
2006-02-10
Remove clearing of the IFF_RUNNING flag from the watchdog handler as
Brad Smith
2006-02-01
remove return values in this comment too.
Brad Smith
2006-02-01
fix comments.
Brad Smith
2006-02-01
double semicolon; from Daniel Matic in PR 4929
Otto Moerbeek
2005-12-10
add a shutdown function and register it with shutdownhook_establish().
Brad Smith
2005-11-15
a little cleaning.
Brad Smith
2005-11-14
add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.
Brad Smith