| Commit message (Expand) | Author | Age | Files | Lines |
* | Define two new inpcb flags in the inp_vflag field, which for whatever | rwatson | 2006-03-26 | 1 | -0/+2 |
* | Minor style tweak: tab after #define, not space. | rwatson | 2006-03-26 | 1 | -4/+4 |
* | Explicitly assert socket pointer is non-NULL in tcp_input() so as to | rwatson | 2006-03-26 | 3 | -14/+16 |
* | o Introduce carp_multicast_cleanup(), which removes and frees | glebius | 2006-03-21 | 2 | -85/+101 |
* | Add descriptions for the sysctls: | keramida | 2006-03-20 | 1 | -4/+4 |
* | Make net.inet.ip.portrange.reservedhigh and | dwmalone | 2006-03-19 | 1 | -0/+2 |
* | Change soabort() from returning int to returning void, since all | rwatson | 2006-03-16 | 1 | -1/+1 |
* | Further refine the bridge hack in the arp code. Only do the special arp | thompsa | 2006-03-07 | 1 | -2/+2 |
* | - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). | glebius | 2006-03-03 | 1 | -7/+5 |
* | Rework TCP window scaling (RFC1323) to properly scale the send window | andre | 2006-02-28 | 4 | -40/+42 |
* | This patch fixes the problem where the current TCP code can not handle | qingli | 2006-02-23 | 3 | -3/+4 |
* | Obey opt_inet6.h in kernel build directory. | ume | 2006-02-20 | 1 | -2/+0 |
* | Remove unneeded includes and provide more accurate description | andre | 2006-02-18 | 3 | -6/+4 |
* | Add missing TH_PUSH to the TH_FLAGS enumeration. | andre | 2006-02-18 | 1 | -1/+1 |
* | Have TCP Inflight disable itself if the RTT is below a certain | andre | 2006-02-16 | 6 | -2/+38 |
* | In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr() | andre | 2006-02-16 | 1 | -16/+10 |
* | Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead | andre | 2006-02-16 | 1 | -20/+0 |
* | When sending a packet from dummynet, indicate that we're forwarding | ru | 2006-02-14 | 3 | -8/+2 |
* | Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry. | qingli | 2006-02-09 | 1 | -5/+4 |
* | Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncache | qingli | 2006-02-08 | 1 | -3/+2 |
* | Fixes a crash due to the memory of the newly allocated syncache entry | qingli | 2006-02-07 | 1 | -0/+1 |
* | Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including | oleg | 2006-02-07 | 1 | -0/+7 |
* | Never select the PCB that has INP_IPV6 flag and is bound to :: if | ume | 2006-02-04 | 1 | -1/+23 |
* | Dropping the lock in the transmit_event() is not safe, because we | glebius | 2006-02-03 | 1 | -94/+115 |
* | Axe unused function. | glebius | 2006-02-03 | 1 | -38/+0 |
* | Use PFIL_HOOKED macros in if_bridge and pass the right argument to | csjp | 2006-02-02 | 1 | -1/+1 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 4 | -49/+14 |
* | Move the IPSEC related code blocks to their own file to unclutter | andre | 2006-02-01 | 4 | -445/+653 |
* | Brain-o (use standard int types now). | ru | 2006-02-01 | 1 | -2/+2 |
* | Fix multicast routing on 64-bit platforms. | ru | 2006-01-31 | 1 | -2/+2 |
* | Now that the bridge also processes Ethernet frames as itself, two arp replies | thompsa | 2006-01-31 | 1 | -2/+4 |
* | 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 |