twa(4): Sync with FreeBSD (twa(4) version 3.80.06.003).
[dragonfly.git] / sys / dev / netif /
2010-09-14 Sascha Wildnerie(4): This driver is ISA only, so remove some unneeded...
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Joe Talbottwlan - Bring iwi back into the fold.
2010-09-09 Matthew Dillonnetwork - Make toeplitz the default
2010-09-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Sascha Wildnerwi(4): Remove an unused variable.
2010-09-09 Matthew Dillonwlan - Update ath, sync rev 1.276@FreeBSD
2010-09-09 Joe Talbottwlan - Add ral and wi back into the build system.
2010-09-09 Joe Talbottwlan - Bring ral back into the fold.
2010-09-09 Joe Talbottwlan - Bring wi back into the fold.
2010-09-09 Matthew Dillonkernel - Bring if_alc up to FreeBSD rev 1.16
2010-09-08 Matthew Dillonwlan - Bring iwn back into the fold.
2010-09-08 Joe Talbottwlan - Bring wpi back into the fold.
2010-09-08 Joe Talbottwpi - Convert to wlan_global_serializer use.
2010-09-08 Matthew Dillonwlan - if_ath driver - Make some adjustments to ath...
2010-09-07 Matthew Dillonbuild - Temporary adjustments for further wlan conversi...
2010-09-07 Matthew Dillonwlan - Convert low level if_ath driver.
2010-09-07 Joe Talbottral - Cleanup leftovers from tokenization.
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Joe Talbottral - Convert to use wlan_token.
2010-08-31 Sascha Wildneriwi(4): Oops. These changes weren't meant to be committ...
2010-08-31 Sascha Wildnerwpi(4): sc is no longer used for locking (fixes LINT).
2010-08-31 Joe Talbottiwi - Convert to wlan_tokens.
2010-08-30 Joe Talbottral - Fix calls to bus_dmamap_load_mbuf_segment() to...
2010-08-30 Joe Talbottral - Make sure nodes are properly uninitialized and...
2010-08-30 Joe Talbottwpi - Convert to use wlan_token.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillonkernel - gcc -Os/-O2 warnings pass
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-08 Jan LentferMerge branch 'master' of git://island.quantumachine...
2010-08-08 Thomas Nikolajsenre(4): fix re_setmulti(): PCIe mcast hash registers...
2010-08-07 Sascha Wildneriwn(4): Add Makefile for building iwn6050fw.ko.
2010-08-06 Joe Talbottiwn - Fix warning related to token work.
2010-08-06 Joe Talbottiwn - Cleanup sysctl tree on detach.
2010-08-06 Joe Talbottiwn - Clean up memory freeing.
2010-08-06 Joe Talbottiwn - Convert to use the new wlan layer's global token.
2010-08-06 Joe Talbottiwn - Bring in recent changes from FreeBSD.
2010-08-06 Joe Talbottiwn - Lock callout iwn_timer_timeout().
2010-08-06 Joe Talbottiwn - Update firmware for 6000 chipset.
2010-08-02 Sascha Wildnerbce(4): Remove some carriage returns.
2010-07-27 Joe Talbottral - Move NULL test to correct location and remove...
2010-07-27 Joe Talbottiwn - Hook iwn into the build infrastructure.
2010-07-24 Nicolas Theryral - fix crash during attach
2010-07-23 Sascha Wildneriwi(4): Properly lock iwi_watchdog().
2010-07-20 Joe Talbottiwn - Fix for x86_64.
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Joe Talbottwpi - Remove debugging leftovers.
2010-07-19 Joe Talbottiwn - Lock iwn_timer_timeout callback.
2010-07-19 Joe Talbottiwn - Port to DragonFly BSD
2010-07-19 Joe Talbottiwn - Add firmware and build infrastructure
2010-07-19 Joe Talbottiwn - Add a Makefile so the driver can be built.
2010-07-19 Joe Talbottiwn - Import iwn driver from FreeBSD
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-18 Sascha Wildneriwi(4) firmware: Remove leftover binary file and adjust...
2010-07-18 Sascha Wildneriwi(4): Hook it into the build again and enable it...
2010-07-18 Johannes HofmannUpdate iwi(4) from FreeBSD.
2010-07-17 Joe Talbottwpi - Remove unneeded WPI_UNLOCKs
2010-07-13 Sascha WildnerFix LINT build.
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-13 Joe Talbottral - Don't use M_NOWAIT in kmalloc() calls.
2010-07-13 Joe Talbottwpi - Fix mbuf flags and kmalloc flags, plus refcount...
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-03 Sepherosa Ziehausk(4): Initialize if_multiaddrs (in ether_ifattach...
2010-06-21 Joe Talbottral - Use the correct pointer for ifp.
2010-06-21 Joe Talbottnetif - Change M_NOWAIT to MB_DONTWAIT in m_defrag...
2010-06-17 Joe Talbottwpi - Include struct arpcom as first entry in struct...
2010-06-14 Joe Talbottif_ral - Serialzer the interrupt handler.
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-06-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2010-06-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-06-12 Sascha Wildnerral(4) firmware: Explicitly including <bsd.subdir.mk...
2010-06-11 Joe Talbottralfw - Add firmware for ral(4)
2010-06-10 Sascha Wildnerath(4): Some cleanup regarding ether_sprintf().
2010-06-10 Sascha WildnerMove some FreeBSD CVS IDs to the comments.
2010-06-10 Matthew Dillonkernel - remove INTR_FAST
2010-06-03 Sascha WildnerAdd wpi(4) to LINT and fix a warning.
2010-06-02 Joe Talbottwpi - Build the firmware module along with the driver.
2010-06-02 Joe Talbottwpifw - Add firmware module building framework
2010-06-02 Joe Talbottwpi - Serialize interrupts, fixup mcluster allocation...
2010-06-02 Joe Talbottif_wpi - Add into build system.
2010-06-02 Joe Talbottif_wpi - Port of FreeBSD's wpi driver for Intel 3945ABG...
2010-05-26 Matthew Dillonath - use ifnet serialization calls instead of directly...
2010-04-25 Sascha Wildnerfirmware(9): GC our old firmware framework in favor...
2010-04-22 Sascha Wildnerwi(4): Fix -Wold-style-definition.
2010-04-21 Antonio Huete Jimenezath - Fix a mismatch in the module options.
2010-04-18 Antonio Huete Jimenezath - Fix module loading.
2010-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-15 Antonio Huete Jimenezif_ath - Properly remove sysctls on detach.
2010-04-15 Sascha WildnerRemove the inclusion of <machine/bus_at386.h> from...
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
2010-04-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-14 Rui PauloFix build.
next