summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ix.c
AgeCommit message (Expand)Author
2015-03-20Re-apply -r1.115 that got accidentally reverted and brought to myMike Belopuhov
2015-02-12convert to if_input.David Gwynne
2015-01-20Make ix(4) work on strict alignment architectures. The Intel networkingMark Kettenis
2015-01-12When setting up advanced TX descriptor use m_getptr to locate the IPMike Belopuhov
2015-01-11mallocarray() for the rx_buffer memoryTheo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-11-27Another spot where the VLAN tag doesn't need swapping in the currentlyBrad Smith
2014-11-27Use dv_xname instead of if_xname to establish our interrupt. The latter isMark Kettenis
2014-11-26dont 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 OpenBSDBrad Smith
2014-11-12Remove SIOCSIFMTU handling and misuse of if_mtu values for MRUMike Belopuhov
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov
2014-11-10Gather full statistics only when IX_DEBUG is definedMike Belopuhov
2014-11-10don't try to update the link status every secondMike Belopuhov
2014-11-10remove ixgbe_sfp_probe since it's not called anywaysMike Belopuhov
2014-09-08Match 82599 as found on SuperMicro AOC-STGN-I1SChris Cappuccio
2014-08-26Revert part of the if_rxr diff that incorrectly moves RX ring tailMike Belopuhov
2014-08-25We have never limited the definition of "supported SPF modules"Mike Belopuhov
2014-08-20Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2013-12-09initialize staterr, no functional change; from david hillMike Belopuhov
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-21Fix build without vlan.Martin Pieuchot
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2013-06-14Correct interrupt moderation setting for 82598; tested on the CX4 versionMike Belopuhov
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2012-12-20report flow control mode in the media status callbackMike Belopuhov
2012-12-20max_frame_size must be set after ether_ifattach updates if_mtu;Mike Belopuhov
2012-12-17Sync up advanced transmitter descriptor setup code to the upstream.Mike Belopuhov
2012-12-17sync some comments and variable names in rxeof with freebsdMike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Don't forget to decrement a number of clusters on the ring in caseMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Implement SFP+ module hot-plug support for 82599 obtainedMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-12-05fix from freebsd to correctly account rx errors; problem reportedMike Belopuhov
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-11-29make ix complile with IX_DEBUG defined, based on the patch fromMike Belopuhov
2012-11-23- Remove return's at the end of void functionsBrad Smith
2012-11-08Do not depend on IFCAP_CSUM flags when configuring rx checksummingMike Belopuhov
2012-11-06Remove Flow Director code that is not used, is outdated and tendsMike Belopuhov
2012-10-28Add braces to some code in ixgbe_setup_vlan_hw_support().Brad Smith
2012-08-13sync a comment with reality and remove an error path duplicate; from bradMike Belopuhov
2012-08-11Add support for another 82599 SFP+ card. Original diff and tests byMike Belopuhov
2012-08-10cleanup ixgbe_start routine; from brad, ok jsgMike Belopuhov