| Age | Commit message (Expand) | Author |
| 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 |
| 2007-01-13 | Unconditionally zero and free iproute. Before IPsec tunnel packets e.g. | joerg |
| 2007-01-08 | ip_output: reload ip_len after running pfil_run_hooks. | yamt |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-06 | Remove stray curly brace. Thanks, yamt! | dyoung |
| 2006-12-06 | KNF. | dyoung |
| 2006-11-25 | move tso-by-software code to their own files. no functional changes. | yamt |
| 2006-11-13 | Add a source-address selection policy mechanism to the kernel. | dyoung |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 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-05-15 | kauth fallout | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-23 | Handle IPSEC_NAT_T in the FAST_IPSEC case. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-19 | People have to read this code, so I am removing the double-negative | dyoung |
| 2005-09-11 | Replace plain 255 by MAXTTL. | seb |
| 2005-09-11 | Allow the multicast_ttl and the multicast_loop options to be set with both | christos |