summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-12Needs cpu.h for netisr (compile breaks on sun3).bouyer
1999-07-09defopt INET6, and put it in opt_inet.h (most places already include thisthorpej
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-03Add namespace protection, using XNS5.2 D2.0 as a reference (which effectivelykleink
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-28KNFify. Add LINK1 flag to turn off that address munging thing, for casesexplorer
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun
1999-06-18call pfil_list_add with the right flag, to ensure it goes into the right list.mrg
1999-06-17mbuf should be allocated with M_DONTWAIT in ether_output(). This caused panicsbouyer
1999-05-30Fix thinko of mine in previous. The source route info is not at m->m_databad
1999-05-29Don't assume the Token-Ring source route is in the m_pktdat. Usebad
1999-05-24Fix kernel builds if ppp interface but no bpf filters are configured.tron
1999-05-21Make this file syntactically correct again.augustss
1999-05-20Add a *bunch* of types (file went from ~4K to ~16K!)tsarna
1999-05-20Oops, commit here slipped through the cracks.thorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-14Fix compilation problem caused by recent changes to filtering code.tron
1999-05-12Decouple inbound and outbound filters. Now instead of using "active-filter"thorpej
1999-05-11* Start out with a data link type of DLT_NULL. When we change an interfacethorpej
1999-05-11* Add the ability to change the data link type on the fly.thorpej
1999-05-08Add ARP hardware type for IEEE 1394 (FireWire)matt
1999-04-30Back out previous. It was just ... braindamaged.thorpej
1999-04-30If the driver only supports one media type, and ifmedia_ioctl() is called toabs
1999-04-09don't expose structures and prototypes to _STANDALONE programsdrochner
1999-04-08Fix version id strings in comment.bad
1999-04-04Add NetBSD rcsid tags, and preserve old ones from i4b sourceexplorer
1999-04-04Install if_sppp.h in include/net/explorer
1999-04-04switch to the i4b version of if_sppp*.[ch] (with mods)explorer
1999-04-02deal with failure of malloc NOWAIT by restarting after mallocing with WAIT.chopps
1999-03-28ANSI C police.kleink
1999-03-27fixes to compile if NBPFILTER == 0dbj
1999-03-27Added per-addr input/output statistics. Currently just support netatalkaidan
1999-03-25Define several constants related to the Ethernet protocol:thorpej
1999-03-25put RCS ids in the right place. And yes, this is a SYNC ppp interface,explorer
1999-03-25define ETHER_CRC_LEN, for if_vr.cexplorer
1999-03-25port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still,explorer
1999-03-25Make it possible to set MTU via "ifconfig" at run time. "SLMTU" is nowtron
1999-03-23Add a new shared media option, IFM_FLOW, used to enable link-levelthorpej
1999-03-22Appease GCC.bad
1999-03-22Oops. RcsID police.bad
1999-03-22Add LLC_SNAPFRAMELEN.bad
1999-03-22Add ARPHRD_IEEE802.bad
1999-03-22Add if_token.h to INCS.bad
1999-03-22Support routines for Token-Ring network drivers.bad
1999-03-20Define the PPPoE Discovery and PPPoE ethertypes.thorpej
1999-03-13make this compile againdrochner
1999-03-12exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145perry
1999-03-10Const poison ether_ifattach().thorpej
1999-03-10Const poison ether_sprintf().thorpej