drm/ttm: Use the Linux wait queues API
[dragonfly.git] / sys / dev / netif /
2014-03-01 Sascha Wildnerkernel/ixgbe: Fix building kernels with IX_RSS_DEBUG...
2014-02-28 Sepherosa Ziehauix: Implement MSI-X support and enable multiple TX...
2014-02-22 Sascha WildnerRemove some casts of NULL to pointer types which had...
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-08 Sascha Wildnerkernel: Use callout_stop_sync() in a number of drivers.
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-03 Sascha Wildnerkernel/ath: Add missing __printflike().
2014-01-03 Sascha Wildnerkernel/ath: Make it compile into the kernel again and...
2014-01-02 Sepherosa Ziehauix: Import Intel ixgbe-2.5.15
2014-01-02 Matthew Dillonath - Basic report - Additional DragonFly compatibility...
2014-01-02 Matthew Dillonath - Basic re-port, base code compile
2014-01-02 Matthew Dillonath - Basic #include adjustments
2014-01-02 Matthew Dillonath - Remove __FBSDID
2014-01-02 Matthew Dillonath - Basic Makefile infrastructure
2014-01-02 Matthew Dillonath - Reimport fresh from FreeBSD 01-Jan-2014 for re...
2014-01-01 Matthew Dillonkernel - if_rue (old usb stack) fixes
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-10 Sepherosa Ziehaubnx: Bring in APE support from FreeBSD bge(4)
2013-12-08 Sepherosa Ziehaubnx: Merge several recent bge changes
2013-12-08 Sepherosa Ziehaubge: Extend delay time for 5761 during firmware hand...
2013-12-08 Sepherosa Ziehaubge: Bring in APE support from FreeBSD
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-06 Sascha Wildnerkernel: Drop ISA support from most remaining drivers...
2013-12-05 Sepherosa Ziehaubge: Don't blindly clear GPIOs configuration.
2013-12-05 Sepherosa Ziehaubge: Correct setting TX random backoff register.
2013-12-05 Sepherosa Ziehaubge: Reorder reset sequence a little bit
2013-12-04 Sepherosa Ziehaubge: Move BCM5906 VCPU reset before global reset
2013-12-04 Sepherosa Ziehaubge: Add delays after enable RX/TX MAC
2013-12-04 Sepherosa Ziehaubge: Add 40us delay after updating MAC_MODE
2013-12-04 Sepherosa Ziehaubge: Keep MAC_MODE accesses atomic
2013-12-04 Sepherosa Ziehaubge/bnx: Remove duplicated register names; keep names...
2013-12-03 Sepherosa Ziehaubge: No need to call reset after stop; stop does the...
2013-12-03 Sepherosa Ziehaubge: Bring in ASF support from FreeBSD
2013-12-03 Matthew Dilloniwn - Sync with FreeBSD through today (9817dff in FBsd...
2013-11-27 Sascha Wildnerkernel: Generate miidevs.h, pccarddevs.h and pcidevs...
2013-11-26 Sepherosa Ziehauigb: Remove unused header files
2013-11-25 Sascha Wildnerkernel/iwn: Put some finishing touches to the recent...
2013-11-24 Matthew Dilloniwn - Resync from FreeBSD 2/2
2013-11-24 Matthew Dilloniwn - Resync from FreeBSD 1/2
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sepherosa Ziehaubnx: Only 5718 chip family use PCI_BAR4 as MSI-X table...
2013-11-12 Sascha Wildnerkernel/iwn: Update FreeBSD SVN IDs.
2013-11-09 Johannes Hofmanniwn: fix compilation without INVARIANTS
2013-11-06 Sepherosa Ziehaumxge: Properly setup RSS key
2013-11-05 Sepherosa Ziehaumxge: Add polling(4) support
2013-10-26 Sepherosa Ziehaumxge: Log TX and RX descriptor count
2013-10-26 Sepherosa Ziehaumxge: Avoid stopping TX enging, if there are more packe...
2013-10-26 Sepherosa Ziehaumxge: Remove unused code
2013-10-26 Sepherosa Ziehaumxge: Enable multiple RX queues and TX queues by default
2013-10-26 Sepherosa Ziehaumxge: Use chip private input hash instead of standard...
2013-10-26 Sepherosa Ziehaumxge: Implement multiple TX queue support
2013-10-26 Sepherosa Ziehaumxge: Implement MSI-X support; multiple RX rings could...
2013-10-22 Sepherosa Ziehaumxge: Record RX slot count instead of its size
2013-10-22 Sepherosa Ziehaumxge: Make sure RX data size is cache line size aligned
2013-10-22 Sascha WildnerFix typos in messages and manual pages.
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-09-26 Sepherosa Ziehaumxge: Remove more useless code under IFNET_BUF_RING
2013-09-26 Sepherosa Ziehaumxge: When MSI interrupt handler is triggered, 'valid...
2013-09-25 Sepherosa Ziehaumxge: Add macro for RX small buf length
2013-09-25 Sepherosa Ziehaumxge: Mark TX queue no longer over-active earlier
2013-09-25 Sepherosa Ziehaumxge: Cache align TX and RX struct
2013-09-25 Sepherosa Ziehaumxge: mxge_tx_buffer_state and mxge_rx_buffer_state...
2013-09-25 Sepherosa Ziehaumxge: Nuke the flag field in mxge_tx_buffer_state
2013-09-25 Sepherosa Ziehaumxge: Remove cnt from RX done ring struct; which serves...
2013-09-25 Sepherosa Ziehaumxge: Move busdma information for RX done ring out...
2013-09-25 Sepherosa Ziehaumgxe: Remove some fields from RX and TX ring struct
2013-09-24 Sepherosa Ziehaumxge: Remove mlen field from rx ring
2013-09-24 Sepherosa Ziehaumxge: Remove unused stats
2013-09-24 Sepherosa Ziehaumxge: Make callout on the same CPU which handles interrupt
2013-09-24 Sepherosa Ziehaumxge: There is no need to hold TX serialize to check...
2013-09-24 Sepherosa Ziehaumxge: Split one shared serializer into TX, RX and main...
2013-09-23 Sepherosa Ziehaumxge: Group RX related fields together
2013-09-23 Sepherosa Ziehauem/emx: On attach path, perform another reset if the...
2013-09-23 Sepherosa Ziehauem/emx: Fix attach error handling and media leakage...
2013-09-22 Sepherosa Ziehauifq: Add ifq_set_hw_serialize
2013-09-22 Sepherosa Ziehaumxge: Simplify MSI handling; cleanup legacy interrupt...
2013-09-22 Sepherosa Ziehaumxge: Limit unrelated softc fields' visibility to RX...
2013-09-22 Sepherosa Ziehaumxge: Count oerrors in generic way
2013-09-22 Sepherosa Ziehaumxge: DragonFly's kmalloc(9) always returns 8 bytes...
2013-09-22 Sepherosa Ziehaumxge: Fix various comment
2013-09-22 Sepherosa Ziehaumxge: Utilize if_watchdog instead of knocking its own...
2013-09-21 Sepherosa Ziehaumxge: Cleanup code that frees pending mbufs
2013-09-18 Sepherosa Ziehaumxge: Cleanup watchdog reset path
2013-09-18 Sepherosa Ziehaumxge: Cleanup sysctl handlers
2013-09-18 Sepherosa Ziehaumxge: Cleanup ioctl path
2013-09-17 Sepherosa Ziehaumxge: Cleanup TX completion path
2013-09-17 Sepherosa Ziehaumxge: Fix if_start implementation
2013-09-17 Sepherosa Ziehaumxge: Remove several unused fields in softc
2013-09-17 Sepherosa Ziehaumxge: Cleanup TX descriptor capsulation
2013-09-17 Sepherosa Ziehaumxge: inline -> __inline
2013-09-17 Sepherosa Ziehaumxge: Clean up RX path
2013-09-17 Sepherosa Ziehaumxge: Constify various const strings
2013-09-17 Sepherosa Ziehaumxge: Cleanup probe code
2013-09-16 Sepherosa Ziehaumxge: Fix big buf allocation
2013-09-16 Sepherosa Ziehaumxge: Limit MTU to ~4K
2013-09-16 Sepherosa Ziehaumxge: Fix small buf allocation
next