Age | Commit message (Expand) | Author |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | Fix off-by-one error in PG_LGFRAME mask | Philip Guenther |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-21 | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be | Henning Brauer |
2014-04-21 | annotate all #endifs to make clear what #if(def) they end | Henning Brauer |
2014-04-21 | cosmetic changes regarding #ifdef to make things more obvious, ok reyk | Henning Brauer |
2014-04-21 | In qla_get_port_name_list, handle malloc failure, skip special fabric ports, | Jonathan Matthew |
2014-04-20 | regen | Stefan Sperling |
2014-04-20 | Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi device | Stefan Sperling |
2014-04-20 | move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdr | Christian Weisgerber |
2014-04-20 | factor our ether_addheader for readability; there's more to come there | Henning Brauer |
2014-04-20 | ether_output: instead of assembling the ethernet header and then calling | Henning Brauer |
2014-04-20 | ether_output: instead of using an esrc buffer in which we copy the intended | Henning Brauer |
2014-04-20 | More dead stores removal in subr_hibernate.c | Mike Larkin |
2014-04-20 | When switching rdomains the sadl needs to be removed and re-added from the | Claudio Jeker |
2014-04-20 | Update hotplug. Add qle_get_port_name_list, use it to discover local | Jonathan Matthew |
2014-04-20 | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c | Henning Brauer |
2014-04-20 | nuke in_cksum_addword() | Henning Brauer |
2014-04-20 | make the status handler more like rdac and emc. the big functional change | David Gwynne |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne |
2014-04-19 | kill checksum offloading in sk. | Henning Brauer |
2014-04-19 | Dead stores in subr_hibernate.c | Mike Larkin |
2014-04-19 | bye bye | Henning Brauer |
2014-04-19 | disgusting altq compat hack goes away | Henning Brauer |
2014-04-19 | now that if_snd is a proper ifqueue, this cast dies | Henning Brauer |
2014-04-19 | ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to | Henning Brauer |
2014-04-19 | minus altq tentacles, plus missing IF_DROP here as well | Henning Brauer |
2014-04-19 | sigh, another driver fiddling with altq outside #ifdef ALTQ | Henning Brauer |
2014-04-19 | kill altq bits here as well | Henning Brauer |
2014-04-19 | shrink pf by 445 lines. | Henning Brauer |
2014-04-19 | remove the altq enable/attach and disable/detach bits | Henning Brauer |
2014-04-19 | bye bye altq bits | Henning Brauer |
2014-04-19 | another questionable "optimization": de used tulip_ifstart_one instead | Henning Brauer |
2014-04-19 | remove very questionable altq "optimization" - claudio and I can't | Henning Brauer |
2014-04-19 | all I wanted to do is removing the altq special casing, but then it turned | Henning Brauer |
2014-04-19 | remove altq special casing. | Henning Brauer |
2014-04-19 | Don't panic if we're trying to disestablish an MSI but the hardware is gone. | Mark Kettenis |
2014-04-19 | the altq versions of the IFQ_* macros can finally go. chances of this | Henning Brauer |
2014-04-19 | /* | Henning Brauer |
2014-04-19 | -option ALTQ | Henning Brauer |
2014-04-19 | move scsi_xs_put after checks that use fields in the xs | Jonathan Matthew |
2014-04-19 | implement emc_mpath_checksense() according to what my cx500 throws. | David Gwynne |
2014-04-18 | There is no need to initialize globals to 0. | Claudio Jeker |
2014-04-18 | rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can | Jasper Lievisse Adriaanse |
2014-04-18 | For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to | Philip Guenther |
2014-04-18 | Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses. | Jeremie Courreges-Anglas |
2014-04-18 | This remnant comment doesn't belong here. ok claudio@ | Jeremie Courreges-Anglas |
2014-04-18 | reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudio | Henning Brauer |
2014-04-18 | tcp_respond: let the stack worry about the cksum instead of doing it | Henning Brauer |
2014-04-18 | pf_send_tcp: ask the stack to do the cksum instead of doing it manually | Henning Brauer |