summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1999-02-25So... after all, the ATA878.2 copy I had was buggy. The newer revision hasis
1999-02-23Remove zero length arrayis
1999-02-23Addendum to rev. 1.15: use of __extension__ here is supported in GCC 2.8.0 andkleink
1999-02-21Zero-sized arrays are a GNU C extension; from Dave Sainty in PR kern/6271.kleink
1999-02-15RCS ID policehubertf
1999-01-26We no longer support IPIP (IP proto 4).hwr
1999-01-18fix "CMSA CD" to "CSMA/CD"msaitoh
1999-01-16Yet another performance optimization for exceptional length ARCnet packets.is
1999-01-16Make the code path for exceptional length packets a bit faster (2 mbufis
1999-01-16- define protocol type for diagnostics (0x80 as per ANSI 878.1)is
1999-01-11Pull the IP-in-IP tunneling support out of the GRE code. It's not handledthorpej
1999-01-09Use M_LINK{0,1} for our own mbuf flags, rather than arbitrarily pickingthorpej
1998-12-27Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (wethorpej
1998-12-27Fix kern/6658 from Martin Husemann:veego
1998-12-22Use pools for rtentry and rttimer structures.thorpej
1998-12-22Add an extern declaration of gre_softc[] here. Wrap it and the prototypesthorpej
1998-12-12Synchronize with the Ultrix version of the ppp release.christos
1998-12-12#include "opt_ppp.h" otherwise struct ppp_softc can be the wrong sizechristos
1998-12-12fix thinko in previous change.christos
1998-12-10Revert IPX changes that I committed accidentally.christos
1998-12-10IPX counters and centralize statistics routine.christos
1998-12-10IPX fixes.christos
1998-12-10IPX fixes.christos
1998-12-10linted commentchristos
1998-12-10defopt COMPAT_43christos
1998-12-10defoptchristos
1998-12-04Init the decriptors at boot time rather than at interface attach time.bouyer
1998-11-30Fix PR6473: allow sends to tun* devices using bpf.sommerfe
1998-11-05Increase compiled-in default bpf buffer size from 4096 to 8192.jonathan
1998-11-02Add "10baseT-FDX" and "100baseTX-FDX" aliases to the end of the subtypethorpej
1998-10-28Add call to splsoftnet() in rt_timer_timer to avoid possible racekml
1998-10-13Put back ETHERTALK_AT (but I did convert *all* code to ETHERTYPE_ATALK),kim
1998-10-13Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common.kim
1998-10-07Fix some typos in comments, and clean up some whitespace.thorpej
1998-10-06Use #error instead of causing parse errors; noticed by Heiko.kleink
1998-10-02Also install if_gre.h in /usr/include/net/hwr
1998-09-30Start supporting IPPROTO_MOBILE (55) encapsulation. This is yethwr
1998-09-20Changes so that BPF readers will get the data in fddi packet aligned alongmatt
1998-09-13The post 1.3.2 world is actually ready for this.hwr
1998-09-13Add a gre tunnel pseudo network device. Gre = generic route encapsulation.hwr
1998-09-09Add/move some Ethertypes, PR #5997, Heiko W.Rupp.thorpej
1998-09-03PR/5414: Ronald Khoo: tcpdump ppp does not respect inbound/outbound qualifiers.christos
1998-08-30Make this compile with -DIFMEDIA_DEBUG.enami
1998-08-26use __NetBSD__ not NetBSDmrg
1998-08-25Use do { ... } while (0) in RTFREE().thorpej
1998-08-20Add some braces to stop the new egcs warnings.veego
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-15Explicitly dereference the route timer expiration function pointer.thorpej
1998-08-12Oops, I forgot aliases for some old names (10baseT/UTP, 10base2/BNC,thorpej
1998-08-08Define IFM_INST_MAX, the largest possible "instance" value.thorpej