Age | Commit message (Expand) | Author |
2017-03-26 | Add sizes to various free(9) calls. Fixing the simpler ones first. | Theo de Raadt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-11-06 | Avoid calling usbd_set_config_no() in *_attach() and let the stack do | Martin Pieuchot |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-04-26 | Don't use usbd_bulk_transfer() to submit a synchronous transfer. This | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-10 | USB network devices do not DMA in a way that requires a shutdown function | Theo de Raadt |
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-04-09 | Remove obsolete braces around case switch. | Marcus Glocker |
2009-03-27 | Add a bunch of GW3887/v2 based upgt devices found in linux driver. | Jonathan Gray |
2009-02-14 | remove dead assignments and newly created unused variables. | Charles Longeau |
2008-11-27 | The Netgear WG1111v2 wifi dongle contains a RTL8187 chip, | Kevin Lo |
2008-11-25 | upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h | Kevin Lo |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-08-27 | pass FCS to radiotap. | Damien Bergamini |
2008-08-08 | if we fail to extract the mbuf in the Rx routine, increment | Thordur I. Bjornsson |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-02-16 | Remove if_ipackets++ since ieee80211_input() already does that. | Marcus Glocker |
2008-02-02 | - Add a v1 device which I found here. | Marcus Glocker |
2008-01-27 | Add TODO's to comment. | Marcus Glocker |
2008-01-25 | Since TX rate control is done by the firmware, we report the maximum | Marcus Glocker |