summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2002-03-22no need to check in_broadaddr/IN_MULTICAST in dropwithreset label.itojun
2002-03-22make sure we don't touch "ip" in IPv6 pathitojun
2002-03-19Drop connections to the broadcast address. From BUGTRAQ. This is a securitychristos
2002-03-15have tcp6_drainitojun
2002-03-14Add MSS clamping to the IP Filter NAT subsystem.martin
2002-03-14Added (char *) for pointer arithmeticmartti
2002-03-14Removed unused proxy filemartti
2002-03-14Upgraded IPFilter to 3.4.25martti
2002-03-12support tcp_log_refused for IPv6. From: Andrew Brown <atatat@atatdot.net>itojun
2002-03-11KNFify my last change.martin
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-03-04The "gif*" tunnelling interface does everything ipip does.sommerfeld
2002-03-01In tcp_segsize(), move a label so that option length is consideredthorpej
2002-03-01In in_savemkludge() and in_restoremkludge(), don't insert into a newthorpej
2002-02-28Enforce a lower bound of 32 for tcp_mssdflt.martin
2002-02-25correctly enforce ipsec policy check on forwarding case.itojun
2002-02-24Clear M_BCAST and M_MCAST on outgoing mbufs.martin
2002-02-21Sean amended his patch not to include the IFAFREE()christos
2002-02-21PR/15662: Sean Boudreau: make sure we clean all routes of an interface whenchristos
2002-02-21suppress source quence message, based on router-req RFC (also could be abuseditojun
2002-02-07IFF_POINTTOPOINT interfaces can also transmit packets to broadcastthorpej
2002-02-06ip_mloopback(): process the delayed checksum on the copy, notthorpej
2002-01-31correct bad ip checksum on multicast loopback packet. PR14597itojun
2002-01-24Fixed initializationmartti
2002-01-24Re-sync with IPFiltermartti
2002-01-24Upgraded IPFilter to 3.4.23martti
2002-01-24Import IPFilter 3.4.23martti
2002-01-24place NRL copyright notice itself, not a reference to it.itojun
2002-01-22make sure to check address family on route cache. with IPv4 mappeditojun
2002-01-08don't panic when there's no interface address exist for the specified multicastitojun
2001-12-21use radix table for inbound tunnel lookup (would increase performanceitojun
2001-12-21whitespace. protect from multiple inclusion. sync with kameitojun
2001-12-21call rip_ctlinput on icmp4 inputsitojun
2001-12-21move protosw fragment for gif/stf to their own source code.itojun
2001-12-21have packed attribute to protocol structs. sync with kameitojun
2001-12-21have rip_ctlinput to notify routing changes to raw socketsitojun
2001-12-21comment and whitespace. sync with kameitojun
2001-12-21whitespace. sync with kameitojun
2001-12-07correct timing to increment icmp6 MIB variables. sync with kameitojun
2001-12-03Fix TCP segment size computation. From Rick Byersm, PR kern/14799.jmcneill
2001-11-28recompute hlen after calling pfil_run_hooks() in case ip_hl was changed.darrenr
2001-11-21update outgoing ifp, only if tunnel mode ipsec is used. this is toitojun
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-11-07do not grab packet to joined multicast group, when ip6_dst and in6p_laddritojun
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-04Change a few variable/tables to const since they are read-only.matt
2001-11-04Keep only one mtu_table (the two were identical except formatt