| Age | Commit message (Expand) | Author |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-27 | implement IP_PKTINFO and IP_RECVPKTINFO. | christos |
| 2013-06-08 | Split IPsec code in ip_input() and ip_forward() into the separate routines | rmind |
| 2013-06-08 | Split IPSec logic from ip_output() into a separate routine - ipsec4_output(). | rmind |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-06-04 | PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access | christos |
| 2013-02-02 | get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest | kefren |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2012-06-22 | PR/46602: Move the rfc6056 port randomization to the IP layer. | christos |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-02-15 | fix for IPSEC tunnel + NAT-T + esp_frag: | drochner |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-10-31 | redo ip_output.c rev.1.206 and 1.207 differently. PR/43664. | yamt |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-04-14 | after ip_input.c rev.1.285 and 1.286, restore kernel_lock for if_output. | yamt |
| 2011-04-09 | PR kern/43664: | martin |
| 2011-04-09 | We do not do checksums on loopback interfaces, not even if fragmenting. | martin |
| 2009-07-17 | Add the IP_MINTTL socket option. | minskim |
| 2009-07-16 | Add the IP_RECVTTL option support. | minskim |
| 2009-07-01 | From Wolfgang Stukenbrock in PR kern/41659: add missing splx(). | martin |
| 2009-05-06 | Remove some usage of "priv" and "privileged" variables and instead pass | elad |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-10-12 | update ip_pcbopts() to use sockopt(9) API. | plunky |
| 2008-10-12 | do not sleep while allocating memory here as socket lock is held | 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-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | 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 |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase | dyoung |
| 2008-01-12 | Good-bye, rtcache_check(). Call both rtcache_validate() and | dyoung |
| 2007-12-29 | Restore correctly the sp level in case of FAST_IPSEC + IPSEC_NAT_T | degroote |
| 2007-12-29 | Simplify the FAST_IPSEC output path | degroote |
| 2007-12-21 | Add fix for ip_id information leakage. Since the leakage information is | matt |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-11-28 | Move IN_NEED_CHECKSUM() to in_offload.h for re-use. | dyoung |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2007-09-02 | m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...). | dyoung |
| 2007-09-02 | m_copy() was deprecated, apparently, long ago. m_copy(...) -> | dyoung |
| 2007-08-28 | Fix ipv4 multicast that could sometimes send packets with the wrong | cube |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-17 | Join lines. | dyoung |
| 2007-01-29 | bzero -> memset. | dyoung |
| 2007-01-29 | In ip_setmoptions(), don't leave a route cache (struct route) on | dyoung |