Age | Commit message (Expand) | Author |
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-08 | call m_cluncount to account correctly for cluster chains the driver | Mike Belopuhov |
2012-08-08 | We're not going to loop in the rxeof refilling our ring as it would | Mike Belopuhov |
2012-08-08 | remove rx debugging code | Mike Belopuhov |
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 |
2012-08-07 | Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) | Kenneth R Westerback |
2012-08-07 | Fix compilation when !defined(KTRACE) by hiding the then-unused 'code' | Philip Guenthe |
2012-08-07 | Handle __syscall as syscall, since these are identical on 64-bit platforms, | Miod Vallat |
2012-08-07 | Store the data used to generate an ICMP error message on a stack | Mike Belopuhov |
2012-08-07 | <sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here | Philip Guenthe |
2012-08-07 | a bit of cleanup and a tx delay tweak | Mike Belopuhov |
2012-08-07 | Don't include <sys/ktrace.h>; makes this file compile again. | Mark Kettenis |
2012-08-07 | don't forget to set IFF_ALLMULTI; from brad | Mike Belopuhov |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-08-06 | kill sc->promisc | Mike Belopuhov |
2012-08-06 | Add support for 10Gb ethernet cards based on the Intel X540 chipset. | Mike Belopuhov |
2012-08-05 | Remove a self-assignment, from Brad | Martin Pieuchot |
2012-08-04 | PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2} | Antoine Jacoutot |
2012-08-04 | Regen. | Antoine Jacoutot |
2012-08-04 | 0x7942 is also a Radeon Xpress 1500 | Antoine Jacoutot |
2012-08-03 | enable oce(4) | Mike Belopuhov |
2012-08-03 | add HUAWEI E392, tested by Alexei Malinin | Jonathan Gray |
2012-08-03 | regen | Jonathan Gray |
2012-08-03 | HUAWEI E392 | Jonathan Gray |
2012-08-02 | get rid of some "capabilities" leftovers | Mike Belopuhov |
2012-08-02 | we use a central pci database; no reason to keep duplicates around | Mike Belopuhov |
2012-08-02 | Add a driver for Emulex OneConnect 10Gb Ethernet obtained from FreeBSD | Mike Belopuhov |
2012-08-02 | regen | Mike Belopuhov |
2012-08-02 | Emulex Lancer (XE201) | Mike Belopuhov |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-08-01 | Use mtrrmask instead of hardcoded values to accommodate newer CPUs | Mike Belopuhov |
2012-07-30 | Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status | Miod Vallat |
2012-07-29 | whitespace cleanup, no binary change | Mike Belopuhov |
2012-07-28 | zap a misleading comment | Philip Guenthe |
2012-07-26 | now that we are current again, enable POOL_DEBUG | Otto Moerbeek |
2012-07-26 | move to -current | Otto Moerbeek |
2012-07-26 | rename all_state_flags to state_flags to finish the transition | Mike Belopuhov |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod Vallat |
2012-07-24 | decls before code | Theo de Raadt |
2012-07-23 | Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and | Stuart Henderson |
2012-07-22 | remove a few things to make this fit again; with miod | Theo de Raadt |
2012-07-22 | Fix for ClickPad. On issue pointed gilles@ and matthieu@ | Alexandr Shadchin |
2012-07-22 | unp_dispose() walks not just the mbuf chain (m_next) but also the packet | Philip Guenthe |
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew Dempsky |
2012-07-20 | regen | Jonathan Gray |