| Commit message (Expand) | Author | Age | Files | Lines |
* | Change incorrect stale cookie detection in syncookie_lookup() that prematurely | ups | 2008-06-16 | 1 | -1/+1 |
* | Fix a check in SYN cache expansion (syncache_expand()) to accept packets that... | ups | 2008-06-16 | 1 | -4/+7 |
* | More prep for Vimage: | rrs | 2008-06-15 | 4 | -19/+17 |
* | - Fixes foobar on my part. Some missing virtualization macros from | rrs | 2008-06-14 | 2 | -7/+7 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 22 | -1191/+1332 |
* | Add generic TCP LOR into netinet | jfv | 2008-06-11 | 2 | -0/+464 |
* | Sort IP addresses before hashing them for the signature. Otherwise carp is | mlaier | 2008-06-02 | 1 | -13/+39 |
* | When allocating temporary storage to hold a TCP/IP packet header | rwatson | 2008-06-02 | 2 | -11/+7 |
* | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | mav | 2008-06-01 | 2 | -70/+23 |
* | Make m_megapullup() more intelligent: | mav | 2008-06-01 | 1 | -12/+32 |
* | PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet. | mav | 2008-06-01 | 1 | -3/+4 |
* | Fix packet fragmentation support broken by copy/paste error in rev.1.60. | mav | 2008-06-01 | 1 | -2/+2 |
* | Read lock rather than write lock TCP inpcbs in monitoring sysctls. In | rwatson | 2008-05-29 | 1 | -35/+31 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | rwatson | 2008-05-29 | 1 | -13/+18 |
* | Factor out the v4-only vs. the v6-only inp_flags processing in | bz | 2008-05-24 | 1 | -8/+3 |
* | Consistently check IPFW and DUMMYNET privileges in the configuration | rwatson | 2008-05-22 | 2 | -19/+5 |
* | - sctputil.c - If debug is on, the INPKILL timer can deref a freed value. | rrs | 2008-05-21 | 2 | -94/+99 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 22 | -552/+1301 |
* | - Define changes in sctp.h | rrs | 2008-05-20 | 5 | -44/+35 |
* | Fix the loopback interface. Cleaning up some code with new macros | gnn | 2008-05-12 | 1 | -1/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 23 | -180/+430 |
* | Always bump tcpstat.tcps_badrst if we get a RST for a connection in the | jhb | 2008-05-08 | 1 | -4/+5 |
* | replace spaces added in last change with tabs | kmacy | 2008-05-05 | 1 | -5/+5 |
* | add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specific | kmacy | 2008-05-05 | 2 | -2/+12 |
* | Fix build, together with a bit of style breakage. | marck | 2008-05-02 | 1 | -1/+1 |
* | Fix a comment typo. | rwatson | 2008-04-29 | 1 | -1/+1 |
* | With IPv4 raw sockets, read lock rather than write lock the inpcb when | rwatson | 2008-04-21 | 1 | -15/+15 |
* | Read lock, rather than write lock, the inpcb when transmitting with or | rwatson | 2008-04-21 | 1 | -11/+11 |
* | Revert to rev. 1.161 - switch back to optimized TCP options ordering. | bz | 2008-04-20 | 1 | -5/+2 |
* | Teach pf and ipfw to use read locks in inpcbs write than write locks | rwatson | 2008-04-20 | 1 | -3/+3 |
* | In ip_output(), allow a read lock as well as a write lock when asserting | rwatson | 2008-04-19 | 1 | -1/+1 |
* | When querying the local or foreign address from an IP socket, acquire | rwatson | 2008-04-19 | 1 | -6/+6 |
* | move tcbinfo lock acquisition in to syncache | kmacy | 2008-04-19 | 1 | -0/+3 |
* | move cxgb_lt2.[ch] from NIC to TOE | kmacy | 2008-04-19 | 1 | -2/+8 |
* | Add in check for loopback as well, which was missing from the original patch. | gnn | 2008-04-17 | 1 | -0/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 18 | -332/+353 |
* | Clean up the code that checks the types of address so that it is | gnn | 2008-04-17 | 2 | -3/+6 |
* | Allow SCTP to compile without INET6. | rrs | 2008-04-16 | 12 | -958/+1530 |
* | Use the pru_flush infrastructure to avoid a panic | rrs | 2008-04-14 | 3 | -3/+65 |
* | Protection against errant sender sending a stream | rrs | 2008-04-14 | 1 | -1/+7 |
* | New logging values. | rrs | 2008-04-14 | 1 | -29/+30 |
* | 1) adds some additional logging | rrs | 2008-04-14 | 1 | -1/+106 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 2 | -0/+17 |
* | Take the route mtu into account, if available, when sending an | bz | 2008-04-09 | 3 | -7/+28 |
* | Remove TCP options ordering assumptions in tcp_addoptions(). Ordering | andre | 2008-04-07 | 1 | -1/+11 |
* | Remove now unnecessary comment. | andre | 2008-04-07 | 1 | -2/+0 |
* | Use #defines for TCP options padding after EOL to be consistent. | andre | 2008-04-07 | 2 | -2/+4 |
* | Add further TCP inpcb locking assertions to some TCP input code paths. | rwatson | 2008-04-07 | 1 | -0/+11 |
* | In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and | rwatson | 2008-04-06 | 1 | -5/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |