summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-28make a start at supporting ipv6 on mpe.David Gwynne
2019-01-27tweak errno in previousanton
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton
2019-01-27stop using capital letters in printf format strings; ok visa@anton
2019-01-27consistency tweaks to panic format strings; ok visa@anton
2019-01-27don't play with IFF_UP in strange places.David Gwynne
2019-01-27use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again.David Gwynne
2019-01-27rework mpe_input so it patches ipv4 cksum, and handles ipv6 too.David Gwynne
2019-01-27change how packets are pushed into mpe(4).David Gwynne
2019-01-27move the mpe_softc definition and mpe macros into the mpe driver.David Gwynne
2019-01-27let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN.David Gwynne
2019-01-27use sc as the name of the softc variable.David Gwynne
2019-01-27put underscores in function names like other driversDavid Gwynne
2019-01-27split off "local" input handlingDavid Gwynne
2019-01-27like ip headers, mpls tags need to be aligned to a 4 byte boundaryDavid Gwynne
2019-01-27forgot to commit the tweaks to mpls_input when mpw became an ethernet ifaceDavid Gwynne
2019-01-26Parse altitude and ground speed values from the GGA & RMC NMEA messages,Landry Breuil
2019-01-26Use memset() instead of bzero().Visa Hankala
2019-01-26Wait a bit for the set mode command to complete for Synaptics devices toMarcus Glocker
2019-01-26Tag the start of witness(4) output with prefix "witness:".Visa Hankala
2019-01-26check if the incoming ttl is <= 1 before decrementing it.David Gwynne
2019-01-25build ccp(4) on ramdisksJonathan Gray
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Add .fpu directives in inline assembly to silence new compilerMark Kettenis
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-24Correct a wrong comment about PTE skip sizeMike Larkin
2019-01-2432 not 16Theo de Raadt
2019-01-24the KERN*_{HI,LO} variables are not needed, and easier to calculate theTheo de Raadt
2019-01-24gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, soTheo de Raadt
2019-01-24mptramp.S does not export gdt64, another historical locore.s splitup errorTheo de Raadt
2019-01-23RELOC() is not performed here (remained from when locore was split up)Theo de Raadt
2019-01-23using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrongTheo de Raadt
2019-01-23remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER.David Gwynne
2019-01-23rework mpw to be an actual ethernet interface.David Gwynne
2019-01-23eliminate a ?: in witness mtx initializer by pushing the default oneTed Unangst
2019-01-23Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kerncheloha
2019-01-23Remove uneeded header.Martin Pieuchot
2019-01-23Pass an `ifp' pointer to bridge_ourether().Martin Pieuchot
2019-01-23Only copy packets for span ports if the bridge is UP.Martin Pieuchot
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-23enable the apm(4) subsystem on arm64Peter Hessler
2019-01-23Add the apm(4) subsystem to arm64.Peter Hessler
2019-01-23add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capabilityDavid Gwynne
2019-01-23futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyincheloha
2019-01-22add some definitions used by elftoolchain's libelfJonathan Gray
2019-01-22The kernel interpreted bogus lengths in RPC calls during NFS boot.Alexander Bluhm
2019-01-22namei can return a null dvp on success. check this before access.Ted Unangst
2019-01-22Do not leak received mbufs if the NDIS appended a zero-byte padding.Martin Pieuchot
2019-01-22Remove unused variable.Martin Pieuchot
2019-01-22flense more trailing whitespacePeter Hessler