summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
1998-08-06Define the minimum and maximum "network type" values. These values arethorpej
1998-08-06Sigh. "consts in prototypes can be quite a drag..."perry
1998-08-06Fix botched prototype decl in last fix.perry
1998-08-06Convert bcopy,bzero to memcpy,memsetperry
1998-08-06Add a macro to create a media word from type, subtype, options, and instance.thorpej
1998-08-06Completely rewrite the way media descriptions are represented. The samethorpej
1998-08-03Add IFM_10_FL - 10baseFL (fiber)thorpej
1998-08-02Fix PR5898: ppp delays last packet.sommerfe
1998-07-28Remove obsolete comment.is
1998-07-25define DLT_HDLCexplorer
1998-07-09Glue in fast forwarding.thorpej
1998-07-08Only run pppasyncstart (sc->sc_start) from the netisr handler.sommerfe
1998-07-07Make this compile again.thorpej
1998-07-06use #ifdef INET so this compiles againjtk
1998-07-05defopt NATM.jonathan
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt ISO TPIP.jonathan
1998-07-05defopt LLCjonathan
1998-07-05defopt CCITT.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-26defopt COMPAT_SVR4thorpej
1998-06-25defopt COMPAT_LINUXthorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-05-29Sync the symbol used for multiple inclusion protection with the canonicalkleink
1998-05-22Add an if_drain to the ifnet structure (call when the system is lowmatt
1998-05-17Correct copyright date.kml
1998-05-16Add missing RCS ID.thorpej
1998-05-14Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network)kml
1998-05-06This comment is not true.drochner
1998-05-06Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines,bouyer
1998-05-04Add IPX bits.christos
1998-05-02Need <sys/socket.h> to stand alone.thorpej
1998-05-02Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updateschristos
1998-05-01Squash a typo.thorpej
1998-05-01Glue in IP flow fast forwarding.thorpej
1998-05-01Add FDDI source address spoofing via pseudo_AF_HDRCMPLT.thorpej
1998-04-30Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/setthorpej