Home
last modified time | relevance | path

Searched hist:"2 e71029e2c32ecd59a2e8f351517bfbbad42ac11" (Results 1 – 5 of 5) sorted by relevance

/linux/net/key/
H A Daf_key.cdiff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.

Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed
"struct xfrm_audit" to have either
{ audit_get_loginuid(current) / audit_get_sessionid(current) } or
{ INVALID_UID / -1 } pair.

This means that we can represent "struct xfrm_audit" as "bool".
This patch replaces "struct xfrm_audit" argument with "bool".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
/linux/net/xfrm/
H A Dxfrm_state.cdiff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.

Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed
"struct xfrm_audit" to have either
{ audit_get_loginuid(current) / audit_get_sessionid(current) } or
{ INVALID_UID / -1 } pair.

This means that we can represent "struct xfrm_audit" as "bool".
This patch replaces "struct xfrm_audit" argument with "bool".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
H A Dxfrm_user.cdiff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.

Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed
"struct xfrm_audit" to have either
{ audit_get_loginuid(current) / audit_get_sessionid(current) } or
{ INVALID_UID / -1 } pair.

This means that we can represent "struct xfrm_audit" as "bool".
This patch replaces "struct xfrm_audit" argument with "bool".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
H A Dxfrm_policy.cdiff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.

Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed
"struct xfrm_audit" to have either
{ audit_get_loginuid(current) / audit_get_sessionid(current) } or
{ INVALID_UID / -1 } pair.

This means that we can represent "struct xfrm_audit" as "bool".
This patch replaces "struct xfrm_audit" argument with "bool".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
/linux/include/net/
H A Dxfrm.hdiff 2e71029e2c32ecd59a2e8f351517bfbbad42ac11 Tue Apr 22 14:48:30 CEST 2014 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> xfrm: Remove useless xfrm_audit struct.

Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed
"struct xfrm_audit" to have either
{ audit_get_loginuid(current) / audit_get_sessionid(current) } or
{ INVALID_UID / -1 } pair.

This means that we can represent "struct xfrm_audit" as "bool".
This patch replaces "struct xfrm_audit" argument with "bool".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>