| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove no-op spl references in in_pcb.c, since in_pcb locking has been | rwatson | 2005-07-19 | 1 | -15/+3 |
* | Remove no-op spl's and most comment references to spls, as TCP locking | rwatson | 2005-07-19 | 4 | -49/+8 |
* | Remove spl() calls from ip_slowtimo(), as IP fragment queue locking was | rwatson | 2005-07-19 | 1 | -2/+0 |
* | Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them with | mlaier | 2005-07-14 | 1 | -2/+5 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -1/+1 |
* | Fix for a bug in newreno partial ack handling where if a large amount | ps | 2005-07-05 | 2 | -2/+10 |
* | Remove ambiguity from hlen. IPv4 is now indicated by is_ipv4 and we need a | mlaier | 2005-07-03 | 1 | -20/+17 |
* | Check the alignment of the IP header before passing the packet up to the | thompsa | 2005-07-02 | 1 | -0/+6 |
* | Fix for a bug in the change that defers sack option processing until | ps | 2005-07-01 | 4 | -8/+10 |
* | Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass() | ps | 2005-07-01 | 2 | -2/+6 |
* | When doing ARP load balancing source IP is taken in network byte order, | glebius | 2005-07-01 | 1 | -1/+1 |
* | Fix ipfw packet matching errors with address tables. | simon | 2005-06-29 | 3 | -19/+22 |
* | - Postpone SACK option processing until after PAWS checks. SACK option | ps | 2005-06-27 | 4 | -115/+70 |
* | Libalias incorrectly applies proxy rules to the global divert | phk | 2005-06-27 | 1 | -1/+5 |
* | Disable checksum processing in LibAlias, when it works as a | glebius | 2005-06-27 | 7 | -12/+50 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -0/+9 |
* | Fix a timer ticks wrap around bug for minmssoverload processing. | ups | 2005-06-25 | 2 | -2/+2 |
* | Add back missing copyright and license statement. This is identical | imp | 2005-06-23 | 1 | -0/+35 |
* | Fix for a bug in tcp_sack_option() causing crashes. | ps | 2005-06-23 | 1 | -2/+1 |
* | Fix IP(v6) over IP tunneling most likely broken with ifnet changes. | bz | 2005-06-20 | 1 | -1/+8 |
* | - Don't use legacy function in a non-legacy one. This gives us | glebius | 2005-06-20 | 1 | -4/+3 |
* | In verify_rev_path6(): | mlaier | 2005-06-16 | 1 | -18/+52 |
* | Fix indentation in INET6 section in preperation of more serious work. | mlaier | 2005-06-16 | 1 | -49/+49 |
* | When doing matching based on dst_ip/src_ip make sure we are really looking | mlaier | 2005-06-12 | 1 | -10/+13 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 4 | -112/+117 |
* | Modify send_pkt() to return the generated packet and have the caller | green | 2005-06-10 | 1 | -8/+32 |
* | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | thompsa | 2005-06-10 | 2 | -0/+11 |
* | Fix a mis-merge. Remove a redundant call to tcp_sackhole_insert | ps | 2005-06-09 | 1 | -1/+0 |
* | Fix for a crash in tcp_sack_option() caused by hitting the limit on | ps | 2005-06-09 | 1 | -0/+5 |
* | Fix for a bug in the change that walks the scoreboard backwards from | ps | 2005-06-06 | 1 | -4/+9 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -4/+8 |
* | Better explain, then actually implement the IPFW ALTQ-rule first-match | green | 2005-06-04 | 1 | -0/+3 |
* | Changes to tcp_sack_option() that | ps | 2005-06-04 | 2 | -91/+118 |
* | Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well. | mlaier | 2005-06-03 | 2 | -0/+9 |
* | Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface | iedowse | 2005-06-02 | 1 | -14/+26 |
* | When aborting tcp_attach() due to a problem allocating or attaching the | rwatson | 2005-06-01 | 1 | -0/+2 |
* | Assert tcbinfo lock, inpcb lock in tcp_disconnect(). | rwatson | 2005-06-01 | 1 | -1/+8 |
* | Assert tcbinfo lock in tcp_drop() due to its call of tcp_close() | rwatson | 2005-06-01 | 2 | -0/+12 |
* | Assert that tcbinfo is locked in tcp_input() before calling into | rwatson | 2005-06-01 | 2 | -2/+18 |
* | Assert the tcbinfo lock whenever tcp_close() is to be called by | rwatson | 2005-06-01 | 2 | -0/+22 |
* | Assert tcbinfo lock in tcp_attach(), as it is required; the caller | rwatson | 2005-06-01 | 1 | -0/+2 |
* | Commit correct version of previous commit (in_pcb.c:1.164). Use the | rwatson | 2005-06-01 | 1 | -2/+2 |
* | Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as the | rwatson | 2005-06-01 | 1 | -0/+3 |
* | Slight white space tweak. | rwatson | 2005-06-01 | 1 | -0/+1 |
* | De-spl UDP. | rwatson | 2005-06-01 | 1 | -31/+5 |
* | Let OSPFv3 go through ipfw. Some more additional checks would be | tanimura | 2005-05-28 | 1 | -0/+5 |
* | This is conform with the terminology in | ps | 2005-05-25 | 4 | -20/+18 |
* | Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed out | ps | 2005-05-23 | 2 | -64/+109 |
* | Replace t_force with a t_flag (TF_FORCEDATA). | ps | 2005-05-21 | 4 | -11/+13 |
* | Introduce routines to alloc/free sack holes. This cleans up the code | ps | 2005-05-16 | 1 | -56/+60 |