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_ix.c
Age
Commit message (
Expand
)
Author
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-28
Fix up some of the code for VLAN tagging/stripping and checksum offload
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-16
Convert RX tag stripping to storing the tag in the mbuf header and
Christian Weisgerber
2008-10-11
Fix various printf constructs either missing arguments or format specifiers.
Miod Vallat
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-06-19
the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO.
Reyk Floeter
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-06-08
more cleanup, removed unused code. we don't do LRO/RSS yet, code can
Reyk Floeter
2008-06-08
dma sync the tx ring and post new packets to the chip once per call to
Reyk Floeter
2008-06-08
we don't support msi/msi-x, remove the code
Reyk Floeter
2008-06-08
replace strange Linux-style u8/u16/u32/u64/s32 integer types with the
Reyk Floeter
2008-06-08
Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,
Reyk Floeter