| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-10-18 | Fix indent. | enami |
| 2003-09-25 | Fix glaring errors in recent changes. | mycroft |
| 2003-09-12 | send icmp admin prohibit if socket policy mismatches. | itojun |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | 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-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-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 | 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-05-14 | always use PULLDOWN_TEST codepath. | itojun |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-01-19 | Remove variables that are only assigned too but not referenced. | simonb |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-09 | whitespace | itojun |
| 2002-05-12 | Eliminate commons. | matt |
| 2001-12-21 | comment and whitespace. sync with kame | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-07 | do not grab packet to joined multicast group, when ip6_dst and in6p_laddr | itojun |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-11-02 | array boundary overflow on the use of IPv4 mapped address. from simonb | itojun |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-24 | remove unused codepath (unifdef -UUDP6) | itojun |
| 2001-10-15 | implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. | itojun |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-25 | g/c #if 0'ed fragment. sync with kame. | itojun |
| 2001-07-17 | Add missing counting up of ``socket buffer is full'' counter when | enami |
| 2001-07-03 | call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). | itojun |
| 2001-06-27 | fix udp reception to sockets bound to linklocal address (like fe80::1%lo0). | itojun |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-31 | missing opt_inet.h | soda |
| 2001-05-08 | correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix() | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-12-04 | more on previous (udp4 multicast fix) | itojun |
| 2000-12-04 | fix multicast inbound packet processing. | itojun |
| 2000-10-17 | be more friendly with INET-less build. | itojun |
| 2000-08-30 | minor typo. s/iPsec/IPsec/ | itojun |
| 2000-07-24 | Drop packet, increment udps_badlen if the udp header length field | sommerfeld |
| 2000-07-07 | sync with kame. | itojun |
| 2000-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete reduncdant decl of inetctlerrmap - it's in <netinet/in_var.h>. | simonb |