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