Age | Commit message (Expand) | Author |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2011-12-01 | Be sure to splx() before return in pgt_media_status(); from Jan Klemkow on | Miod Vallat |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-27 | Massage the powerhook function into an activate function, and since we do | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-07 | Unmap registers upon detach. Avoid panics when detaching a partially attached | Mark Kettenis |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2009-12-30 | remove dead assignments and newly created unused variables. | Charles Longeau |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-06 | cosmetic. claudio@ ok | Federico G. Schwindt |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-07-01 | Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be | Claudio Jeker |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-03-13 | Do not increment the input packet counter in these drivers as | Brad Smith |
2007-12-30 | Only do pullups when necessary, m_pullup() always prepends an mbuf | Claudio Jeker |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-05-22 | Pass string to printf instead of struct that contains string. | Ray Lai |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker |
2006-12-07 | Fix some channel tweaks; e.g. solves a bug which sets the channel to 40 | Marcus Glocker |
2006-11-25 | remove a comment that only applies to freebsd. | Damien Bergamini |
2006-10-13 | Fix kernel page fault when the device gets detached after the firmware | Marcus Glocker |
2006-10-11 | more ether_sprintf()'s | Damien Bergamini |
2006-10-11 | fix a potential null deref and a memleak (both in error path). | Damien Bergamini |
2006-10-11 | Use correct arguments in printfs. OK mglocker@ | Claudio Jeker |
2006-10-09 | Kill unused debug flag. | Marcus Glocker |
2006-10-09 | Change historical leftovers (tsleep "pftres" to "pgtres"). | Marcus Glocker |
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker |
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker |
2006-10-05 | Zap more dead dot1x code. | Marcus Glocker |
2006-10-05 | Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some more | Marcus Glocker |
2006-10-05 | Remove obsolete ioctl command. | Marcus Glocker |
2006-10-05 | Zap dead routine pgt_80211_set(). | Marcus Glocker |
2006-10-04 | Merge pgt_start_body() into pgt_start(). | Marcus Glocker |
2006-10-04 | Mini cleanup. | Marcus Glocker |