aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Rework TCP window scaling (RFC1323) to properly scale the send windowAndre Oppermann2006-02-284-40/+42
* This patch fixes the problem where the current TCP code can not handleQing Li2006-02-233-3/+4
* Obey opt_inet6.h in kernel build directory.Hajimu UMEMOTO2006-02-201-2/+0
* Remove unneeded includes and provide more accurate descriptionAndre Oppermann2006-02-183-6/+4
* Add missing TH_PUSH to the TH_FLAGS enumeration.Andre Oppermann2006-02-181-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainAndre Oppermann2006-02-166-2/+38
* In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()Andre Oppermann2006-02-161-16/+10
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadAndre Oppermann2006-02-161-20/+0
* When sending a packet from dummynet, indicate that we're forwardingRuslan Ermilov2006-02-143-8/+2
* Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry.Qing Li2006-02-091-5/+4
* Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncacheQing Li2006-02-081-3/+2
* Fixes a crash due to the memory of the newly allocated syncache entryQing Li2006-02-071-0/+1
* Fix five years old bug in ip_reass(): if we are using 'full' (i.e. includingOleg Bulyzhin2006-02-071-0/+7
* Never select the PCB that has INP_IPV6 flag and is bound to :: ifHajimu UMEMOTO2006-02-041-1/+23
* Dropping the lock in the transmit_event() is not safe, because weGleb Smirnoff2006-02-031-94/+115
* Axe unused function.Gleb Smirnoff2006-02-031-38/+0
* Use PFIL_HOOKED macros in if_bridge and pass the right argument toChristian S.J. Peron2006-02-021-1/+1
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-024-49/+14
* Move the IPSEC related code blocks to their own file to unclutterAndre Oppermann2006-02-014-445/+653
* Brain-o (use standard int types now).Ruslan Ermilov2006-02-011-2/+2
* Fix multicast routing on 64-bit platforms.Ruslan Ermilov2006-01-311-2/+2
* Now that the bridge also processes Ethernet frames as itself, two arp repliesAndrew Thompson2006-01-311-2/+4
* Add some initial locking to gif(4). It doesn't covers the whole driver,Gleb Smirnoff2006-01-301-0/+2
* Back out of r1.148, it causes two arp replies to be sent with different macAndrew Thompson2006-01-291-1/+1
* When doing IP forwarding with [FAST_]IPSEC compiled into the kernelAndre Oppermann2006-01-241-8/+10
* In ip_mdq() compute the TV_DELTA the correct way around.Andre Oppermann2006-01-241-1/+1
* In in_control() remove the temporary in_ifaddr structure from theAndre Oppermann2006-01-241-1/+2
* Fix minor bug in uRPF:Oleg Bulyzhin2006-01-241-2/+8
* Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)Gleb Smirnoff2006-01-241-0/+20
* Fix build.Gleb Smirnoff2006-01-231-1/+1
* Simplify ip_next_mtu() and make its logic more easy to see whileAndre Oppermann2006-01-231-19/+12
* Convert remaining functions to ANSI C function declarations; removeRobert Watson2006-01-221-77/+33
* Convert last remaining function in ip_gre.c to ANSI C functionRobert Watson2006-01-221-3/+1
* Fix stack corruptions on amd64.Bjoern A. Zeeb2006-01-212-27/+5
* - Change the return type for init_tables from void to int so we can propagateChristian S.J. Peron2006-01-201-10/+25
* Destroy the dynamic rule zone in the event that we fail to insert theChristian S.J. Peron2006-01-201-0/+1
* Do not derefence the ip header pointer in the IPv6 case.Andre Oppermann2006-01-182-0/+2
* In in_delayed_cksum() we can't perform a m_pullup() as it mayAndre Oppermann2006-01-181-2/+2
* In syncache_expand() insert a proper syncache_free() to fix a caseAndre Oppermann2006-01-181-1/+4
* Prevent dereferencing a NULL route pointer when trying to update theAndre Oppermann2006-01-181-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-182-19/+19
* Modify the IP fragment reassembly code so that it uses a new UMA zone,Robert Watson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.Robert Watson2006-01-151-1/+1
* Check the correct TTL in both the IPv6 and IPv4 cases.George V. Neville-Neil2006-01-142-4/+16
* UMA can return NULL not only in case when our zone is full, butGleb Smirnoff2006-01-141-1/+7
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),Robert Watson2006-01-141-3/+0
* Include the bridge interface itself in the special arp handling.Andrew Thompson2006-01-121-1/+1
* Correct insecure temporary file usage in texindex. [06:01]Colin Percival2006-01-111-1/+1
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-212-0/+29
* Use consistent indent character as other IPPROTO_* lines did.Xin LI2005-12-201-1/+1