summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-11Actually correctly handle -rpath-link, instead of eating its argument butMiod Vallat
2012-08-11Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXTJonathan Matthew
2012-08-11make sure generated id is never 0.Eric Faurot
2012-08-11Remove dead code, from Sean Estabrooks.Nicholas Marriott
2012-08-11Another missing format from sam at sltosis.org.Nicholas Marriott
2012-08-11Add support for another 82599 SFP+ card. Original diff and tests byMike Belopuhov
2012-08-11regenMike Belopuhov
2012-08-11another 82599Mike Belopuhov
2012-08-11Fix a return type.Nicholas Marriott
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-08-11Add some missing formats from Samuel Le Thiec.Nicholas Marriott
2012-08-11the producer/consumer values are used by the device, which is littleDavid Gwynne
2012-08-10';;', even with a newline between the semicolons, doesn't make muchKenneth R Westerback
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2012-08-10cleanup some #define's and #ifdef'sMike Belopuhov
2012-08-10regenDavid Coppa
2012-08-10Add O2 Micro OZ776 HubDavid Coppa
2012-08-10Move mta and smtp specific defines into their own files.Eric Faurot
2012-08-10cleanup ixgbe_start routine; from brad, ok jsgMike Belopuhov
2012-08-10code cleanupEric Faurot
2012-08-09don't compile rss functions in unless OCE_RSS is specifiedMike Belopuhov
2012-08-09oops. missed these conflicts in the previous commitMike Belopuhov
2012-08-09try to make sense of the firmware statistics by counting rx and tx erorrsMike Belopuhov
2012-08-09Envelopes scheduled as "removed" are already deleted from the scheduler.Eric Faurot
2012-08-09schedule a rx refill if the ring is empty, sprinkle some dma syncsMike Belopuhov
2012-08-09more htole conversionsMike Belopuhov
2012-08-09remove internal queue stats, use if_* counters wherever possibleMike Belopuhov
2012-08-09respect the mtu value that ifconfig setsMike Belopuhov
2012-08-09set a timeout in case the chip goes out to lunchMike Belopuhov
2012-08-09Recognize and silently eat -rpath-link, as already done for -rpath, to avoidMiod Vallat
2012-08-09Allow failure reports for different recipients of the same messageEric Faurot
2012-08-09remove oce_dmamap_sync wrapperMike Belopuhov
2012-08-09dead prototypeEric Faurot
2012-08-09remove unused function and prototypesEric Faurot
2012-08-09Add support for BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-09regenMark Kettenis
2012-08-09Add BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-08-08call m_cluncount to account correctly for cluster chains the driverMike Belopuhov
2012-08-08remove useless definesEric Faurot
2012-08-08cleanup some old debug tracesEric Faurot
2012-08-08log received fd in log_imsg() if anyEric Faurot
2012-08-08fix type (part from NetBSD)Alexandr Shadchin
2012-08-08We're not going to loop in the rxeof refilling our ring as it wouldMike Belopuhov
2012-08-08remove mac68k leftoversJonathan Gray
2012-08-08remove rx debugging codeMike Belopuhov
2012-08-08Improve the scheduler backend API.Eric Faurot
2012-08-08Do not depend upon an initialized variable in the common case; gives init(8)Miod Vallat
2012-08-08Make this compile again.Miod Vallat
2012-08-08Convert from K&R to ISO function signatures.Matthew Dempsky