aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner2-8/+8
2004-12-27[XFRM]: Staticize, and remove unused global functions.Adrian Bunk5-17/+11
2004-12-01Merge nuts.davemloft.net:/disk1/BK/net-2.6.11-workDavid S. Miller1-0/+2
2004-11-23[XFRM]: Export xfrm_policy_delete()Arnaldo Carvalho de Melo1-0/+2
2004-11-23[XFRM]: Fix endless loop in xfrm_policy_insertPatrick McHardy1-0/+1
2004-11-09[NET]: Lock initializer unifyingAndrew Morton2-2/+2
2004-11-01[XFRM]: Fix build failures without CONFIG_INETHerbert Xu1-4/+0
2004-11-01[XFRM]: Move xfrm4_rcv export to its siteHerbert Xu1-1/+0
2004-10-27[XFRM]: Don't panic in xfrm_user_initHerbert Xu1-2/+1
2004-10-27[NET]: Fix NLM_F_MULTI in tcp_diag and xfrm_userHarald Welte1-2/+7
2004-10-25[XFRM]: Remove dead exports.Christoph Hellwig3-27/+12
2004-10-20[XFRM]: Fix policy update bug when increasing priority of last policy.Herbert Xu1-2/+4
2004-10-20[XFRM]: Make {__,}xfrm_policy_check behave identically wrt. empty policy lists.Herbert Xu1-5/+13
2004-09-22[XFRM]: Fix unbalanced spin_unlock_bh in __xfrm_find_acq_byseqPatrick McHardy1-1/+0
2004-09-17[XFRM] make xfrm_lookup() fully af-independent.David S. Miller1-20/+6
2004-09-10[IPSEC]: Find larval SAs by sequence numberHerbert Xu2-11/+48
2004-08-18[IPSEC]: Modularise xfrm_tunnel.Herbert Xu1-2/+0
2004-08-15[IPSEC]: Move encap check back down to esp4.cHerbert Xu1-9/+0
2004-08-15[XFRM_USER]: Fill in x->props algo fields.Herbert Xu1-4/+19
2004-08-09[IPSEC]: Add missing flow_cache_genid update to xfrm_policy_delete()Eugene Surovegin1-1/+4
2004-08-02[IPSEC]: Move xfrm[46]_tunnel_check_size into xfrm[46]_output.cHerbert Xu1-1/+0
2004-07-31[IPSEC]: xfrm_alloc_spi always succeeds on non-trivial rangeHerbert Xu1-2/+3
2004-07-31[IPSEC]: Remove redundant check in xfrm_state_add()Herbert Xu1-11/+5
2004-07-28[IPSEC]: xfrm_user code forgets to call xfrm_probe_algs()Masahide Nakamura1-0/+2
2004-07-25[XFRM]: Wake up km_waitq once per gc-run instead of once per state.Patrick McHardy1-1/+1
2004-07-22[IPSEC]: Missing unlock in policy timer.Herbert Xu1-0/+1
2004-07-09[XFRM]: Add FLUSHSA and FLUSHPOLICY.Herbert Xu1-0/+20
2004-06-24[IPSEC]: Check encap_type at config time, in user API code.Herbert Xu1-0/+9
2004-06-19[XFRM] fix dependency issues for CONFIG_IPV6=m.Hideaki Yoshifuji4-48/+12
2004-05-31[IPSEC]: Fix xfrm_tunnel leak.Herbert Xu1-1/+0
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-1/+1
2004-05-28[IPSEC]: Fix ref counting in __xfrmN_bundle_create().Herbert Xu1-0/+2
2004-05-24[IPSEC]: Use add_timer() in xfrm_state_find.Herbert Xu1-1/+2
2004-05-24[IPSEC]: Fix outdated comment in __xfrm_state_delete.Herbert Xu1-7/+3
2004-05-24[IPSEC]: Do not leak entries in xfrm_state_find.Herbert Xu1-10/+6
2004-05-21[IPSEC]: Lock policy in policy timer.Herbert Xu1-0/+3
2004-05-21[IPSEC]: Fix state modifications in xfrm_state_update().Herbert Xu1-5/+6
2004-03-23[IPSEC]: Missing family settings in af_key and xfrm_user.John Williams Floroiu1-0/+1
2004-03-21[XFRM] remove unused argument for (*find_bundle)().Hideaki Yoshifuji1-3/+3
2004-02-24[XFRM_USER]: In xfrm_send_{acquire,policy_notify}(), use {RTA,NLMSG}_SPACE().Michal Ludvig1-6/+4
2004-02-24[XFRM_USER]: Fix SKB sizing in xfrm_send_policy_notify().Michal Ludvig1-1/+1
2004-02-04[XFRM]: Do not schedule() when MSG_DONTWAIT.Krishna Kumar1-1/+1
2004-01-13[XFRM]: In xfrm_lookup(), schedule() before retrying template resolution.Krishna Kumar1-10/+7
2004-01-13[XFRM_USER]: xfrm_state_construct() needs to set x->km.state to XFRM_STATE_DEAD.Krishna Kumar1-0/+1
2004-01-13[XFRM]: Fix two bugs in xfrm_lookup()Krishna Kumar1-6/+8
2004-01-09[XFRM]: SHA2-256 should be truncated to 96 bits, not 128.Michal Ludvig1-1/+1
2003-11-29[XFRM]: Check whether a dst is still valid before adding it to a bundle.Herbert Xu2-38/+24
2003-11-26[XFRM]: Handle device down/unregister events.Herbert Xu1-32/+49
2003-10-26[IPSEC]: Fix accidental too many ref drops on policies.Herbert Xu2-1/+2
2003-10-23[IPSEC]: Strengthen policy checks.Herbert Xu1-23/+37
2003-09-30[NET]: Fix xfrm_algo.c module exports.Andrew Morton1-4/+3
2003-09-28o NET: move net/xfrm/xfrm_algo.c EXPORT_SYMBOL_GPLs from net/netsyms.cArnaldo Carvalho de Melo1-0/+6
2003-09-11[XFRM]: Fix ALLOC_SPI for IPCOMP.Herbert Xu1-3/+3
2003-08-31[NET]: Add MODULE_LICENSE to xfrm_user.cHerbert Xu1-0/+1
2003-08-15[IPSEC]: Add support for Twofish and Serpent.Kyle McMartin1-0/+34
2003-08-08[NET]: Allow XFRM subsystem to be optional.Andi Kleen3-2/+82
2003-08-07[XFRM_USER]: Add inner family field to all SAs and templates.Herbert Xu1-3/+3
2003-08-02[XFRM_USER]: Fix spurious NLMSG_ERROR messages.Herbert Xu1-1/+1
2003-08-02[XFRM_USER]: Pass correct args to xfrm_find_acq().Herbert Xu1-2/+2
2003-08-02[XFRM]: Fix OOPS in xfrm_state_update.Herbert Xu1-1/+2
2003-07-27[IPSEC]: Fix SKB secpath refcounting.Herbert Xu2-1/+35
2003-07-27[IPSEC]: Use per-SA flag to control ECN propagation.Herbert Xu1-0/+2
2003-07-20[IPSEC]: Make reqids 32-bits.Herbert Xu1-1/+1
2003-07-14[IPSEC/IPV6]: Add missing email address to my copyrights.Kunihiro Ishiguro3-3/+3
2003-07-12[IPSEC]: Missing reqid check in xfrm_state_ok.Herbert Xu1-0/+1
2003-07-11[IPSEC] Fix refcnt leak in xfrm_lookupHerbert Xu1-1/+3
2003-07-08[IPSEC]: Do not call request_module() under spinlock in xfrm_get_type().James Morris1-2/+4
2003-07-08[IPSEC] Add policy expirationHerbert Xu3-65/+147
2003-07-01Merge intercode.com.au:/home/jmorris/bk/net/ipsec-2.5James Morris2-18/+83
2003-06-30[IPSEC] split xfrm_state_replace + fixes Herbert Xu2-18/+83
2003-06-30[XFRM] Set SA saddr correctlyHerbert Xu1-1/+2
2003-06-30[XFRM] Fix typo.Hideaki Yoshifuji1-1/+1
2003-06-28[XFRM] Set port/proto in acquire messages.Herbert Xu1-27/+45
2003-06-22[IPSEC]: Close SADB_ADD race and add XFRM_MSG_UPDSA (SADB_UPDATE equivalent).Herbert Xu2-11/+61
2003-06-14[IPSEC]: Fix xfrm_alloc_spi() always selecting minspi.Hideaki Yoshifuji1-1/+1
2003-06-12[IPSEC]: Kill object argument from flow_cache_flush.Herbert Xu1-1/+1
2003-06-08[IPSEC]: Zap killed policies from the flow cache properly.Herbert Xu2-18/+51
2003-06-06[XFRM_USER]: Allow del policy by id and get policy by selector.Herbert Xu2-33/+35
2003-06-05Merge bk://kernel.bkbits.net/acme/sock-2.5David S. Miller3-20/+20
2003-06-05[IPSEC]: Implement xfrm type module autoloading.David S. Miller1-0/+10
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo3-20/+20
2003-06-03[IPSEC]: Include linux/slab.h where necessary.Herbert Xu1-0/+1
2003-05-31[XFRM]: Handle use_time expiration properly.David S. Miller1-4/+4
2003-05-31[XFRM]: Too many reference drops of delpol in xfrm_policy_insert.Herbert Xu1-1/+0
2003-05-31[XFRM_USER]: Rename confusing member of struct xfrm_usersa_id.Herbert Xu1-2/+2
2003-05-31[XFRM_USER]: Fix xfrm_state_lookup args in xfrm_add_sa.Herbert Xu1-1/+1
2003-05-26[IPSEC]: Order SPD using priority.Herbert Xu1-8/+20
2003-05-25[XFRM_USER]: Add XFRM_MSG_UPDPOLICY, analogue of SADB_X_SPDUPDATE.Herbert Xu1-1/+7
2003-05-21Use proper ANSI stype function declarations in definitions.Linus Torvalds1-1/+1
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-3/+3
2003-05-16[IPV6]: Add IPCOMP support.Mitsuru Kanda1-1/+1
2003-05-15[NET]: Split out policy flow cache to be a generic facility.David S. Miller1-149/+33
2003-05-11[IPSEC]: Implement proper IPIP tunnel handling for IPcomp.James Morris2-1/+23
2003-05-08[XFRM]: Fix typos in xfrm_state_put() changes.David S. Miller1-11/+11
2003-05-08[XFRM]: Use xfrm_pol_hold().James Morris1-10/+10
2003-05-08[XFRM]: Make use of xfrm_state_hold().James Morris1-12/+12
2003-05-03[IPSEC]: Consolidate some output code into xfrm_check_output.James Morris2-1/+47
2003-04-08[IPSEC]: Support for optional policies on input got lost.James Morris1-0/+2
2003-04-07[IPSEC]: Really move type destructor out of spinlock.James Morris1-19/+14
2003-04-06[NET]: skb_headlen() cleanup.James Morris1-2/+2
2003-04-04[IPSEC]: Move xfrm type destructor out of spinlock.James Morris1-13/+44
2003-04-02[IPSEC]: Add encap support for xfrm_user.David S. Miller1-0/+39
2003-04-02[IPSEC]: Store xfrm_encap_tmpl directly in xfrm_state.David S. Miller1-2/+2
2003-04-02[IPSEC]: Implement UDP Encapsulation framework.Derek Atkins3-3/+32
2003-04-01[IPSEC]: xfrm_{state,user}.c need asm/uaccess.hDavid S. Miller2-0/+2
2003-03-31[IPSEC]: Fix xfrm_state refcounts.James Morris1-1/+18
2003-03-24[IPSEC]: Kill skb_ah_walk, not needed.David S. Miller1-77/+1
2003-03-24[IPSEC]: Move xfrm_*.c into net/xfrm/Hideaki Yoshifuji7-0/+3895