summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Further refine the bridge hack in the arp code. Only do the special arpthompsa2006-03-071-2/+2
* - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().glebius2006-03-031-7/+5
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-284-40/+42
* This patch fixes the problem where the current TCP code can not handleqingli2006-02-233-3/+4
* Obey opt_inet6.h in kernel build directory.ume2006-02-201-2/+0
* Remove unneeded includes and provide more accurate descriptionandre2006-02-183-6/+4
* Add missing TH_PUSH to the TH_FLAGS enumeration.andre2006-02-181-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainandre2006-02-166-2/+38
* In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()andre2006-02-161-16/+10
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadandre2006-02-161-20/+0
* When sending a packet from dummynet, indicate that we're forwardingru2006-02-143-8/+2
* Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry.qingli2006-02-091-5/+4
* Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncacheqingli2006-02-081-3/+2
* Fixes a crash due to the memory of the newly allocated syncache entryqingli2006-02-071-0/+1
* Fix five years old bug in ip_reass(): if we are using 'full' (i.e. includingoleg2006-02-071-0/+7
* Never select the PCB that has INP_IPV6 flag and is bound to :: ifume2006-02-041-1/+23
* Dropping the lock in the transmit_event() is not safe, because weglebius2006-02-031-94/+115
* Axe unused function.glebius2006-02-031-38/+0
* Use PFIL_HOOKED macros in if_bridge and pass the right argument tocsjp2006-02-021-1/+1
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-024-49/+14
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-014-445/+653
* Brain-o (use standard int types now).ru2006-02-011-2/+2
* Fix multicast routing on 64-bit platforms.ru2006-01-311-2/+2
* Now that the bridge also processes Ethernet frames as itself, two arp repliesthompsa2006-01-311-2/+4
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-301-0/+2
* Back out of r1.148, it causes two arp replies to be sent with different macthompsa2006-01-291-1/+1
* When doing IP forwarding with [FAST_]IPSEC compiled into the kernelandre2006-01-241-8/+10
* In ip_mdq() compute the TV_DELTA the correct way around.andre2006-01-241-1/+1
* In in_control() remove the temporary in_ifaddr structure from theandre2006-01-241-1/+2
* Fix minor bug in uRPF:oleg2006-01-241-2/+8
* Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)glebius2006-01-241-0/+20
* Fix build.glebius2006-01-231-1/+1
* Simplify ip_next_mtu() and make its logic more easy to see whileandre2006-01-231-19/+12
* Convert remaining functions to ANSI C function declarations; removerwatson2006-01-221-77/+33
* Convert last remaining function in ip_gre.c to ANSI C functionrwatson2006-01-221-3/+1
* Fix stack corruptions on amd64.bz2006-01-212-27/+5
* - Change the return type for init_tables from void to int so we can propagatecsjp2006-01-201-10/+25
* Destroy the dynamic rule zone in the event that we fail to insert thecsjp2006-01-201-0/+1
* Do not derefence the ip header pointer in the IPv6 case.andre2006-01-182-0/+2
* In in_delayed_cksum() we can't perform a m_pullup() as it mayandre2006-01-181-2/+2
* In syncache_expand() insert a proper syncache_free() to fix a caseandre2006-01-181-1/+4
* Prevent dereferencing a NULL route pointer when trying to update theandre2006-01-181-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-182-19/+19
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Check the correct TTL in both the IPv6 and IPv4 cases.gnn2006-01-142-4/+16
* UMA can return NULL not only in case when our zone is full, butglebius2006-01-141-1/+7
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),rwatson2006-01-141-3/+0
* Include the bridge interface itself in the special arp handling.thompsa2006-01-121-1/+1
* Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-111-1/+1
OpenPOWER on IntegriCloud