Age | Commit message (Expand) | Author |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-03-27 | Match on Edimax EW-7318Ug, EW-7318USg, EW-7618Ug | Jonathan Gray |
2009-03-27 | Linksys WUSB200 should work according to linux driver | Jonathan Gray |
2009-02-03 | add Buffalo WLI-U2-SG54HG | Kevin Lo |
2008-12-22 | do not leak an AMRR USB xfer at each ifconfig down/up. | Damien Bergamini |
2008-12-10 | another rum; Arndt at ba-loerrach.de | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-19 | another rum; Jonathan Lee | Theo de Raadt |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-30 | Free the correct buffer list on failure. | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-06-29 | new belkin rum with california designed plastic | Theo de Raadt |
2008-06-13 | D-Link DWA-111, from kevlo via FreeBSD. | Jonathan Gray |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-01 | Add Corega CG-WLUSB2GPX. | Jonathan Gray |
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray |
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray |
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-06-09 | re-indent prototypes after "Static" removal. | Damien Bergamini |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove le{16,32}toh macros | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt |
2007-02-08 | commit the correct version of this, which matches recent additions. | Jonathan Gray |
2007-02-08 | add entry for WLI-U2-SG54HP. forgotten on previous commit. | Jun-ichiro itojun Hagino |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray |
2007-01-08 | attach to Gigabyte GN-WI05GS Mini-PCI Express adapters. | Damien Bergamini |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker |
2006-12-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini |
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini |
2006-12-03 | don't schedule a USB task in {ural,rum}_newstate() if we're called from | Damien Bergamini |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |