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: 1999-08-28 to 1999-07-14 (Commits 1447-1496 of 10846)
Check for null skb->mac pointer.
10 lines of code changed in:
Delete redundant sanity check.
4 lines of code changed in:
Add compiler directives to compile cleanly without debugging.
16 lines of code changed in:
Add Marc Boucher's fix for properly dealing with skb->sk.
15 lines of code changed in:
Add an extra sanity check for null skbs.
10 lines of code changed in:
Look for neigh_compat_output in netsyms.c.
Comment out debugging patches.
12 lines of code changed in:
Clean up skb->data/raw/nh/h manipulation.
Add Marc Boucher's mods to aid tcpdump.
Add sanity checks to skb->raw/nh/h pointer copies in skb_copy_expand.
Re-order hard_header stripping -- might be able to remove it...
109 lines of code changed in:
Clean up skb->data/raw/nh/h manipulation.
Add Marc Boucher's mods to aid tcpdump.
34 lines of code changed in:
Tidy up compiler directives and macros.
Re-enable ICMP for tunnels where inner_dst != outer_dst.
Remove unnecessary skb->dev = physdev assignment affecting 2.2.x.
26 lines of code changed in:
Clean up from 2.2.x instrumenting for compilation under 2.0.36.
12 lines of code changed in:
Add dst cache code for 2.2.xx.
Add sanity check for skb packet header pointers.
Add/modify debugging instrumentation to *_start_xmit, *_hard_header and
*_rebuild_header.
Add neigh_* cache code.
Change dev->type back to ARPHRD_TUNNEL.
114 lines of code changed in:
Require 4-octet boundary check only for ESP.
7 lines of code changed in:
added text about Cisco
62 lines of code changed in:
added links
21 lines of code changed in:
added some links
26 lines of code changed in:
check for kernel compile, not just configure
8 lines of code changed in:
added link to I Draft crypto glossary
2 lines of code changed in:
Fixed minor debug output bugs.
Regrouped error recovery exit code.
Added compiler directives to remove unwanted code and symbols.
Shut off ICMP messages: to be refined to only send ICMP to remote systems.
Add debugging code for output function addresses.
Fix minor bug in (possibly unused) header_cache_bind function.
Add device neighbour caching code.
Change dev->type from ARPHRD_TUNNEL to physdev->type.
207 lines of code changed in:
clean up .config install
13 lines of code changed in:
disregard exit status on config makes
6 lines of code changed in:
check for prior kernel configuration
14 lines of code changed in:
- fix brittle delete_connection (kasper.langkilde@i-data.com)
- set nexthop in Road Warrior if it was 0.0.0.0
22 lines of code changed in:
fixed typos
10 lines of code changed in:
smarter response to patch failure
8 lines of code changed in:
eliminate rogue ctl_socket deletion (thanks Thomas Bellman <bellman@cendio.se>)
1 lines of code changed in:
added a link
7 lines of code changed in:
Add compiler directives to allow configuring out AH, ESP or transforms.
158 lines of code changed in:
Update, deleting references to obsolete and insecure algorithms.
14 lines of code changed in:
fancier RCDIR locating
7 lines of code changed in:
oops, RCDIR2 was wrong
2 lines of code changed in:
document route delete/add timing window
7 lines of code changed in:
in 2.2.xx, must remove old routes explicitly
3 lines of code changed in:
ip_address
54 lines of code changed in:
Correct error messages on failure to unload /proc entries.
11 lines of code changed in:
Add JSD's tunnel statistics wish list.
8 lines of code changed in:
run _include on ipsec.conf and ipsec.secrets
3 lines of code changed in:
balk if no /dev/random
7 lines of code changed in:
Minor cleanup.
12 lines of code changed in:
Debug output clarification using KERN_* macros. Other inactive changes
added.
35 lines of code changed in:
Cosmetic fixes and clarification to debug output.
9 lines of code changed in:
Report device MTU, not private MTU.
5 lines of code changed in:
Fix skb_copy_expand size bug. Was getting incorrect size.
30 lines of code changed in:
Moved stuff from 3DES entry to benchmarks
added Welsh tests URL
34 lines of code changed in:
oldconfig
2 lines of code changed in:
add oldgo
4 lines of code changed in:
more thorough cleanup in gmp directory
2 lines of code changed in:
improve font usage in key abbreviations
12 lines of code changed in:
fix slightly-misformed comments
abbreviate long keys to avoid long-line complaints
18 lines of code changed in:
fix slightly-misformed comments
38 lines of code changed in:
Fix oversize packet crash and ssh stalling in 2.2.x kernels.
13 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