summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
AgeCommit message (Expand)Author
2006-08-30fix initializerchristos
2006-07-30ugh.. more stuff that's overdue and should not be in 4.0: remove theelad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-08#if -> #ifdefliamjfoy
2006-04-15Coverity CID 1134: Protect against NULL deref.christos
2006-02-18Print the source and destination IP in ip_forward's DIAGNOSTIC codejoerg
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-01Don't decrement the ttl, until we are sure that we can forward this packet.christos
2005-10-23No need to pass an interface when only the mtu is needed. From OpenBSD viachristos
2005-08-05Add sysctls for IP, ICMP, TCP, and UDP statistics.elad
2005-06-28- Return ICMP_UNREACH_NET when no route found as perseanb
2005-06-09Properly fix the constipated lossage wrt -Wcast-qual and the sysctlatatat
2005-06-01Unconstify rnode to prevent compile error when GATEWAY option set.blymn
2005-04-29move decl of inetsw to its own header to avoid array of incomplete type.yamt
2005-04-18fix problems related to loopback interface checksum omission. PR/29971.yamt
2005-03-29ip_reass: clear stale csum_flags.yamt
2005-02-26nuke trailing whitespaceperry
2005-02-03ANSIfy function declarationsperry
2005-02-02de-__P -- will ANSIfy .c files later.perry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2004-12-19yamt's changes seem to fix all the checksumming issues. Turn the loopbackchristos
2004-12-17Turn checksumming on loopback back on until we fix the bugs in it.christos
2004-12-15Don't perform checksums on loopback interfaces. They can be reenabled withthorpej
2004-10-06Add a comment to document what setting "srcrt" is really on about in ipintr()darrenr
2004-09-29PR/27081: Sean Boudreau: ip_input() bad csum count not incremented on sw csumchristos
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-05-02at line 543, we do a pullup here of hlen bytes into the mbuf,darrenr
2004-05-01Use EVCNT_ATTACH_STATIC{,2}matt
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-01In ip_reass_ttl_descr, make i signed since it's compared to >= 0matt
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-01-15correct typo in 1.94 -> 1.95. pointed out by Shiva Shenoyitojun
2003-12-14Fix syntax errors in CHECK_NMBCLUSTER_PARAMS().thorpej
2003-12-14Second part of hashed IP_reassembly changes:jonathan
2003-12-12Make fast-ipsec and ipflow (Fast Forwarding) interoperate.scw
2003-12-08Add new field ipq_nfrags to struct ipq. Maintain count of fragmentsjonathan
2003-12-07KNF: s/unsigned/u_int/, in a couple of places I missed.jonathan
2003-12-06Replace the single global IP reassembly list/listhead, with ajonathan
2003-12-04Dynamic sysctl.atatat
2003-12-04ipflow (IP fast forwarding) is not compatible with FAST_IPSEC either.scw
2003-11-26define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID).itojun
2003-11-24For FAST_IPSEC, ipfilter gets to see wire-format IPsec-encapsulated packetsscw
2003-11-19Correct number of arguments to sysctl_rdint.fvdl
2003-11-19Patch back support for (badly) randomized IP ids, by request:jonathan
2003-11-17Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix:jonathan
2003-11-12KNFitojun
2003-11-11Change global head-of-local-IP-address list from in_ifaddr tojonathan
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan