summaryrefslogtreecommitdiff
path: root/sys/net/netisr_dispatch.h
AgeCommit message (Expand)Author
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2009-02-16pfsync v5, mostly written at n2k9, but based on work done at n2k8.David Gwynne
2008-05-07Prevent virtual interfaces from adding to the random pool.Marco Pfatschbacher
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-10introduce mitigation for the calling of an interfaces start routine.David Gwynne
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-05-29IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list.Claudio Jeker
2007-05-28Only call add_net_randomness() once per interrupt instead of once per packet....Ryan Thomas McBride
2005-06-08netns bits dieHenning Brauer
2005-06-07do not handle CCITT any longerHenning Brauer
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-10-17Replace ifdef NATM with if NATM > 0Alexander Yurchenko
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
2004-06-13debranch SMP, have funNiklas Hallqvist
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2000-11-08OpenBSD tagArtur Grabowski
2000-11-08Add a centralized dispatcher for softnet interrupts.Artur Grabowski