summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Collapse)Author
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-02-21fixed bug in debugging code, so it'll compiles now w/o TUN_DEBUGMichael Shalayeff
enabled.
1996-02-20bug fixes, speedups. multiple AFs support.Michael Shalayeff
bpf fixes.
1996-02-04Interface# 0's name was incorrectly generatedNiklas Hallqvist
1996-02-03handle interface unit numbers up to 2G-1; skip if total name is too longTheo de Raadt
1995-12-28from netbsd; ppp code no longer needs to recalculate intr masks on the i386Theo de Raadt
1995-12-27from netbsd; Avoid extra byte-swapping in average casesTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Remove old comment regarding trailers. Fix a diagnostic message. Make some variables use fixed-size types. Initialize if_output in fddi_ifattach().
1995-12-27miscellanous if_arcsubr.c cleanup and optimizations; from ↵Theo de Raadt
is@beverly.rhein.de; netbsd pr#1825
1995-12-18enable multicast, so that multicast packets can flow through ppp links. idea ↵Theo de Raadt
from freebsd
1995-12-15use m_pkthdr.len for FIONREAD, correctly indicates how much data is availableTheo de Raadt
1995-12-14from netbsd; fix casts; should cast pointers to longs, not intsTheo de Raadt
1995-11-13do not forward garbled SIMPLEX-generated packets to bpf; from ↵Theo de Raadt
Jean-Luc.Richier@imag.fr; netbsd pr#1693
1995-10-23For the '#ifdef sun [...] #endif' conditional we weren't bringing in thedavem
proper definitions for 'struct mbuf' and friends for in.h, bringing in 'sys/socket.h' and 'net/if.h' fixes this.
1995-10-18initial import of NetBSD treeTheo de Raadt