summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Put the 'antispoof' opcode in the proper place in the opcode list suchobrien2004-08-161-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-148-46/+23
* Fix outgoing ICMP on global instance.phk2004-08-141-5/+5
* Add the ability to associate ipfw rules with a specific prison ID.csjp2004-08-122-2/+14
* In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreachdwmalone2004-08-122-0/+4
* Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.andre2004-08-121-2/+2
* When udp_send() fails, make sure to free the control mbufs as well asrwatson2004-08-121-0/+2
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-116-12/+12
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-117-13/+13
* Make use of in_localip() function and replace previous direct LIST_FOREACHandre2004-08-111-45/+39
* Add the function in_localip() which returns 1 if an internet address is forandre2004-08-112-0/+18
* Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...andre2004-08-111-4/+4
* Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.andre2004-08-111-1/+2
* Consistently use NULL for pointer comparisons.andre2004-08-112-21/+21
* Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerandre2004-08-111-0/+10
* Correct the displayed bandwidth calculation for a readout via sysctl. Theandre2004-08-111-1/+1
* Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()rwatson2004-08-111-0/+6
* Make a comment that IP source routing is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* New ipfw option "antispoof":andre2004-08-092-0/+12
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-062-4/+4
* When iterating the UDP inpcb list processing an inbound broadcastrwatson2004-08-061-10/+9
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbrwatson2004-08-041-15/+0
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextmarcus2004-08-042-2/+2
* o Delayed checksums are now calculated in divert_packet() for diverted packetsandre2004-08-031-10/+0
* o Move the inflight sysctls to their own sub-tree under net.inet.tcp to beandre2004-08-032-10/+18
* o Move all parts of the IP reassembly process into the function ip_reass() toandre2004-08-032-116/+131
* Fix bug with tracking the previous element in a list.hsu2004-08-031-1/+1
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-281-10/+1
* Fix a bug in the sack code that was causing data to be retransmittedjayanth2004-07-281-4/+13
* Fix for a SACK bug where the very last segment retransmittedjayanth2004-07-261-1/+1
* compare pointer against NULL, not 0jmg2004-07-261-2/+2
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-265-8/+8
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andandre2004-07-211-0/+6
* M_PREPEND() the IP header on to the front of an outgoing raw IP packetrwatson2004-07-201-1/+1
* Let IN_FASTREOCOVERY macro decide if we are in recovery mode.jayanth2004-07-193-9/+1
* Fix a potential panic in the SACK code that was causingjayanth2004-07-191-8/+29
* Fix the !INET6 build.dwmalone2004-07-171-0/+4
* The tcp syncache code was leaving the IPv6 flowlabel uninitialiseddwmalone2004-07-172-6/+32
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedmlaier2004-07-171-11/+5
* Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything fromjmallett2004-07-171-12/+0
* when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set onume2004-07-161-2/+10
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-153-0/+4
* Remove erroneous semicolons.stefanf2004-07-132-2/+2
* After each label in tcp_input(), assert the inpcbinfo and inpcb lockrwatson2004-07-122-2/+34
* Change the following environment variables to kernel options:brian2004-07-081-6/+5
* Change the following kernel options to environment variables:brian2004-07-081-5/+6
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in thedes2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-0612-52/+77
* Rewrite twowords() to access its argument through a char pointer and notdes2004-07-061-3/+10
OpenPOWER on IntegriCloud