Peter Wemm
3c6b084e96
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
Jonathan Lemon
1cafed3941
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
Maxim Sobolev
16199bf2d3
MFS: recognize gre packets used in the WCCP protocol.
...
Approved by: re
2002-12-07 14:22:05 +00:00
Sam Leffler
ccb2acfe1b
track bpf changes
...
Reviewed by: many
Approved by: re
2002-11-14 23:45:13 +00:00
Alfred Perlstein
dde2897f82
de-__P().
2002-10-16 22:27:27 +00:00
Maxim Sobolev
748bb23dcc
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
Maxim Sobolev
563a9b6ecb
Remove __RCSID().
...
Submitted by: bde
2002-09-17 11:31:41 +00:00
Maxim Sobolev
2b82e3b367
Remove superfluous break.
2002-09-10 09:18:33 +00:00
Maxim Sobolev
c23d234cce
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
Maxim Sobolev
8e96e13e6a
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