index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[NET]: kfree cleanup
Jesper Juhl
2005-11-08
1
-8
/
+4
*
[IPSEC]: Kill obsolete get_mss function
Herbert Xu
2005-10-26
2
-43
/
+6
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
1
-1
/
+1
*
[IPSEC]: Document that policy direction is derived from the index.
Herbert Xu
2005-10-05
1
-2
/
+2
*
[XFRM]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-1
/
+1
*
[XFRM]: Always release dst_entry on error in xfrm_lookup
Patrick McHardy
2005-09-08
1
-4
/
+4
*
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
2005-08-29
2
-2
/
+2
*
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
2005-08-29
1
-2
/
+2
*
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
2005-08-29
1
-21
/
+14
*
[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users
Patrick McHardy
2005-08-29
1
-0
/
+8
*
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
Harald Welte
2005-08-29
1
-1
/
+3
*
[XFRM]: Fix possible overflow of sock->sk_policy
Herbert Xu
2005-07-26
1
-0
/
+3
*
[NET]: move config options out to individual protocols
Sam Ravnborg
2005-07-11
1
-0
/
+15
*
[IPSEC]: Add xfrm_state_afinfo->init_flags
Herbert Xu
2005-06-20
1
-2
/
+18
[next]