| Commit message (Expand) | Author | Age | Files | Lines |
* | change inp_wlock_assert to inp_lock_assert | kmacy | 2008-03-24 | 2 | -6/+10 |
* | Label inp as unused in the non-INVARIANTS case | kmacy | 2008-03-24 | 1 | -2/+2 |
* | Insulate inpcb consumers outside the stack from the lock type and offset with... | kmacy | 2008-03-23 | 2 | -0/+69 |
* | Explicitate the newpacket size. | piso | 2008-03-19 | 1 | -12/+13 |
* | Don't cache ptr to nat rule in case of tablearg argument. | piso | 2008-03-17 | 1 | -1/+2 |
* | Don't abuse stack space while in kernel land, use heap instead. | piso | 2008-03-17 | 1 | -5/+10 |
* | Fix indentation for a closing brace in in_pcballoc(). | rwatson | 2008-03-17 | 1 | -1/+1 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -0/+12 |
* | -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn | piso | 2008-03-12 | 3 | -305/+43 |
* | Padding after EOL option must be zeros according to RFC793 but | bz | 2008-03-09 | 1 | -2/+10 |
* | MFP4: | piso | 2008-03-06 | 7 | -77/+67 |
* | Change the default port range for outgoing connections by introducing | rpaulo | 2008-03-04 | 2 | -44/+29 |
* | When unloading kld, don't forget to flush the nat pointers. | piso | 2008-03-03 | 1 | -0/+7 |
* | Raise a bit ipfw kld priority. | piso | 2008-03-03 | 1 | -1/+1 |
* | Some "cleanup" of tcp_mss(): | bz | 2008-03-02 | 1 | -8/+4 |
* | Fix indentation (whitespace changes only). | bz | 2008-03-01 | 1 | -4/+4 |
* | Move ipfw's nat code into its own kld: ipfw_nat. | piso | 2008-02-29 | 3 | -551/+731 |
* | Dummynet has a limit of 100 slots queue size (or 1MB, if you give | dwmalone | 2008-02-27 | 1 | -2/+9 |
* | Add table/tablearg support to ipfw's nat. | piso | 2008-02-24 | 1 | -2/+4 |
* | Change FreeBSD 7 so that it returns TCP options in | silby | 2008-02-24 | 1 | -2/+5 |
* | Fixes a memory leak when VRF's are in play. | rrs | 2008-02-22 | 1 | -0/+4 |
* | - Takes out stray ifdef code that should not have been present. | rrs | 2008-02-22 | 1 | -5/+0 |
* | If the vhid already present, return EEXIST instead of | glebius | 2008-02-07 | 1 | -1/+1 |
* | Remove unused structure member from struct in_ifadown_arg. | glebius | 2008-02-07 | 1 | -2/+1 |
* | Replace the random IP ID generation code we | silby | 2008-02-06 | 1 | -146/+154 |
* | Rather than passing around a cached 'priv', pass in an ucred to | bz | 2008-02-02 | 1 | -20/+5 |
* | Correct two problems relating to sorflush(), which is called to flush | rwatson | 2008-01-31 | 3 | -4/+5 |
* | - Fix a comment about prison. | rrs | 2008-01-28 | 1 | -4/+5 |
* | - Change back to using prioity 0. Which means don't change the | rrs | 2008-01-28 | 1 | -1/+1 |
* | - Fix a bug where the socket may have been closed which | rrs | 2008-01-28 | 1 | -0/+8 |
* | - Fixes a comparison wrap issue with sack gap ack blocks that | rrs | 2008-01-28 | 1 | -1/+1 |
* | Hide ipfw internal data structures behind IPFW_INTERNAL rather than | rwatson | 2008-01-25 | 2 | -0/+14 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -0/+1 |
* | Differentiate between addifaddr and delifaddr for the privilege check. | bz | 2008-01-24 | 1 | -1/+2 |
* | tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), which | rwatson | 2008-01-23 | 1 | -0/+2 |
* | In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather, | rwatson | 2008-01-18 | 1 | -25/+55 |
* | Don't duplicate the whole of arpresolve to arpresolve 2 for the sake | julian | 2007-12-31 | 2 | -122/+19 |
* | Workaround p->numbytes overflow, which can result in infinite loop inside | oleg | 2007-12-25 | 1 | -7/+22 |
* | When IPSEC fails to allocate policy state for an inpcb, and MAC is in use, | rwatson | 2007-12-22 | 1 | -1/+5 |
* | Fix bugs in the TCP syncache timeout code. including: | ru | 2007-12-19 | 1 | -8/+18 |
* | Remove extraneous debug statements. | kmacy | 2007-12-19 | 1 | -6/+0 |
* | Incorporate TCP offload hooks in to core TCP code. | kmacy | 2007-12-18 | 3 | -21/+34 |
* | - sctp-iterator should run at PI_NET priority ...not 0. | rrs | 2007-12-18 | 1 | -1/+1 |
* | incorporate feedback since initial commit | kmacy | 2007-12-17 | 4 | -281/+386 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 2 | -16/+123 |
* | Don't panic in arpresolve if we're given a null mbuf. We could | kmacy | 2007-12-17 | 1 | -11/+15 |
* | Update tod_connect call to reflect updated interface | kmacy | 2007-12-16 | 1 | -1/+1 |
* | Move arp update upcall to always be called for ARP replies - previous invocation | kmacy | 2007-12-16 | 1 | -4/+4 |
* | Update the toedev's connect interface to reflect the fact that the inpcb | kmacy | 2007-12-16 | 1 | -1/+1 |
* | Add socket option for setting and retrieving the congestion control algorithm. | kmacy | 2007-12-16 | 1 | -0/+3 |