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