summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add code to allow the system to handle multiple routing tables.julian2008-05-0923-180/+430
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in thejhb2008-05-081-4/+5
* replace spaces added in last change with tabskmacy2008-05-051-5/+5
* add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specifickmacy2008-05-052-2/+12
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* Fix a comment typo.rwatson2008-04-291-1/+1
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-211-15/+15
* Read lock, rather than write lock, the inpcb when transmitting with orrwatson2008-04-211-11/+11
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.bz2008-04-201-5/+2
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-3/+3
* In ip_output(), allow a read lock as well as a write lock when assertingrwatson2008-04-191-1/+1
* When querying the local or foreign address from an IP socket, acquirerwatson2008-04-191-6/+6
* move tcbinfo lock acquisition in to syncachekmacy2008-04-191-0/+3
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-191-2/+8
* Add in check for loopback as well, which was missing from the original patch.gnn2008-04-171-0/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-1718-332/+353
* Clean up the code that checks the types of address so that it isgnn2008-04-172-3/+6
* Allow SCTP to compile without INET6.rrs2008-04-1612-958/+1530
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-143-3/+65
* Protection against errant sender sending a streamrrs2008-04-141-1/+7
* New logging values.rrs2008-04-141-29/+30
* 1) adds some additional loggingrrs2008-04-141-1/+106
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-132-0/+17
* Take the route mtu into account, if available, when sending anbz2008-04-093-7/+28
* Remove TCP options ordering assumptions in tcp_addoptions(). Orderingandre2008-04-071-1/+11
* Remove now unnecessary comment.andre2008-04-071-2/+0
* Use #defines for TCP options padding after EOL to be consistent.andre2008-04-072-2/+4
* Add further TCP inpcb locking assertions to some TCP input code paths.rwatson2008-04-071-0/+11
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-5/+2
* 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
OpenPOWER on IntegriCloud