| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some initial locking to gif(4). It doesn't covers the whole driver, | glebius | 2006-01-30 | 1 | -0/+2 |
* | Back out of r1.148, it causes two arp replies to be sent with different mac | thompsa | 2006-01-29 | 1 | -1/+1 |
* | When doing IP forwarding with [FAST_]IPSEC compiled into the kernel | andre | 2006-01-24 | 1 | -8/+10 |
* | In ip_mdq() compute the TV_DELTA the correct way around. | andre | 2006-01-24 | 1 | -1/+1 |
* | In in_control() remove the temporary in_ifaddr structure from the | andre | 2006-01-24 | 1 | -1/+2 |
* | Fix minor bug in uRPF: | oleg | 2006-01-24 | 1 | -2/+8 |
* | Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8) | glebius | 2006-01-24 | 1 | -0/+20 |
* | Fix build. | glebius | 2006-01-23 | 1 | -1/+1 |
* | Simplify ip_next_mtu() and make its logic more easy to see while | andre | 2006-01-23 | 1 | -19/+12 |
* | Convert remaining functions to ANSI C function declarations; remove | rwatson | 2006-01-22 | 1 | -77/+33 |
* | Convert last remaining function in ip_gre.c to ANSI C function | rwatson | 2006-01-22 | 1 | -3/+1 |
* | Fix stack corruptions on amd64. | bz | 2006-01-21 | 2 | -27/+5 |
* | - Change the return type for init_tables from void to int so we can propagate | csjp | 2006-01-20 | 1 | -10/+25 |
* | Destroy the dynamic rule zone in the event that we fail to insert the | csjp | 2006-01-20 | 1 | -0/+1 |
* | Do not derefence the ip header pointer in the IPv6 case. | andre | 2006-01-18 | 2 | -0/+2 |
* | In in_delayed_cksum() we can't perform a m_pullup() as it may | andre | 2006-01-18 | 1 | -2/+2 |
* | In syncache_expand() insert a proper syncache_free() to fix a case | andre | 2006-01-18 | 1 | -1/+4 |
* | Prevent dereferencing a NULL route pointer when trying to update the | andre | 2006-01-18 | 1 | -1/+2 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 2 | -19/+19 |
* | Modify the IP fragment reassembly code so that it uses a new UMA zone, | rwatson | 2006-01-15 | 1 | -21/+81 |
* | Staticize ipqlock, since it is local to ip_input.c. | rwatson | 2006-01-15 | 1 | -1/+1 |
* | Check the correct TTL in both the IPv6 and IPv4 cases. | gnn | 2006-01-14 | 2 | -4/+16 |
* | UMA can return NULL not only in case when our zone is full, but | glebius | 2006-01-14 | 1 | -1/+7 |
* | Remove dead code: 'opts' is not used in udp_append(), only in udp_input(), | rwatson | 2006-01-14 | 1 | -3/+0 |
* | Include the bridge interface itself in the special arp handling. | thompsa | 2006-01-12 | 1 | -1/+1 |
* | Correct insecure temporary file usage in texindex. [06:01] | cperciva | 2006-01-11 | 1 | -1/+1 |
* | Add RFC 3378 EtherIP support. This change makes it possible to add gif | thompsa | 2005-12-21 | 2 | -0/+29 |
* | Use consistent indent character as other IPPROTO_* lines did. | delphij | 2005-12-20 | 1 | -1/+1 |
* | Add protocol number for SCTP. | gnn | 2005-12-20 | 1 | -0/+1 |
* | Add a knob to suppress logging of attempts to modify | glebius | 2005-12-18 | 1 | -6/+11 |
* | Add descriptions for sysctl -d. | emaste | 2005-12-16 | 1 | -5/+5 |
* | Cleanup __FreeBSD_version. | glebius | 2005-12-16 | 1 | -5/+0 |
* | Use %t (ptrdiff_t modifier) to print a couple of pointer differences rather | jhb | 2005-12-15 | 1 | -2/+2 |
* | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | mux | 2005-12-14 | 3 | -6/+6 |
* | Add a new feature for optimizining ipfw rulesets - substitution of the | glebius | 2005-12-13 | 2 | -5/+18 |
* | When we drop packet due to no space in output interface output queue, also | glebius | 2005-12-06 | 1 | -0/+1 |
* | Optimize parallel processing of ipfw(4) rulesets eliminating the locking | glebius | 2005-12-06 | 1 | -71/+54 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -1/+1 |
* | obey opt_inet6.h and opt_ipsec.h in kernel build directory. | ume | 2005-11-29 | 2 | -3/+3 |
* | Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(), | glebius | 2005-11-29 | 2 | -44/+1 |
* | First step in removing welding between ipfw(4) and dummynet. | glebius | 2005-11-29 | 2 | -288/+285 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix for a bug that causes SACK scoreboard corruption when the limit | ps | 2005-11-21 | 1 | -6/+21 |
* | Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't | andre | 2005-11-19 | 2 | -36/+0 |
* | Move MAX_IPOPTLEN and struct ipoption back into ip_var.h as | andre | 2005-11-19 | 2 | -13/+13 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 14 | -681/+794 |
* | Purge layer specific mbuf flags on layer crossings to avoid confusing | andre | 2005-11-18 | 1 | -1/+12 |
* | Rework icmp_error() to deal with truncated IP packets from | andre | 2005-11-18 | 1 | -48/+54 |
* | In ip_forward() copy as much into the temporary error mbuf as we | andre | 2005-11-18 | 1 | -3/+2 |
* | MFOpenBSD 1.62: | glebius | 2005-11-17 | 1 | -2/+4 |