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