| Age | Commit message (Expand) | Author |
| 2006-09-02 | increment ips_total too. | liamjfoy |
| 2006-08-31 | Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. | dyoung |
| 2006-08-30 | Fix initializers. | christos |
| 2006-08-30 | fix initializer | christos |
| 2006-08-30 | static comes first | christos |
| 2006-08-30 | fix initializers | christos |
| 2006-08-30 | add missing initializers | christos |
| 2006-08-30 | fix initializers and add const. | christos |
| 2006-08-30 | Fix initializers | christos |
| 2006-08-28 | icmp_input: don't assume relations between PRC_ and ICMP_ values. | yamt |
| 2006-08-28 | Remove excess initializer. | christos |
| 2006-08-25 | One step closer to loadable domains. Store pointers to a domain's soft | matt |
| 2006-07-30 | ugh.. more stuff that's overdue and should not be in 4.0: remove the | elad |
| 2006-07-28 | Extract predicate M_UNWRITABLE(m, len), which is true iff len | dyoung |
| 2006-07-28 | Fix mtod() usage. If we will write to the mbuf data, check whether | dyoung |
| 2006-07-28 | Fix mtod() usage. If we will write to the mbuf data, check whether | dyoung |
| 2006-07-28 | Where mbuf data may be read-only/shared, use mtod(m, const ...). | dyoung |
| 2006-07-28 | Use bpf_mtap_af(). KNF slightly. | dyoung |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-22 | revert stuff that shouldn't have gone in. | rpaulo |
| 2006-07-22 | TCP RFC is 793, not 783. | rpaulo |
| 2006-07-16 | get rid of CURTAIN() macro. inline the last use of it, together | elad |
| 2006-07-12 | Remove test for M_CSUM_TSOv6 flag which is not (yet) defined in | tron |
| 2006-07-12 | Add diagnostic checks for hardware-assisted checksum related flags in | tron |
| 2006-07-10 | Wrap long lines, unwrap a short line. | peter |
| 2006-07-10 | Moves the PF_GENERATED m_tag to the new packet in icmp_error. | peter |
| 2006-06-13 | Prototype for tvtohz() is no longer needed here. | riz |
| 2006-06-13 | Remove implementation of tvtohz() - since the timecounters branch | riz |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-28 | remove some dead code | liamjfoy |
| 2006-05-27 | Revert rev 1.241: calling m_makewritable() in tcp_input causes problems when | bouyer |
| 2006-05-25 | If we're going to byteswap fields in the TCP header, make sure the mbuf | bouyer |
| 2006-05-25 | Make sure the mbuf is writable before trying to write to it. | bouyer |
| 2006-05-25 | remove a little white space | liamjfoy |
| 2006-05-24 | Add a check for our own advertisements. This is due to non-simplex | liamjfoy |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-05-15 | kauth fallout | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | Comment out attribute packed. Gcc4 warns us that the field is too narrow | christos |
| 2006-05-12 | since ar_tha() can return NULL, don't pass it directly to functions | mrg |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-08 | #if -> #ifdef | liamjfoy |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-04-25 | - use MAXTTL | liamjfoy |
| 2006-04-15 | Coverity CID 1153: Add KASSERT before deref. | christos |
| 2006-04-15 | Coverity CID 1152: Add KASSERT before deref. | christos |
| 2006-04-15 | Coverity CID 1149: Add KASSERT before deref. | christos |
| 2006-04-15 | Coverity CID 1148: Add KASSERT before deref. | christos |
| 2006-04-15 | Coverity CID 1134: Protect against NULL deref. | christos |
| 2006-04-15 | Move pf2 assignment after we've assigned pf. | christos |