Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Summary Period: 2000-11-22 to 2000-10-27 (Commits 2797-2846 of 10846)
wording fix
2 lines of code changed in:
revise de-locale-izing
8 lines of code changed in:
Fixed bugs mostly relating to spirange, to treat all spi variables as
network byte order since this is the way PF_KEYv2 stored spis.
90 lines of code changed in:
wording fix
6 lines of code changed in:
revise handling of address-type mismatches
38 lines of code changed in:
[Svenning Soerensen] allow Phase 1 ID Payload to have UDP/500 in all cases
24 lines of code changed in:
Svenning's ipcomp buffer size temporary fix and minor cleanup of other
newly created skb members.
27 lines of code changed in:
minor updates
7 lines of code changed in:
more on Rapotor interop
155 lines of code changed in:
More spinlock shuffling, locking earlier and unlocking later in rcv to
include ipcomp and prevent races, renaming some tdb variables that got
forgotten, moving some unlocks to include tdbs and adding a missing
unlock. Thanks to Svenning for some of these.
49 lines of code changed in:
Minor shuffles to fix non-standard kernel config option selection.
33 lines of code changed in:
Cosmetic line-end debug statement fixes.
11 lines of code changed in:
[DHR] addrcmp needs to normalize result from memcmp
8 lines of code changed in:
new user howto in interop, Oscar something
50 lines of code changed in:
expanded NAT section
85 lines of code changed in:
Updated file list (had not been done in 2 years?).
0 lines of code changed in:
A few bugfixes...
12 lines of code changed in:
Pre-1.6 changes finally all checked in.
13 lines of code changed in:
Simulate missing spin_{,un}lock{,_bh,_irq},
{read,write}_{,_un}lock{,_bh,_irq,_irq{save,restore}} for 2.0 and 2.2.
84 lines of code changed in:
Display conversion on replay_window failure.
Don't register SATYPEs for manual.
8 lines of code changed in:
Ditched spin_lock_irqsave in favour of spin_lock.
Minor initial protocol check rewrite.
Clean up debug printing.
Clean up tdb handling on ipcomp.
Fixed transport mode null pointer de-reference without ipcomp.
Add Svenning's adaptive content compression.
Disabled registration of ipcomp handler.
110 lines of code changed in:
Clear table *before* releasing other items in radijcleanup.
10 lines of code changed in:
Changed non-exported functions to DEBUG_NO_STATIC.
Add Svenning's adaptive content compression.
Ditched spin_lock_irqsave in favour of spin_lock/_bh.
Fixed double unlock bug (Svenning).
Fixed pfkey_msg uninitialized bug in pfkey_{expire,acquire}().
Fixed incorrect extension type (prop) in pfkey)acquire().
51 lines of code changed in:
Changed non-exported functions to DEBUG_NO_STATIC.
11 lines of code changed in:
Clean up debug printing.
Copy skb->protocol for all kernel versions.
Ditched spin_lock_irqsave in favour of spin_lock.
Disabled TTL decrement, done in ip_forward.
Added debug printing before pfkey_acquire().
Fixed printk-deltdbchain-spin_lock races (Svenning).
Use defaultTTL for 2.1+ kernels.
Add Svenning's adaptive content compression.
Fix up debug display arguments.
94 lines of code changed in:
Ditched spin_lock_irqsave in favour of spin_lock_bh.
39 lines of code changed in:
Ditched spin_lock_irqsave in favour of spin_lock_bh.
Fixed longlong for pre-2.4 kernels (Svenning).
Add Svenning's adaptive content compression.
Disabled registration of ipcomp handler.
75 lines of code changed in:
Add Svenning's adaptive content compression.
16 lines of code changed in:
In skb_compress(), rename oiph to iph.
Sanity-check all skb_{,un}compress() parameters.
Add Svenning's adaptive content compression.
Clear out unused cruft.
Don't compress on <32 or 1/16th difference (Svenning).
Fix up debug display arguments.
Kill checksumming, done later.
Fix memleak on inflate failure.
Added debugging on decompress.
Copy skb->protocol for all kernel versions.
173 lines of code changed in:
changed out-of-date text about enabling forwarding
30 lines of code changed in:
note re .obj deletion
4 lines of code changed in:
fixed some links
25 lines of code changed in:
allow for more IPCOMP transforms
15 lines of code changed in:
fixed auto=load error
79 lines of code changed in:
more comments on GMP
4 lines of code changed in:
mention GMP requirement
5 lines of code changed in:
no extra fields allowed in section header
5 lines of code changed in:
link additions
10 lines of code changed in:
another put-back after 1.7 work...
9 lines of code changed in:
another whack at 1.7
11 lines of code changed in:
Hans-Joerg Hoexer's null-pointer fix
6 lines of code changed in:
note about manual keying
4 lines of code changed in:
note about compress=no fix
5 lines of code changed in:
- when responding to quick mode, switch IPSEC policy with connection
- TEMPORARY: require POLICY_COMPRESS to accept IPCOMP proposal
68 lines of code changed in:
cosmetic improvements to --status
31 lines of code changed in:
[Svenning Soerensen <svenning@post5.tele.dk>] bounds check bug
2 lines of code changed in:
register IPCOMP
1 lines of code changed in:
link and typo fixes
7 lines of code changed in:
bring back the GMP stuff
10 lines of code changed in:
quickie fix for 1.7
8 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Generated by StatCVS 0.2.2