peter
fbc7526e8f
Finish driving a stake through the heart of netns and the associated
...
ifdefs scattered around the place - its dead Jim!
The SMB stuff had stolen AF_NS, make it official.
2003-03-05 19:24:24 +00:00
jlemon
04e28d5a81
Update netisr handling; Each SWI now registers its queue, and all queue
...
drain routines are done by swi_net, which allows for better queue control
at some future point. Packets may also be directly dispatched to a netisr
instead of queued, this may be of interest at some installations, but
currently defaults to off.
Reviewed by: hsu, silby, jayanth, sam
Sponsored by: DARPA, NAI Labs
2003-03-04 23:19:55 +00:00
sobomax
6da27e4c8e
MFS: recognize gre packets used in the WCCP protocol.
...
Approved by: re
2002-12-07 14:22:05 +00:00
sam
fce3efcc42
track bpf changes
...
Reviewed by: many
Approved by: re
2002-11-14 23:45:13 +00:00
alfred
a92b5f1671
de-__P().
2002-10-16 22:27:27 +00:00
sobomax
42239faa47
Since bpf is no longer an optional component, remove associated ifdef's.
...
Submitted by: don't quite remember - the name of the sender disappeared
with the rest of my inbox. :(
2002-10-02 09:38:17 +00:00
sobomax
b869133a83
Remove __RCSID().
...
Submitted by: bde
2002-09-17 11:31:41 +00:00
sobomax
924bf5d265
Remove superfluous break.
2002-09-10 09:18:33 +00:00
sobomax
afb7f17e96
Reduce namespace pollution by staticizing everything, which doesn't need to
...
be visible from outside of the module.
2002-09-06 18:16:03 +00:00
sobomax
8379521a54
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
...
and MOBILE (RFC2004) IP tunnels.
Obrained from: NetBSD
2002-09-06 17:12:50 +00:00