index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MLSXFRM]: Default labeling of socket specific IPSec policies
Venkat Yekkirala
2006-09-22
2
-3
/
+12
*
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
2006-09-22
1
-2
/
+1
*
[MLSXFRM]: Add security context to acquire messages using netlink
Serge Hallyn
2006-09-22
1
-15
/
+28
*
[MLSXFRM]: Flow based matching of xfrm policy and state
Venkat Yekkirala
2006-09-22
2
-15
/
+25
*
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
2006-09-21
1
-9
/
+18
*
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
2006-09-21
1
-13
/
+27
*
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
2006-09-21
1
-8
/
+16
*
[IPSEC]: Add compatibility algorithm name support
Herbert Xu
2006-09-21
2
-1
/
+3
*
[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h
Herbert Xu
2006-09-21
1
-0
/
+1
*
[IPSEC]: Validate properly in xfrm_dst_check()
David S. Miller
2006-08-13
1
-3
/
+24
*
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
2006-07-21
2
-4
/
+2
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
2
-2
/
+0
*
[XFRM]: unexport xfrm_state_mtu
Adrian Bunk
2006-06-29
1
-2
/
+0
*
[NETLINK]: Encapsulate eff_cap usage within security framework.
Darrel Goeddel
2006-06-29
1
-1
/
+1
*
[NET]: Fix warnings after LSM-IPSEC changes.
David S. Miller
2006-06-17
1
-2
/
+2
*
[LSM-IPsec]: SELinux Authorize
Catherine Zhang
2006-06-17
1
-7
/
+12
*
[IPSEC] xfrm: Abstract out encapsulation modes
Herbert Xu
2006-06-17
2
-0
/
+89
*
[IPSEC] xfrm: Undo afinfo lock proliferation
Herbert Xu
2006-06-17
2
-30
/
+37
*
[NET]: Fix "ntohl(ntohs" bugs
Alexey Dobriyan
2006-05-22
1
-1
/
+1
*
[XFRM]: fix incorrect xfrm_policy_afinfo_lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
[XFRM]: fix incorrect xfrm_state_afinfo_lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
[XFRM]: fix softirq-unsafe xfrm typemap->lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
[XFRM]: Fix aevent timer.
Jamal Hadi Salim
2006-04-14
1
-6
/
+19
*
[IPSEC]: Kill unused decap state structure
Herbert Xu
2006-04-01
2
-7
/
+7
*
[XFRM]: Fix aevent related crash
Patrick McHardy
2006-03-20
1
-4
/
+11
*
[NET] sem2mutex: net/
Arjan van de Ven
2006-03-20
2
-4
/
+4
*
[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()
David S. Miller
2006-03-20
1
-3
/
+0
*
[XFRM]: Add some missing exports.
David S. Miller
2006-03-20
2
-0
/
+7
*
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
David S. Miller
2006-03-20
2
-3
/
+3
*
[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.
David S. Miller
2006-03-20
1
-2
/
+2
*
[IPSEC]: Sync series - policy expires
Jamal Hadi Salim
2006-03-20
3
-4
/
+59
*
[IPSEC]: Sync series - SA expires
Jamal Hadi Salim
2006-03-20
2
-7
/
+40
*
[IPSEC]: Sync series - acquire insert
Jamal Hadi Salim
2006-03-20
2
-2
/
+57
*
[IPSEC]: Sync series - user
Jamal Hadi Salim
2006-03-20
1
-10
/
+228
*
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
2006-03-20
2
-2
/
+78
*
[IPSEC]: Kill post_input hook and do NAT-T in esp_input directly
Herbert Xu
2006-02-27
1
-7
/
+0
*
[XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put().
Herbert Xu
2006-02-23
2
-5
/
+5
*
[NETFILTER]: Fix bridge netfilter related in xfrm_lookup
Patrick McHardy
2006-02-23
1
-3
/
+4
*
[XFRM]: Fix policy double put
Patrick McHardy
2006-02-19
1
-2
/
+0
*
[IPSEC]: Fix strange IPsec freeze.
Herbert Xu
2006-02-13
1
-1
/
+3
*
[PATCH] remove bogus asm/bug.h includes.
Al Viro
2006-02-07
1
-1
/
+0
*
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
2006-01-09
2
-8
/
+4
*
[NETFILTER]: Handle NAT in IPsec policy checks
Patrick McHardy
2006-01-07
1
-0
/
+2
*
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
2006-01-07
1
-4
/
+5
*
[LSM-IPSec]: Corrections to LSM-IPSec Nethooks
Trent Jaeger
2006-01-06
1
-0
/
+1
*
[LSM-IPSec]: Security association restriction.
Trent Jaeger
2006-01-03
3
-44
/
+201
*
[IPSEC]: Fix policy updates missed by sockets
David S. Miller
2005-12-22
1
-1
/
+29
*
[IPSEC]: Perform SA switchover immediately.
David S. Miller
2005-12-19
2
-5
/
+19
*
[XFRM]: Use generic netlink receive queue processor
Thomas Graf
2005-11-10
1
-56
/
+5
*
[NETLINK]: Make netlink_callback->done() optional
Thomas Graf
2005-11-10
1
-7
/
+1
[next]