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
2013-08-05
First stab at updating this monster to the Intel/FreeBSD current version.
Mike Belopuhov
2013-06-14
Correct interrupt moderation setting for 82598; tested on the CX4 version
Mike Belopuhov
2013-06-09
adapt to a pcidevs name change
Theo de Raadt
2012-12-20
report flow control mode in the media status callback
Mike Belopuhov
2012-12-20
max_frame_size must be set after ether_ifattach updates if_mtu;
Mike Belopuhov
2012-12-17
Sync up advanced transmitter descriptor setup code to the upstream.
Mike Belopuhov
2012-12-17
sync some comments and variable names in rxeof with freebsd
Mike Belopuhov
2012-12-17
Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf
Mike Belopuhov
2012-12-17
Don't forget to decrement a number of clusters on the ring in case
Mike Belopuhov
2012-12-17
Get rid of the split header code as it was never used in
Mike Belopuhov
2012-12-17
Implement SFP+ module hot-plug support for 82599 obtained
Mike Belopuhov
2012-12-17
Fix a link autonegotiation bug on 10GbaseT controllers and improve
Mike Belopuhov
2012-12-05
fix from freebsd to correctly account rx errors; problem reported
Mike Belopuhov
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-11-29
make ix complile with IX_DEBUG defined, based on the patch from
Mike Belopuhov
2012-11-23
- Remove return's at the end of void functions
Brad Smith
2012-11-08
Do not depend on IFCAP_CSUM flags when configuring rx checksumming
Mike Belopuhov
2012-11-06
Remove Flow Director code that is not used, is outdated and tends
Mike Belopuhov
2012-10-28
Add braces to some code in ixgbe_setup_vlan_hw_support().
Brad Smith
2012-08-13
sync a comment with reality and remove an error path duplicate; from brad
Mike Belopuhov
2012-08-11
Add support for another 82599 SFP+ card. Original diff and tests by
Mike Belopuhov
2012-08-10
cleanup ixgbe_start routine; from brad, ok jsg
Mike Belopuhov
2012-08-08
We're not going to loop in the rxeof refilling our ring as it would
Mike Belopuhov
2012-08-06
Add support for 10Gb ethernet cards based on the Intel X540 chipset.
Mike Belopuhov
2012-07-29
whitespace cleanup, no binary change
Mike Belopuhov
2012-07-06
rewrite the receive filter programming to look similar to other
Mike Belopuhov
2012-07-05
set the prefetch threshold for 99'er as well. provides some additional
Mike Belopuhov
2012-07-05
enable the code that forces a cleanup if number of tx descriptors
Mike Belopuhov
2012-02-26
rather than driving the card with 16k intr/s of low latency interrupts,
Mike Belopuhov
2012-02-26
there's no need to rearm interrupts, we only need to reenable queues;
Mike Belopuhov
2012-01-20
save content of the pci attach args, not the pointer; from Christian Ehrhardt
Mike Belopuhov
2012-01-13
Repair hw vlan tagging and stripping on 82599. Previously receiver
Mike Belopuhov
2011-12-12
add missing m_freem's into the error code paths. there's no change
Mike Belopuhov
2011-12-09
we need to always schedule another rx ring refill callout
Mike Belopuhov
2011-11-27
Bring back low latency interrupt moderation for 82599
Mike Belopuhov
2011-11-27
Checksum fix from reyk (rev1.31) that was lost during update:
Mike Belopuhov
2011-06-18
Use MSI interrupts when available. Tested by deraadt@ and jsg@.
Claudio Jeker
2011-06-15
if the system runs out of mbufs and cannot provide any when filling
David Gwynne
2011-06-10
Monster update of ix(4). This brings ix(4) close to what is currently
Claudio Jeker
2011-04-15
Remove dead assignments and one newly created unused variable.
Charles Longeau
2011-04-13
modify the interrupt handler so it only processes the rings once, rather
David Gwynne
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-11-10
Enable low latency interrupt moderation and set the LL interval
Claudio Jeker
2010-10-27
fix double ;;
Theo de Raadt
2010-08-27
These do not need powerhook functions.
Theo de Raadt
2010-08-11
Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599
Jonathan Gray
2010-04-20
Don't ask for ipv6 checksum offloading as we aren't ready for it.
Jonathan Gray
2010-03-22
There is a workaround for a 82599 specific errata that could hang the rx dma
Jonathan Gray
[next]