aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.300 When we receive an out-of-window SYN for an "ESTABLISHED"David Malone2006-08-211-0/+2
* MFC 1.168: Never select the PCB that has INP_IPV6 flag and is boundHajimu UMEMOTO2006-02-111-1/+23
* Fix a typo that caused a panic in a quite rare case: when a packet wasGleb Smirnoff2005-12-101-1/+1
* Correct bzip2 denial of service and permission race vulnerabilities.Simon L. B. Nielsen2005-06-292-4/+25
* MFC: Fix two issues which were missed in FreeBSD-SA-05:08.kmem.Colin Percival2005-05-081-0/+2
* If we are going toColin Percival2005-05-063-0/+3
* MFC: 1.52: Time out routes created by redirect.Ruslan Ermilov2005-02-141-2/+4
* MFC: 1.104 of tcp_usrreq.cDavid Malone2005-01-151-2/+6
* MFC of 1.61, 1.62 of tcp_syncache.c and 1.107 tcp_var.h.David Malone2005-01-152-6/+32
* MFC revs 1.235 and 1.264;Mike Silbersack2005-01-051-0/+16
* MFC of port randomization rate-based disabling:Mike Silbersack2005-01-024-4/+71
* MFC rev 1.259; accept RSTs when our window is closed.Mike Silbersack2004-12-231-2/+3
* Disable port randomization for now; it causes problems in some high speedMike Silbersack2004-12-121-1/+1
* MFC:Gleb Smirnoff2004-12-111-1/+8
* Merge rev 1.104 from current:Jeffrey Hsu2004-12-111-1/+1
* MFC 1.110:Gleb Smirnoff2004-12-011-20/+2
* MFC r1.131:Bruce M Simpson2004-10-261-0/+1
* Fixed a kernel crash due to a duplicated free when net.inet[6].ip[6].rtexpire=0.SUZUKI Shinsuke2004-10-061-1/+7
* MFC rev.1.75: recover normal behavior: return EINVAL to attemptMaxim Konovalov2004-09-131-2/+5
* MFC: Fix some bugs in the code protecting from port theft.Yaroslav Tykhiy2004-08-281-10/+3
* MFC 1.93: do not send icmp response if the original packet is encrypted.Hajimu UMEMOTO2004-08-131-0/+3
* MFC: IPFW2 lookup tables.Ruslan Ermilov2004-06-164-0/+365
* MFC rev. 1.218: fix buffer overrun in in_pcbopts().Maxim Konovalov2004-06-011-1/+1
* MFC rev 1.143 - 1.146:Mike Silbersack2004-04-231-0/+11
* Don't skip the splx() call in *_usr_bind() and *_usr_connect() if theDon Lewis2004-04-231-8/+16
* Fixed a bug in previous revision: compute the payload checksum beforeRuslan Ermilov2004-04-071-8/+8
* MFC of rev 1.50, fix refcount leak in verify_rev_path() function.Andre Oppermann2004-04-021-16/+13
* MFC: 1.212: Rework multicast routing interaction with delayed checksums.Ruslan Ermilov2004-03-311-13/+3
* MFC:Paul Saab2004-03-222-6/+6
* MFC in part tcp_input.c 1.228, tcp_subr.c 1.182, tcp_var.h 1.98:Jacques Vidrine2004-03-023-0/+46
* MFC 1.92 - Check that sa_len is the appropriate value in tcp_usr_bind(),Don Lewis2004-02-191-0/+8
* MFC: Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-162-3/+3
* MFC: Spell types consistently throughout this file. Do not use the __packedBruce M Simpson2004-02-161-4/+4
* MFC: Import of TCP-MD5 (RFC2385) support.Bruce M Simpson2004-02-149-0/+274
* MFC: (whilespace-only)Maxim Sobolev2004-01-261-2/+2
* MFC rev. 1.51: include opt_ipsec.h so IPSEC/FAST_IPSEC is defined andMaxim Konovalov2004-01-221-0/+1
* MFC Version 1.128, don't use the cached inp->inp_route unlessDoug Ambrisko2004-01-021-5/+5
* MFC rev. 1.76: fix a comment.Maxim Konovalov2003-12-301-1/+1
* MFC rev. 1.52: IN_MULTICAST wants an address in host byte order.Maxim Konovalov2003-12-231-1/+1
* MFC: Introduce the STATICARP flag to -STABLE.Bruce M Simpson2003-12-081-1/+3
* MFC Rev 1.40 to fix use-after-free problems with dynamic rules.Scott Long2003-10-171-4/+7
* MFC 1.240: add IPSEC_FILTERGIF suport for FAST_IPSECSam Leffler2003-10-061-0/+7
* MFC: The knobs controlling ipfw2 and ip6fw were not protected when runningBruce M Simpson2003-10-011-3/+3
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-1/+1
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-231-6/+14
* MFC rev 1.115 (check for null return from M_PREPEND)Mike Silbersack2003-09-161-0/+2
* MFC mbuf_stress_test Mark II.Mike Silbersack2003-09-131-18/+2
* MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to beBruce M Simpson2003-09-096-4/+30
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-6/+23
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-1/+1