summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* [XFRM]: nlmsg length not computed correctly in the presence of subpoliciesJamal Hadi Salim2006-11-221-1/+9
* [XFRM]: Sub-policies broke policy eventsJamal Hadi Salim2006-11-221-0/+3
* [XFRM] xfrm_user: Fix unaligned accesses.David S. Miller2006-10-311-2/+2
* [XFRM]: Fix xfrm_state accountingPatrick McHardy2006-10-251-8/+10
* [XFRM]: Fix xfrm_state_num going negative.David S. Miller2006-10-161-4/+13
* IPsec: fix handling of errors for socket policiesVenkat Yekkirala2006-10-121-8/+18
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-122-12/+4Star
* IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-121-15/+53
* [XFRM]: BEET modeDiego Beltrami2006-10-041-0/+1
* [XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller2006-10-041-2/+5
* [XFRM] STATE: Use destination address for src hash.Masahide NAKAMURA2006-10-042-10/+13
* [XFRM]: Do not add a state whose SPI is zero to the SPI hash.Masahide NAKAMURA2006-09-291-4/+7
* [XFRM]: xfrm_spi_hash() annotationsAl Viro2006-09-292-3/+3
* [XFRM]: xfrm_replay_advance() annotationsAl Viro2006-09-291-3/+2Star
* [XFRM]: xrfm_replay_check() annotationsAl Viro2006-09-291-3/+2Star
* [XFRM]: xfrm_parse_spi() annotationsAl Viro2006-09-291-4/+4
* [XFRM]: xfrm_state_lookup() annotationsAl Viro2006-09-291-2/+2
* [XFRM]: xfrm_alloc_spi() annotatedAl Viro2006-09-291-5/+5
* [XFRM]: Fix wildcard as tunnel sourcePatrick McHardy2006-09-231-0/+21
* [XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris2006-09-231-7/+6Star
* [XFRM] STATE: Fix flusing with hash mask.Masahide NAKAMURA2006-09-231-1/+1
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-232-6/+2Star
* [XFRM]: Respect priority in policy lookups.David S. Miller2006-09-231-9/+10
* [XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller2006-09-235-200/+195Star
* [XFRM]: Hash policies when non-prefixed.David S. Miller2006-09-231-140/+541
* [XFRM]: Hash xfrm_state objects by source address too.David S. Miller2006-09-231-18/+35
* [XFRM]: Kill excessive refcounting of xfrm_state objects.David S. Miller2006-09-231-41/+12Star
* [XFRM]: Purge dst references to deleted SAs passively.David S. Miller2006-09-232-18/+1Star
* [XFRM]: Do not flush all bundles on SA insert.David S. Miller2006-09-232-15/+20
* [XFRM]: Simplify xfrm_spi_hashDavid S. Miller2006-09-231-24/+9Star
* [XFRM]: Put more keys into destination hash function.David S. Miller2006-09-231-40/+35Star
* [XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller2006-09-232-0/+5
* [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-231-52/+195
* [XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller2006-09-231-41/+51
* [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller2006-09-231-51/+159
* [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller2006-09-231-10/+100
* [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-231-13/+121
* [XFRM]: Add sorting interface for state and template.Masahide NAKAMURA2006-09-232-2/+52
* [XFRM] POLICY: sub policy support.Masahide NAKAMURA2006-09-231-36/+216
* [XFRM] POLICY: Add Kconfig to support sub policy.Masahide NAKAMURA2006-09-231-0/+10
* [XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2006-09-232-0/+65
* [XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA2006-09-231-7/+48
* [XFRM] STATE: Add Mobile IPv6 route optimization protocols to netlink interface.Masahide NAKAMURA2006-09-231-0/+16
* [XFRM]: Fix message about transformation user interface.Masahide NAKAMURA2006-09-232-4/+4
* [XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA2006-09-231-2/+6
* [XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2006-09-231-0/+3
* [XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2006-09-232-1/+33
* [XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA2006-09-231-3/+3
* [XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA2006-09-231-0/+1
* [XFRM]: Restrict authentication algorithm only when inbound transformation pr...Masahide NAKAMURA2006-09-231-1/+2