summaryrefslogtreecommitdiff
path: root/sys/net/netisr.h
AgeCommit message (Expand)Author
2012-10-07spacingMike Belopuhov
2011-07-09remove more atalk bitsTheo de Raadt
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-09there was a race between the addition of mpls and tx mitigation. this givesDavid 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
2008-01-19Fix add_net_randomness() not being called because the wrongMarco Pfatschbacher
2007-09-08we dont need net/rndvar.h since the code that used it has been moved toDavid Gwynne
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
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
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-23ipxintr was missingMichael Shalayeff
2000-11-08Opps.Artur Grabowski
1999-12-08s/ipv6intr/ip6intr/Jun-ichiro itojun Hagino
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-07update for ipv6Theo de Raadt
1997-07-23AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1996-10-19random device is permanent now.Michael Shalayeff
1996-08-29rnd -> randomTheo de Raadt
1996-07-03renumber to avoid conflict with freebsdchuck
1996-06-30add native mode atm netisr hookchuck
1996-04-19According to the latest config stuff changes (as for if_ppp.c).Michael Shalayeff
1996-03-29Initial commit of random source driver.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt