summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-21add bpf/tcpdump support to pflow(4)Joerg Goltermann
2008-10-21Wow we had this structure forever wrong. Didn't break because it wasMarco Peereboom
2008-10-21remove unused variable 'v', unbreaks the treeFelix Kronlage
2008-10-21Stray spaceMarco Peereboom
2008-10-21Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-21Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-20The optimization done in 1.19 (and repaired in 1.20) results inTheo de Raadt
2008-10-20- Remove sys/cdefs.h header.Brad Smith
2008-10-20oops, testing printf shouldn't have been commited.Brad Smith
2008-10-20Enable support for RX checksum offload, RX VLAN tag stripping and TXBrad Smith
2008-10-20Remove ioctl handlers for MTU changing and multicast, they're alreadyBrad Smith
2008-10-20Be pedantically correct in freeing allocated mbufs, even upon clearingBret Lambert
2008-10-20typo, regisrers -> registersBrad Smith
2008-10-20- Remove tmp variable sumflags in ti_rxeof() and just stick the csumBrad Smith
2008-10-20Enable the Gig master mode status display.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Shuffle MULTIPROCESSOR ifdef's around to allow code that deals withBrad Smith
2008-10-19Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-18Prevent the user to assign reserved labels to mpe(4) interfaces.Michele Marchetto
2008-10-18Revert the change to use pools for <= PAGE_SIZE allocations. ItMark Kettenis
2008-10-17reorder mbuf flags so they are in numerical order again. brad@ concursClaudio Jeker
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
2008-10-17Handle pool allocation failures slightly better. ok kettenis@Dale Rahn
2008-10-17Fix permissions on the DRM_I915_HWS_ADDR ioctl, should be master only.Owain Ainsworth
2008-10-16Switch the existing TX VLAN hardware support over to having theChristian Weisgerber
2008-10-16Add S/PDIF support. From NetBSD.Jacob Meuser
2008-10-16Convert RX tag stripping to storing the tag in the mbuf header andChristian Weisgerber
2008-10-16* Allow ether_input() and vlan_input() to handle incoming packetsChristian Weisgerber
2008-10-16Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns theClaudio Jeker
2008-10-16Drop promiscuously received packets if the vlan interface is not inChristian Weisgerber
2008-10-16Make the session id unique per receiving interface so that pppoeCan Erkin Acar
2008-10-16Don't hide the fact that NFS uses vop_generic_* functions behindBret Lambert
2008-10-16Add ICH10.Brad Smith
2008-10-16Some pins are not connected and dead-end. This diff removes such pinsJacob Meuser
2008-10-16regenBrad Smith
2008-10-16Correct the existing Intel E4500 entries so they're properly named E5400Brad Smith
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Fix list_for_each_safe compat marco. It currently skips the last entry.Owain Ainsworth
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-15inteldrm and radeondrm are pretty stable by this point, so enable them on amd64Owain Ainsworth
2008-10-15kernel/5592: yield() between copying out large chunks of random data toDamien Miller
2008-10-14Now mpls_input() handles ipv4 and ipv6 explicit null labels.Michele Marchetto
2008-10-14Back-in; problems were apparently elsewhere.Philip Guenthe
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-14remove C99/C++ style commentsJonathan Gray
2008-10-14Don't be so pessimistic about the prospects of getting aJonathan Gray
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2008-10-13disable the pcb linking for udp for the moment since there is some weirdHenning Brauer