summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_flow.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDslukem
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-06-12receive, not recievewiz
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2000-06-30Pass the correct destination address for the route-to-gateway case.thorpej
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
1999-10-17If a packet came in as link-level broadcast or link-level multicast, don'tsommerfeld
1999-03-26security: test for ip_len < ip_hl <<2 and drop packet accordinglyproff
1999-01-28~htons(...) is always negative.itohy
1999-01-25One more tweak to the checksum hack, and I promise I'm done. B-)mycroft
1999-01-25Absolutely minor tweak to generate better code.mycroft
1999-01-24Update the comment about the checksum hack. It was way out of date.mycroft
1999-01-24Modify the checksum slightly so that the htons()s can all be combined.mycroft
1998-10-08Use the pool allocator for ipflow entries.thorpej
1998-06-10Truncate mbufs to the correct length before forwarding; fixes pr5560sommerfe
1998-06-02In addition to the IP flow hash table, put the flows on a list. The tablethorpej
1998-05-18Fix two bugs.matt
1998-05-04Default IP flow to being enabled. Add a sysctl to control the maximummatt
1998-05-04- kern/5380 (Dennis Ferguson): fix incremental IP header checksum.thorpej
1998-04-29Add support for "fast" forwarding. Add hooks in if_ethersubr.c andmatt