summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
1995-06-18convert pcb lists to CIRCLEQs, so that the end can be looked at morecgd
1995-06-12in_pcbnotify*() don't return anything.mycroft
1995-06-12Fix bogon in previous.mycroft
1995-06-12Change in_pcbnotify*() to take an errno value. Make inetctlerrmap[] anmycroft
1995-06-12Oops. Make source quench work again.mycroft
1995-06-12Clear the MFC entry's statistical counters when doing an upcall.mycroft
1995-06-12Various cleanup, including:mycroft
1995-06-11Oops. Decrement rtt earlier.mycroft
1995-06-11As suggested by Brakmo and Peterson:mycroft
1995-06-11Check for inflated congestion window during header prediction, per Bramko andmycroft
1995-06-07Remove ip_ifmatrix completely.mycroft
1995-06-07update from Ignatios Souvatziscgd
1995-06-04Simplify ipip_input() a bit. Don't blow away the vif cache if someone sendsmycroft
1995-06-04Simply tbf_control() a bit.mycroft
1995-06-04Eliminate compiler warnings.mycroft
1995-06-04For consistency, set sin_len for SIOC{ADD,DEL}MULTI.mycroft
1995-06-04Remove one more bogus cast.mycroft
1995-06-04Don't cast things unnecessarily.mycroft
1995-06-04Clean up many more casts.mycroft
1995-06-04Clean up a lot of ugly casts.mycroft
1995-06-02Dynamically allocate the deencapsulation interfaces. Abstract the code tomycroft
1995-06-01Don't use INADDR_* constants in case labels.mycroft
1995-06-01Avoid byte-swapping IP addresses at run time.mycroft
1995-06-01Add missing ntohl() in multicast test.mycroft
1995-05-31Integrate multicast 3.5 distribution, with several bugs fixed and generalmycroft
1995-05-31Add IPPROTO_IP. Fix comment for IP_MULTICAST_IF.mycroft
1995-05-31Implement IGMP v2. Based on the Multicast 3.5 distribution.mycroft
1995-05-16parenthesize macro arg usagecgd
1995-05-15oops; forgot a '{'cgd
1995-05-15spacing fixups and KNF. #define ether address size, so it's notcgd
1995-05-15KNFcgd
1995-05-15simplify ip_output() out-of-memory condition slightly, and style nits.cgd
1995-05-15"routine" precedence has a value of 0.cgd
1995-05-14drop (and record) malformed IP fragments. Fixes pr 1030 (differently).cgd
1995-04-17spacing cleaup. also, minor type mixup fixups.cgd
1995-04-14update arc_input() proto to match reality.chopps
1995-04-13oops; missed the chance to fix a cast, that then becamse a compiler warning.cgd
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-04-11Remove some explicit references to loif.mycroft
1995-04-10Remove now unneeded #ifdef. Prototype new function.mycroft
1995-04-07Add a common function to initialize ARP-related variables. `Insired'mycroft
1995-03-29KERNEL -> _KERNELbriggs
1995-03-26KERNEL -> _KERNELjtc
1995-03-21Default linger time was 120 clock ticks instead of the intendedglass
1995-03-06remove references to arptnew. fix spelling errorglass
1995-03-02Fix for two bad tests in the raw IP socket input code. Only affectedglass
1995-03-02add prototypeschopps
1995-02-27fix some typos. from frank@fwi.uva.nl (Frank van der Linden)glass
1995-02-23preliminary arcnet support. uses lame but RFC address resolutionglass