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
2015-03-20
Re-apply -r1.115 that got accidentally reverted and brought to my
Mike Belopuhov
2015-02-12
convert to if_input.
David Gwynne
2015-01-20
Make ix(4) work on strict alignment architectures. The Intel networking
Mark Kettenis
2015-01-12
When setting up advanced TX descriptor use m_getptr to locate the IP
Mike Belopuhov
2015-01-11
mallocarray() for the rx_buffer memory
Theo de Raadt
2014-12-22
unifdef INET
Ted Unangst
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-11-27
Another spot where the VLAN tag doesn't need swapping in the currently
Brad Smith
2014-11-27
Use dv_xname instead of if_xname to establish our interrupt. The latter is
Mark Kettenis
2014-11-26
dont swap the vlan tag twice on big endian archs for transmit.
David Gwynne
2014-11-20
- Remove some unused #if 0'd code which does not pertain to OpenBSD
Brad Smith
2014-11-12
Remove SIOCSIFMTU handling and misuse of if_mtu values for MRU
Mike Belopuhov
2014-11-10
add an additional error check into the ixgbe_handle_msf
Mike Belopuhov
2014-11-10
remove pointless timeout_del/add dance in the interrupt handler
Mike Belopuhov
2014-11-10
Inadvertent ampersand has made the check to always yield truth
Mike Belopuhov
2014-11-10
Gather full statistics only when IX_DEBUG is defined
Mike Belopuhov
2014-11-10
don't try to update the link status every second
Mike Belopuhov
2014-11-10
remove ixgbe_sfp_probe since it's not called anyways
Mike Belopuhov
2014-09-08
Match 82599 as found on SuperMicro AOC-STGN-I1S
Chris Cappuccio
2014-08-26
Revert part of the if_rxr diff that incorrectly moves RX ring tail
Mike Belopuhov
2014-08-25
We have never limited the definition of "supported SPF modules"
Mike Belopuhov
2014-08-20
Implement rxrinfo ioctl for cluster usage statistics
Mike Belopuhov
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2013-12-09
initialize staterr, no functional change; from david hill
Mike Belopuhov
2013-08-23
don't call if_link_state_change if link state is not changed
Mike Belopuhov
2013-08-21
Fix build without vlan.
Martin Pieuchot
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
[next]