aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-17[NET]: Fix warnings after LSM-IPSEC changes.David S. Miller1-2/+2
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang1-7/+12
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2-0/+89
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu2-30/+37
2006-05-22[NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan1-1/+1
2006-04-29[XFRM]: fix incorrect xfrm_policy_afinfo_lock useIngo Molnar1-4/+4
2006-04-29[XFRM]: fix incorrect xfrm_state_afinfo_lock useIngo Molnar1-4/+4
2006-04-29[XFRM]: fix softirq-unsafe xfrm typemap->lock useIngo Molnar1-4/+4
2006-04-14[XFRM]: Fix aevent timer.Jamal Hadi Salim1-6/+19
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu2-7/+7
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy1-4/+11
2006-03-20[NET] sem2mutex: net/Arjan van de Ven2-4/+4
2006-03-20[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller1-3/+0
2006-03-20[XFRM]: Add some missing exports.David S. Miller2-0/+7
2006-03-20[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.cDavid S. Miller2-3/+3
2006-03-20[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.David S. Miller1-2/+2
2006-03-20[IPSEC]: Sync series - policy expiresJamal Hadi Salim3-4/+59
2006-03-20[IPSEC]: Sync series - SA expiresJamal Hadi Salim2-7/+40
2006-03-20[IPSEC]: Sync series - acquire insertJamal Hadi Salim2-2/+57
2006-03-20[IPSEC]: Sync series - userJamal Hadi Salim1-10/+228
2006-03-20[IPSEC]: Sync series - core changesJamal Hadi Salim2-2/+78
2006-02-27[IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu1-7/+0
2006-02-23[XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put().Herbert Xu2-5/+5
2006-02-23[NETFILTER]: Fix bridge netfilter related in xfrm_lookupPatrick McHardy1-3/+4
2006-02-19[XFRM]: Fix policy double putPatrick McHardy1-2/+0
2006-02-13[IPSEC]: Fix strange IPsec freeze.Herbert Xu1-1/+3
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2-8/+4
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy1-0/+2
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy1-4/+5
2006-01-06[LSM-IPSec]: Corrections to LSM-IPSec NethooksTrent Jaeger1-0/+1
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger3-44/+201
2005-12-22[IPSEC]: Fix policy updates missed by socketsDavid S. Miller1-1/+29
2005-12-19[IPSEC]: Perform SA switchover immediately.David S. Miller2-5/+19
2005-11-10[XFRM]: Use generic netlink receive queue processorThomas Graf1-56/+5
2005-11-10[NETLINK]: Make netlink_callback->done() optionalThomas Graf1-7/+1
2005-11-08[NET]: kfree cleanupJesper Juhl1-8/+4
2005-10-26[IPSEC]: Kill obsolete get_mss functionHerbert Xu2-43/+6
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-05[IPSEC]: Document that policy direction is derived from the index.Herbert Xu1-2/+2
2005-10-04[XFRM]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-09-08[XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy1-4/+4
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2-2/+2
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-2/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-21/+14
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy1-0/+8
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+3
2005-07-26[XFRM]: Fix possible overflow of sock->sk_policyHerbert Xu1-0/+3
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg1-0/+15
2005-06-20[IPSEC]: Add xfrm_state_afinfo->init_flagsHerbert Xu1-2/+18