Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-08 | we dont need net/rndvar.h since the code that used it has been moved to | David Gwynne | |
if.c. | |||
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 | |
This changes nothing on legacy architectures, but is a bit faster (and simpler) on the interesting ones. | |||
2007-05-29 | IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list. | Claudio Jeker | |
OK henning@ mcbride@ | |||
2007-05-28 | Only call add_net_randomness() once per interrupt instead of once per ↵ | Ryan Thomas McBride | |
packet. If multiple packets come in on a single interrupt the times mixed into the randomness pool will be identical or predictably close anyways, and nanotime() is expensive. ok toby jason miod claudio | |||
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 | |
The code is adopted from the FreeBSD netgraph-based Bluetooth implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but all netgraph glue was replaced with usual BSD network stack hooks. This is a work in progress. Only HCI layer works for now, L2CAP and RFCOMM are on the way. Help in testing from many, ok markus@. | |||
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
protect from multiple inclusion. Needed for the netisr_dispatch changes. | |||
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 | |
be bridged. Do the real work in a scheduled netisr. | |||
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 | |
the other stuff is just for IPX support. | |||
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |