| Age | Commit message (Expand) | Author |
| 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 |
| 2005-08-18 | - introduce M_MOVE_PKTHDR and use it where appropriate. | yamt |
| 2005-08-10 | move {tcp,udp}_do_loopback_cksum back to tcp/udp | yamt |
| 2005-05-29 | - add const | christos |
| 2005-04-18 | ip_output: handle the case M_CSUM_TSOv4 but !IFCAP_TSOv4. | yamt |
| 2005-04-18 | fix problems related to loopback interface checksum omission. PR/29971. | yamt |
| 2005-04-07 | when doing TSO, avoid to use duplicated ip_id heavily. | yamt |
| 2005-03-11 | Set ip_len to 0 in the wm driver when TSO is being used. | matt |
| 2005-03-10 | In ip_fragment(): | thorpej |
| 2005-03-09 | Move all the hardware-assisted checksum/segment offload code together. | matt |
| 2005-03-06 | Add IPv4/TCP hooks for TCP Segment Offload on transmit. | matt |
| 2005-03-05 | Fix checksum offload for fragmented packets. From John Heasley | briggs |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-18 | My last change for pseudo-header checksums was flawed. The pseudo-header | heas |
| 2005-02-12 | For controllers (eg: hme & gem) that can only perform linear hardware checksums | heas |
| 2005-02-12 | Add support for IPsec Network Address Translator traversal (NAT-T), as | manu |
| 2005-02-03 | ANSIfy function declarations | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-12-04 | Convert lo(4) to a clonable device. | peter |
| 2004-10-06 | Slight simplification to IFA_STATS handling. | thorpej |
| 2004-09-04 | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on | manu |
| 2004-07-06 | Remove broken code for now: getsockopt(s, IPPROTO_IP, IP_IPSEC_POLICY,...). | minoura |
| 2004-06-01 | update mtu value if outgoing interface changes with ipsec ops | itojun |
| 2004-05-18 | Fix buffer overrun in in_pcbopts() (FreeBSD PR/66386) | christos |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2004-03-02 | Use the new IPSEC_PCB_SKIP_IPSEC() to bypass a socket policy lookup | thorpej |
| 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 |