Age | Commit message (Expand) | Author |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-11-21 | Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them. | Miod Vallat |
2006-11-06 | Don't advertise USB wi adapters as supported hostap devices, | Jonathan Gray |
2006-08-17 | reduce the stack usage of the ioctl function by malloc/free'ing a number | Theo de Raadt |
2006-07-01 | always report the channel as type 802.11b (IEEE802_CHAN_B) in the | Reyk Floeter |
2006-07-01 | update the 802.11 address as well if the interface mac address has | Reyk Floeter |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter |
2006-06-27 | add some more net80211 compatibility glue: | Reyk Floeter |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-04-10 | under some cases some wi(4) cards freak out and then do not recover. | Theo de Raadt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-12-03 | splimp -> splnet | Brad Smith |
2005-11-28 | Correctly report channel. PR 4728. | Jonathan Gray |
2005-11-01 | Remove the call to ieee80211_ifattach() for the moment as it | Jonathan Gray |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-10-19 | add support to change the channel from ifconfig; tested by some, | Federico G. Schwindt |
2005-10-15 | correctly parse the supported data rates. needed by wi@usb. | Federico G. Schwindt |
2005-09-18 | ansi. No binary change. | Jonathan Gray |
2005-07-31 | Move large receive/decryption buffer allocation from the stack into | Christopher Pascoe |
2005-07-12 | Print the card number the chipset string is obtained from. | Jonathan Gray |
2005-04-03 | make wi_ioctl() easier to audit | Uwe Stuehler |
2005-02-15 | add the manual tx power option. this is supported by some prism2/2.5/3 | Reyk Floeter |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-22 | Do a COR reset on prism cards too in the watchdog reset. Helps recover | Todd C. Miller |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-10-20 | put newlines at slightly different places during attach, leading to clean | Theo de Raadt |
2004-08-16 | crank wi_cmd_count to 2000 for the time being; should help avoid | Todd C. Miller |
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller |
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller |
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller |
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller |
2004-02-27 | Disable interrupts in wi_intr() before sending an ACK. Fixes a | Todd C. Miller |
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-07 | use crypto/arc4; test, debug, ok millert@; ok fgsch@ | Markus Friedl |
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what free... | Michael Shalayeff |
2003-04-26 | managment -> management; | Jason McIntyre |
2003-03-10 | Fix AP scan on prism and add a /* FALLTHROUGH */ comment to make | Todd C. Miller |