| Commit message (Expand) | Author | Age | Files | Lines |
* | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. |  stsp | 2020-07-20 | 1 | -2/+2 |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Similar to other wireless drivers use bpf_mtap_hdr() to prepend the |  claudio | 2020-02-19 | 1 | -25/+7 |
* | Make wireless drivers call if_input() only once per interrupt. |  stsp | 2019-09-12 | 1 | -2/+4 |
* | Move common code to add/remove multicast filters to ieee80211_ioctl(9). |  mpi | 2017-10-26 | 1 | -13/+1 |
* | Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack |  stsp | 2017-08-12 | 1 | -1/+2 |
* | Replace slot time durations with macros. |  kevlo | 2017-07-03 | 1 | -2/+3 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API |  mpi | 2015-12-11 | 1 | -8/+5 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -7/+8 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | Check for space on the ring before dequeuing packets. |  mpi | 2015-11-20 | 1 | -12/+12 |
* | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -3/+4 |
* | replace the ifqueues in net80211 with mbuf_queues. |  dlg | 2015-11-04 | 1 | -3/+3 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -5/+1 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-09 | 1 | -4/+4 |
* | firmware sizes are known; use them for free() |  deraadt | 2015-08-29 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' |  mpi | 2015-02-10 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | reduce the amount of pci includes |  jsg | 2014-09-06 | 1 | -3/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -3/+1 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -5/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | Stop abusing the rcvif pointer to pass wireless nodes down to the |  mpi | 2014-03-19 | 1 | -3/+2 |
* | lint is gone, and the 'lint' conditional was never in the implementation |  guenther | 2014-03-11 | 1 | -2/+2 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -2/+2 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing |  stsp | 2012-08-23 | 1 | -48/+189 |
* | Revert my previous change for rt2661. It is causing excessive "ral0: device |  stsp | 2012-07-17 | 1 | -16/+4 |
* | Keep separate OACTIVE flags to mark full management/data tx queues, |  stsp | 2012-07-13 | 1 | -4/+16 |
* | Fix firmware loading at startup (and resume); from Tim van der Molen |  deraadt | 2011-03-18 | 1 | -8/+13 |
* | Mark descriptors as invalid *before* unmapping the associated mbuf. |  kettenis | 2011-02-22 | 1 | -8/+8 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -29/+1 |
* | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} |  deraadt | 2010-09-06 | 1 | -3/+3 |
* | Make the interrupt handler bail out early if the device wen away. Fixes |  kettenis | 2010-09-06 | 1 | -1/+3 |
* | rename the *_power functions to *_powerhook to indicate that we've been |  deraadt | 2010-08-28 | 1 | -4/+4 |
* | remove the unused if_init callback in struct ifnet |  jsg | 2010-08-27 | 1 | -2/+1 |
* | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. |  kettenis | 2010-08-27 | 1 | -11/+6 |
* | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber |  deraadt | 2010-08-27 | 1 | -2/+1 |
* | Make CardBus ral(4) suspend and resume properly on machines that keep the |  kettenis | 2010-08-25 | 1 | -2/+2 |
* | add suspend/resume support for PCI ral(4) devices. |  damien | 2010-08-04 | 1 | -61/+80 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -5/+3 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
* | The ASIC does not like PCI bursts on registers because of a silicon bug. |  damien | 2010-02-14 | 1 | -2/+2 |
* | call powerhook_disestablish() and pci_intr_disestablish() earlier. |  damien | 2009-11-01 | 1 | -4/+4 |
* | three more shutdown hooks bite the dust. |  damien | 2009-08-10 | 1 | -22/+1 |
* | timeout_add -> timeout_add_msec |  blambert | 2009-07-29 | 1 | -4/+4 |