Age | Commit message (Expand) | Author |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-04-22 | handle large time_t correctly in debug code | Theo de Raadt |
2013-02-18 | set the wireless interface priority and interfaces to the wlan group | Jonathan Gray |
2011-07-07 | get rid of a debug printf that keeps giving me flase psotives because | Henning Brauer |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-05-02 | Fix a tyop which could potentially lead to null dereference. | Charles Longeau |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-05-19 | Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4 | Nicholas Marriott |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-10 | The start function did enough so the shutdown hook is not needed | Theo de Raadt |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-21 | cast pointer argument to bus_space_read_region_1 to the correct type | Owain Ainsworth |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2006-08-18 | Shrink dmesg output. | Jonathan Gray |
2006-08-18 | ansi, no binary change. | Jonathan Gray |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-10-31 | ammount -> amount | Miod Vallat |
2005-10-06 | remove comment about M_HASFCS | Brad Smith |
2005-04-03 | protect SIOCSRAYPARAM and SIOCS80211NWID | Uwe Stuehler |
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-06-05 | Clean up style in ioctl. | Ryan Thomas McBride |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre |
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-03-24 | from martin@netbsd: | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-01-22 | nobody has base station for fh, and this was not ever discussed, bad angelos | Michael Shalayeff |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis |
2000-12-29 | a few more ra_dprintf vs pktlen fmt fixes | Michael Shalayeff |
2000-10-17 | /* Authentication added by Steve Weiss <srw@alum.mit.edu> based on advice | Michael Shalayeff |
2000-09-10 | enable card on resume | Michael Shalayeff |
2000-09-04 | do not panic on detach | Michael Shalayeff |
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell |
2000-05-18 | cleanup ifdefs and remove static for ray_update_siglev() | Michael Shalayeff |
2000-04-29 | make bus_space_region* w/o extra functions, seem to work ok for us | Michael Shalayeff |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist |
2000-03-23 | new timeout code from netbsd; also remove trailing spaces and tabs, spaces in... | Michael Shalayeff |