| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename raw_append() to rip_append(): the raw_ prefix is generally used | rwatson | 2008-07-05 | 1 | -3/+3 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 1 | -62/+75 |
* | Enqueue de-capsulated packet instead of performing direct dispatch. It's | gonzo | 2008-07-04 | 1 | -2/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 2 | -2/+2 |
* | Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029, | bz | 2008-07-03 | 1 | -1/+0 |
* | Add soreceive_dgram(9), an optimized socket receive function for use by | rwatson | 2008-07-02 | 1 | -0/+1 |
* | In udp_append() and udp_input(), make use of read locking on incpbs | rwatson | 2008-06-30 | 1 | -8/+8 |
* | In case of interface initialization failure remove struct in_ifaddr* from | gonzo | 2008-06-24 | 1 | -0/+8 |
* | Partially revert previous commit. DeleteLink() does not deletes permanent | mav | 2008-06-22 | 1 | -1/+5 |
* | Implement UDP transparent proxy support. | mav | 2008-06-21 | 1 | -10/+76 |
* | Add support for PORT/EPRT FTP commands in lowercase. | mav | 2008-06-21 | 1 | -96/+21 |
* | 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 |