summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-20[IPSEC]: Add xfrm_init_stateHerbert Xu3-9/+22
2005-06-18[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notificationHerbert Xu1-4/+43
2005-06-18[IPSEC] Use NLMSG_LENGTH in xfrm_exp_state_notifyJamal Hadi Salim1-2/+2
2005-06-18[IPSEC] Fix xfrm_state leaks in error pathPatrick McHardy1-2/+2
2005-06-18[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu2-47/+20
2005-06-18[IPSEC] Set byid for km_event in xfrm_get_policyHerbert Xu1-0/+1
2005-06-18[IPSEC] Turn km_event.data into a unionHerbert Xu2-8/+6
2005-06-18[IPSEC] Kill spurious hard expire messagesHerbert Xu2-12/+12
2005-06-18[IPSEC] Add complete xfrm event notificationJamal Hadi Salim2-25/+321
2005-05-26From: Kazunori Miyazawa <kazunori@miyazawa.org>Hideaki YOSHIFUJI1-2/+2
2005-05-19[IPSEC]: Verify key payload in verify_one_algoHerbert Xu1-1/+8
2005-05-19[IPSEC]: Fixed alg_key_len usage in attach_one_algoHerbert Xu1-2/+4
2005-05-18[XFRM]: skb_cow_data() does not set proper owner for new skbs.Evgeniy Polyakov1-1/+1
2005-05-03[IPSEC]: Store idev entriesHerbert Xu1-23/+2
2005-05-03[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().David S. Miller1-1/+3
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller1-4/+3
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu1-4/+11
2005-05-03[XFRM]: Cleanup xfrm_msg_min and xfrm_dispatchThomas Graf1-37/+36
2005-04-21[XFRM]: Fix existence lookup in xfrm_state_findPatrick McHardy1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds7-0/+4494