| Age | Commit message (Expand) | Author |
| 2019-12-17 | Pull up following revision(s) (requested by christos in ticket #569): | martin |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-02-02 | wlan interfaces make interrupt routine running on softint context. | nonaka |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-05-26 | Introduce M_CLEARCTX and use it instead of open-coding rcvif | ozaki-r |
| 2016-05-26 | Use M_GETCTX | ozaki-r |
| 2016-04-08 | Revert prior. | roy |
| 2016-04-06 | Fix rssi | roy |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-09-12 | Remove unused variable | martin |
| 2013-01-27 | don't transmit while in a key change is in progress | jmcneill |
| 2012-11-08 | Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#defining | dyoung |
| 2011-11-28 | SVN r220966 from FreeBSD: | jmcneill |
| 2011-10-07 | Get rid of the "I don't know what I was thinking / somebody should have | dyoung |
| 2011-03-07 | Get improvements from FreeBSD-current (January 2011). | cegger |
| 2011-02-20 | support building as a module | jmcneill |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |
| 2009-08-02 | - fix TKIP, changes adapted from FreeBSD | jmcneill |
| 2008-12-11 | Doh! What should have happened happens ... | alc |
| 2008-12-11 | Sync ath(4) with the new HAL, mostly based on <jmcneill>'s patches. | alc |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-09 | - device/softc split for ath(4) | joerg |
| 2008-06-17 | Repair a discrepancy between the 802.11 standard and ath(4) operation | dyoung |
| 2008-05-04 | If a device transmit timeout occurs and sc_txintrperiod is greater than | rumble |
| 2008-03-12 | Use device_t and its accessors throughout. Use aprint_*_dev(). | dyoung |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-22 | Remove the remnants of the powerhooks. | dyoung |
| 2007-12-14 | Exit from ath_init() with EBUSY if the device does not have power. | dyoung |
| 2007-12-13 | Back out previous my previous change, it stops device resumption | dyoung |
| 2007-12-13 | Do not reinitialize the NIC while it is suspended. | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-27 | Bug fix: in ath_init(), if ath_enable() fails, ATH_UNLOCK() before | dyoung |
| 2007-11-26 | Don't process the CAB queue twice in ath_tx_proc_q0123. | dyoung |
| 2007-11-26 | Eliminate redundant check for read-only mbuf data, since | dyoung |
| 2007-11-26 | Bug fix: restore antenna diversity settings after reset. | dyoung |
| 2007-11-26 | Use device_xname(). Make device_printf() take a device_t argument. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-07-17 | Suppress spurious timeouts and avoid wedging in OACTIVE state: | dyoung |
| 2007-04-17 | Plug an mbuf leak. Found by inspection. | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-09 | ath-specific support for 802.11 fragmentation. From Sam Leffler. | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |