summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-242-6/+10
* Label inp as unused in the non-INVARIANTS casekmacy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-232-0/+69
* Explicitate the newpacket size.piso2008-03-191-12/+13
* Don't cache ptr to nat rule in case of tablearg argument.piso2008-03-171-1/+2
* Don't abuse stack space while in kernel land, use heap instead.piso2008-03-171-5/+10
* Fix indentation for a closing brace in in_pcballoc().rwatson2008-03-171-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-0/+12
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInpiso2008-03-123-305/+43
* Padding after EOL option must be zeros according to RFC793 butbz2008-03-091-2/+10
* MFP4:piso2008-03-067-77/+67
* Change the default port range for outgoing connections by introducingrpaulo2008-03-042-44/+29
* When unloading kld, don't forget to flush the nat pointers.piso2008-03-031-0/+7
* Raise a bit ipfw kld priority.piso2008-03-031-1/+1
* Some "cleanup" of tcp_mss():bz2008-03-021-8/+4
* Fix indentation (whitespace changes only).bz2008-03-011-4/+4
* Move ipfw's nat code into its own kld: ipfw_nat.piso2008-02-293-551/+731
* Dummynet has a limit of 100 slots queue size (or 1MB, if you givedwmalone2008-02-271-2/+9
* Add table/tablearg support to ipfw's nat.piso2008-02-241-2/+4
* Change FreeBSD 7 so that it returns TCP options insilby2008-02-241-2/+5
* Fixes a memory leak when VRF's are in play.rrs2008-02-221-0/+4
* - Takes out stray ifdef code that should not have been present.rrs2008-02-221-5/+0
* If the vhid already present, return EEXIST instead ofglebius2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.glebius2008-02-071-2/+1
* Replace the random IP ID generation code wesilby2008-02-061-146/+154
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-021-20/+5
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-313-4/+5
* - Fix a comment about prison.rrs2008-01-281-4/+5
* - Change back to using prioity 0. Which means don't change therrs2008-01-281-1/+1
* - Fix a bug where the socket may have been closed whichrrs2008-01-281-0/+8
* - Fixes a comparison wrap issue with sack gap ack blocks thatrrs2008-01-281-1/+1
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-252-0/+14
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-0/+1
* Differentiate between addifaddr and delifaddr for the privilege check.bz2008-01-241-1/+2
* tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), whichrwatson2008-01-231-0/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,rwatson2008-01-181-25/+55
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-312-122/+19
* Workaround p->numbytes overflow, which can result in infinite loop insideoleg2007-12-251-7/+22
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* Fix bugs in the TCP syncache timeout code. including:ru2007-12-191-8/+18
* Remove extraneous debug statements.kmacy2007-12-191-6/+0
* Incorporate TCP offload hooks in to core TCP code.kmacy2007-12-183-21/+34
* - sctp-iterator should run at PI_NET priority ...not 0.rrs2007-12-181-1/+1
* incorporate feedback since initial commitkmacy2007-12-174-281/+386
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-172-16/+123
* Don't panic in arpresolve if we're given a null mbuf. We couldkmacy2007-12-171-11/+15
* Update tod_connect call to reflect updated interfacekmacy2007-12-161-1/+1
* Move arp update upcall to always be called for ARP replies - previous invocationkmacy2007-12-161-4/+4
* Update the toedev's connect interface to reflect the fact that the inpcbkmacy2007-12-161-1/+1
OpenPOWER on IntegriCloud