index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
netisr.h
Age
Commit message (
Expand
)
Author
2012-10-07
spacing
Mike Belopuhov
2011-07-09
remove more atalk bits
Theo de Raadt
2010-12-21
Convert netisr to a normal soft interrupt instead of hanving MD code
Claudio Jeker
2009-02-16
pfsync v5, mostly written at n2k9, but based on work done at n2k8.
David Gwynne
2008-05-09
there was a race between the addition of mpls and tx mitigation. this gives
David Gwynne
2008-05-07
Prevent virtual interfaces from adding to the random pool.
Marco Pfatschbacher
2008-04-23
Import MPLS (Multi Protocol Label Switching)
Esben Norby
2008-04-10
introduce mitigation for the calling of an interfaces start routine.
David Gwynne
2008-01-19
Fix add_net_randomness() not being called because the wrong
Marco Pfatschbacher
2007-09-08
we dont need net/rndvar.h since the code that used it has been moved to
David Gwynne
2007-06-06
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
Henning Brauer
2007-05-29
Use atomic operations to operate on netisr, instead of clearing it at splhigh.
Miod Vallat
2007-05-29
IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list.
Claudio Jeker
2007-05-28
Only call add_net_randomness() once per interrupt instead of once per packet....
Ryan Thomas McBride
2005-06-08
netns bits die
Henning Brauer
2005-06-07
do not handle CCITT any longer
Henning Brauer
2005-01-14
First step in Bluetooth protocol stack support.
Alexander Yurchenko
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-12
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-23
ipxintr was missing
Michael Shalayeff
2000-11-08
Opps.
Artur Grabowski
1999-12-08
s/ipv6intr/ip6intr/
Jun-ichiro itojun Hagino
1999-05-24
Only do basic work in the ethernet interrupt context, and queue packets to
Jason Wright
1999-01-07
global decl for *intr() routines, plus add INET6
Theo de Raadt
1999-01-07
update for ipv6
Theo de Raadt
1997-07-23
AppleTalk support based on netatalk-1.4a2 and FreeBSD.
denny
1997-02-24
OpenBSD tags + some prototyping police
Niklas Hallqvist
1996-10-19
random device is permanent now.
Michael Shalayeff
1996-08-29
rnd -> random
Theo de Raadt
1996-07-03
renumber to avoid conflict with freebsd
chuck
1996-06-30
add native mode atm netisr hook
chuck
1996-04-19
According to the latest config stuff changes (as for if_ppp.c).
Michael Shalayeff
1996-03-29
Initial commit of random source driver.
Michael Shalayeff
1996-03-19
Merging w/ NetBSD 021796.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt