summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* [XFRM] xfrm_user: Better validation of user templates.David S. Miller2006-12-031-8/+42
* [XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim2006-12-021-1/+3
* [IPSEC]: Add netlink interface for the encapsulation family.Miika Komu2006-12-021-1/+3
* [IPSEC]: Add encapsulation family.Miika Komu2006-12-021-0/+1
* [XFRM]: Convert a few __u8 to proper u8Jamal Hadi Salim2006-12-021-8/+8
* [XFRM]: Make flush notifier prettier when subpolicy usedJamal Hadi Salim2006-12-021-10/+2
* [NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf2006-12-021-2/+0
* [XFRM]: Use kmemdup where appropriateArnaldo Carvalho de Melo2006-12-021-6/+3
* [XFRM]: Make copy_to_user_policy_type take a typeJamal Hadi Salim2006-12-021-7/+7
* [XFRM]: uninline xfrm_selector_match()Andrew Morton2006-12-021-0/+34
* SELinux: Fix SA selection semanticsVenkat Yekkirala2006-12-021-1/+2
* [XFRM]: annotate ->new_mapping()Al Viro2006-12-021-1/+1
* [XFRM] STATE: Fix to respond error to get operation if no matching entry exists.Masahide NAKAMURA2006-11-251-0/+1
* [XFRM]: nlmsg length not computed correctly in the presence of subpoliciesJamal Hadi Salim2006-11-211-1/+9
* [XFRM]: Sub-policies broke policy eventsJamal Hadi Salim2006-11-211-0/+3
* [XFRM] xfrm_user: Fix unaligned accesses.David S. Miller2006-10-301-2/+2
* [XFRM]: Fix xfrm_state accountingPatrick McHardy2006-10-241-8/+10
* [XFRM]: Fix xfrm_state_num going negative.David S. Miller2006-10-151-4/+13
* IPsec: fix handling of errors for socket policiesVenkat Yekkirala2006-10-111-8/+18
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-112-12/+4
* IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-111-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-281-4/+7
* [XFRM]: xfrm_spi_hash() annotationsAl Viro2006-09-282-3/+3
* [XFRM]: xfrm_replay_advance() annotationsAl Viro2006-09-281-3/+2
* [XFRM]: xrfm_replay_check() annotationsAl Viro2006-09-281-3/+2
* [XFRM]: xfrm_parse_spi() annotationsAl Viro2006-09-281-4/+4
* [XFRM]: xfrm_state_lookup() annotationsAl Viro2006-09-281-2/+2
* [XFRM]: xfrm_alloc_spi() annotatedAl Viro2006-09-281-5/+5
* [XFRM]: Fix wildcard as tunnel sourcePatrick McHardy2006-09-221-0/+21
* [XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris2006-09-221-7/+6
* [XFRM] STATE: Fix flusing with hash mask.Masahide NAKAMURA2006-09-221-1/+1
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-222-6/+2
* [XFRM]: Respect priority in policy lookups.David S. Miller2006-09-221-9/+10
* [XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller2006-09-225-200/+195
* [XFRM]: Hash policies when non-prefixed.David S. Miller2006-09-221-140/+541
* [XFRM]: Hash xfrm_state objects by source address too.David S. Miller2006-09-221-18/+35
* [XFRM]: Kill excessive refcounting of xfrm_state objects.David S. Miller2006-09-221-41/+12
* [XFRM]: Purge dst references to deleted SAs passively.David S. Miller2006-09-222-18/+1
* [XFRM]: Do not flush all bundles on SA insert.David S. Miller2006-09-222-15/+20
* [XFRM]: Simplify xfrm_spi_hashDavid S. Miller2006-09-221-24/+9
* [XFRM]: Put more keys into destination hash function.David S. Miller2006-09-221-40/+35
* [XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller2006-09-222-0/+5
* [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-221-52/+195
* [XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller2006-09-221-41/+51
* [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller2006-09-221-51/+159
* [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller2006-09-221-10/+100
* [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-221-13/+121
OpenPOWER on IntegriCloud