| 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 |
| 2007-12-16 | Oops. Remove kauth.h inclusion. | elad |
| 2007-12-16 | Really fix low port allocation, by always passing a valid lwp to | elad |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-02-12 | Add support for IPsec Network Address Translator traversal (NAT-T), as | manu |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2002-11-02 | cleanup ipsec.h dependency. commented by perry, sync w/kame | itojun |
| 2002-06-09 | whitespace | itojun |
| 2001-07-02 | on interface removal, remove multicast groups joined from pcb, before | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1998-10-05 | * in_pcblookup_port(): deprecate INPLOOKUP_WILDCARD and flags in favour | lukem |
| 1998-05-18 | Move the ppcb pointer towards the front of the structure so that it and the | matt |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-01-07 | add the following, derived from FreeBSD: | lukem |
| 1997-10-14 | Add support for returning maximum supported MTU when ip_output fails with | matt |
| 1997-09-22 | Implement in_pcbrtentry() - return the route associated with a PCB. If | thorpej |
| 1997-07-23 | Pull SYN_cache_branch down into the main line. | thorpej |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-09-17 | Overlay inp_faddr and inp_laddr into the header prototype. | mycroft |
| 1996-09-15 | Hash unconnected PCBs. | mycroft |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1996-01-31 | Build a hash table of PCBs. Hash function needs tweaking. | mycroft |
| 1995-06-18 | convert pcb lists to CIRCLEQs, so that the end can be looked at more | cgd |
| 1995-06-12 | in_pcbnotify*() don't return anything. | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1995-03-26 | KERNEL -> _KERNEL | jtc |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-01-08 | Fix some inconsistent spacing; spaces at the end of lines, etc. | mycroft |
| 1993-12-08 | More multicast stuff. | hpeyerl |
| 1993-05-20 | more rcsid additions and file header cleanups | cgd |
| 1993-04-19 | Add consistent multiple-inclusion protection. | mycroft |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |