| Age | Commit message (Expand) | Author |
| 2004-01-02 | some corrections from markus@openbsd; | itojun |
| 2003-11-19 | Footwork for fast-ipsec and IPv6: when compiling sys/netinet/tcp_input.c | jonathan |
| 2003-10-24 | Fix the bug in the tcp transmit prediction code. | ragge |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-09-10 | cut-and-paste error. Valeriy E. Ushakov | itojun |
| 2003-09-10 | if IPsec inbound policy mismatches, respond to SYN with RST (instead of | itojun |
| 2003-09-06 | clarify flowlabel handling | itojun |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-22 | make sure so is properly initialized | itojun |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-22 | Replace the set_socket() method of passing an extra struct socket* | jonathan |
| 2003-08-21 | Honour the M_CSUM_NO_PSEUDOHDR, if set on inbound TCP and UDP packets. | jonathan |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-20 | As a temporary workaround, apply the fix from PR#20390, thereby | he |
| 2003-07-02 | Fix previous bug. Thanks to Enami for spotting the (obvious) error, and | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Add code to remember where in the send queue of mbufs the last packet was | ragge |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2003-05-30 | inherit IPV6_V6ONLY from listening socket. PR 21713 | itojun |
| 2003-05-17 | no need for ip_v recovery in output path too | itojun |
| 2003-05-17 | ip checksum logic no longer damage ip_v | itojun |
| 2003-05-16 | use strlcpy | itojun |
| 2003-05-14 | always use PULLDOWN_TEST codepath. | itojun |
| 2003-03-01 | Allow TCP connections to hosts on a local network to use a larger | thorpej |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-25 | Swap neighboring lines of callout_init() and bzero() of container | he |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-10-22 | Make sure TF_REQ_TSTMP and TF_REQ_SCALE get set correctly in the new | thorpej |
| 2002-10-22 | In tcp_input(): | simonb |
| 2002-10-16 | correct log_refused check (TH_SYN, !TH_RST and !TH_ACK). PR 18669 | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-09-05 | always consult SS_CANTRCVMORE. PR 18185 | itojun |
| 2002-08-28 | Fix a problem introduced in rev 1.103, where we recycle a TIME_WAIT | thorpej |
| 2002-08-19 | better sync w/kame on deprecated address handling. check af == AF_INET6. | itojun |
| 2002-08-19 | pull in deprecated address handling from KAME sys/netinet6/tcp6_input.c. | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-07-18 | When a new connection arrives on a listening port, copy over the | wrstuden |
| 2002-07-03 | Rename sbappend_stream() to sbappendstream(), per suggestion from | thorpej |
| 2002-07-03 | Make insertion of data into socket buffers O(C): | thorpej |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-29 | split logging code in order to reduce maximum stack usage. | yamt |
| 2002-06-11 | share policy-on-pcb for listening socket. sync w/kame | itojun |
| 2002-06-09 | whitespace | itojun |
| 2002-05-28 | use arc4random() where possible. | itojun |
| 2002-05-07 | Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP's | matt |
| 2002-03-24 | Change the multicast/broadcast test to happen later, and when we are | christos |
| 2002-03-22 | no need to check in_broadaddr/IN_MULTICAST in dropwithreset label. | itojun |