| Age | Commit message (Expand) | Author |
| 2011-05-03 | *_drain() routines may be called with locks held, so instead of doing | dyoung |
| 2010-11-05 | ip_reass_packet: finish abstraction; some clean-up. | rmind |
| 2010-08-25 | Use own IPv4 reassembly queue entry structure and leave struct ipqent only | rmind |
| 2010-07-19 | Revert previous change of making struct ipqent invisible to userland. | rmind |
| 2010-07-19 | Abstract IP reassembly into single generic routine - ip_reass_packet(). | rmind |
| 2010-07-13 | Split-off IPv4 re-assembly mechanism into a separate module. Abstract | rmind |
| 2009-02-01 | Init ipflow pool dynamically instead of using a linkset. | pooka |
| 2008-10-12 | update ip_pcbopts() to use sockopt(9) API. | plunky |
| 2008-08-16 | constify sockopt in the PRCO_SETOPT path | plunky |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-09 | - ipflow is not used outside ip_flow.c; move its definition there. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-02-06 | Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a | matt |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-22 | Make sure ip_newid etal doesn't return an ip_id of 0. | matt |
| 2007-12-22 | Add ipq_tos to struct ipqe. (Doesn't increase size since the last member | matt |
| 2007-10-02 | Delete the unused second argument to ip_stripoptions(), move it | dyoung |
| 2007-03-25 | Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size. | liamjfoy |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-11-22 | revert rev.1.72 as it isn't necessary. | yamt |
| 2005-05-06 | Add #include <sys/protosw.h> when _KERNEL | matt |
| 2005-04-29 | move decl of inetsw to its own header to avoid array of incomplete type. | yamt |
| 2005-04-07 | when doing TSO, avoid to use duplicated ip_id heavily. | yamt |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-04-22 | Constify protosw arrays. This can reduce the kernel .data section by | matt |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 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-06 | Replace the single global IP reassembly list/listhead, with a | jonathan |
| 2003-11-26 | define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID). | itojun |
| 2003-11-25 | knf | itojun |
| 2003-11-17 | Revert the (default) ip_id algorithm to the pre-randomid algorithm, | jonathan |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-08-19 | make ip_fragment public (it is for coming PF integration) | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Protect opt_*.h includes by _KERNEL_OPT | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |