| Age | Commit message (Expand) | Author |
| 2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | itojun |
| 2003-11-19 | Patch back support for (badly) randomized IP ids, by request: | jonathan |
| 2003-11-17 | Revert the (default) ip_id algorithm to the pre-randomid algorithm, | jonathan |
| 2003-10-17 | Increment stats when packet is dropped since there is no room | enami |
| 2003-10-14 | more correction to ip_fragment; free mbuf correctly if ENOBUFS is raised | itojun |
| 2003-10-14 | avoid mbuf leak on ip_fragment(); obey 4.4bsd mbuf passing rule (mbuf passed | itojun |
| 2003-10-03 | when dropping M_PKTHDR, need to free m_tag associated with it. | itojun |
| 2003-10-01 | correct ip_fragment() wrt ip->ip_off handling. | itojun |
| 2003-09-19 | Fast-ipsec can call ip_output() with a null 'struct socket *so' | jonathan |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-08-27 | don't intiialize m by m0, m0 is not initialized (by introduction of ip_fragment) | itojun |
| 2003-08-23 | need sys/domain.h for FAST_IPSEC case; jonathan | 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 | Change KAME code for ip_output()/ip6_output() to obtain struct socket* | jonathan |
| 2003-08-19 | remove unneeded #ifdef __NetBSD__ | itojun |
| 2003-08-19 | make ip_fragment public (it is for coming PF integration) | itojun |
| 2003-08-19 | make ip_fragment static and add prototype. | christos |
| 2003-08-19 | correct ip_multicast_if fix to always set ifp (tnx Shiva) | itojun |
| 2003-08-18 | fix problem we can't drop membership on !IFF_UP interface. | itojun |
| 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-30 | freebsd code somehow crept in | itojun |
| 2003-06-30 | after pfil_run_hooks, need to fix hlen as well | itojun |
| 2003-06-26 | tabify | itojun |
| 2003-05-26 | - don't pass mbufs with M_CSUM_* flags which isn't supported by the interface | yamt |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-09-17 | From FreeBSD (1.164) courtesy of Maxim Konovalov: | darrenr |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-24 | set ia as well | itojun |
| 2002-06-24 | do not consult routing table under the following condition: | itojun |
| 2002-06-09 | whitespace | itojun |
| 2002-05-31 | since if_mtu is u_long, use u_long for mtu. | itojun |
| 2002-02-07 | IFF_POINTTOPOINT interfaces can also transmit packets to broadcast | thorpej |
| 2002-02-06 | ip_mloopback(): process the delayed checksum on the copy, not | thorpej |
| 2002-01-31 | correct bad ip checksum on multicast loopback packet. PR14597 | itojun |
| 2002-01-22 | make sure to check address family on route cache. with IPv4 mapped | itojun |
| 2002-01-08 | don't panic when there's no interface address exist for the specified multicast | itojun |
| 2001-11-21 | update outgoing ifp, only if tunnel mode ipsec is used. this is to | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-08-11 | fix cksum error of udp and tcp packet with ip options | yamt |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-26 | Remove one #ifdef vax, bugfix another. Should probably be #ifdef i386 also. | ragge |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-02-27 | remove obsolete #if 0'ed section | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2001-01-13 | allow IP_MULTICAST_IF and IP_ADD/DROP_MEMBERSHIP to specify interface | itojun |
| 2001-01-13 | on getsockopt(IP_IPSEC_POLICY), make sure to initialize len | itojun |