aboutsummaryrefslogtreecommitdiffstats
path: root/net/key
AgeCommit message (Expand)AuthorFilesLines
2004-07-31[PF_KEY]: spirange should be in host byte order.Herbert Xu1-3/+3
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds1-2/+2
2004-06-24[IPSEC]: Check encap_type at config time, in user API code.Herbert Xu1-0/+9
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-05-28[AF_KEY]: Set family for state selector.Herbert Xu1-1/+1
2004-05-24[IPSEC]: Fix buglet in AF_KEY spddeleteSteven King1-1/+1
2004-04-18[IPSEC]: Add SPD priority for PF_KEY interface.Brian Buesker1-0/+2
2004-04-05Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller1-1/+1
2004-03-31[AF_KEY]: pfkey_send_new_mapping marks dest address incorrectly.Michal Ludvig1-1/+1
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-23[IPSEC]: Missing family settings in af_key and xfrm_user.John Williams Floroiu1-0/+1
2004-03-18[AF_KEY]: More accurate error codes.Aidas Kasparas1-7/+23
2004-01-24[AF_KEY]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-13[AF_KEY]: In pfkey_get(), do not dereference xfrm_state after it is put.Krishna Kumar1-1/+3
2004-01-08[NETLINK]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-2/+2
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-07-27[IPSEC]: Use per-SA flag to control ECN propagation.Herbert Xu1-0/+4
2003-07-20[IPSEC]: Make reqids 32-bits.Herbert Xu1-5/+6
2003-07-08[IPSEC] Add policy expirationHerbert Xu1-9/+2
2003-06-30[IPSEC] split xfrm_state_replace + fixes Herbert Xu1-1/+5
2003-06-22[IPSEC]: Close SADB_ADD race and add XFRM_MSG_UPDSA (SADB_UPDATE equivalent).Herbert Xu1-24/+4
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-14/+8
2003-06-08[IPSEC]: Zap killed policies from the flow cache properly.Herbert Xu1-2/+2
2003-06-06[XFRM_USER]: Allow del policy by id and get policy by selector.Herbert Xu1-1/+1
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-19/+19
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-1/+1
2003-05-22[AF_KEY]: Zero out sadb_prop_reserved.Herbert Xu1-0/+2
2003-05-13[AF_KEY]: Force km.state to XFRM_STATE_DEAD in pfkey_msg2xfrm_state.David S. Miller1-0/+1
2003-05-11[IPSEC]: Implement proper IPIP tunnel handling for IPcomp.James Morris1-1/+7
2003-05-08[IPSEC]: Use xfrm_state_put in pfkey_msg2xfrm_state.James Morris1-9/+1
2003-05-02o af_key: use revised net module infrastructureArnaldo Carvalho de Melo1-2/+3
2003-04-28o af_key: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-6/+1
2003-04-02[IPSEC]: Store xfrm_encap_tmpl directly in xfrm_state.David S. Miller1-11/+9
2003-04-02[IPSEC]: Implement UDP Encapsulation framework.Derek Atkins1-2/+223
2003-03-22[IPSEC]: Split up XFRM Subsystem.Hideaki Yoshifuji1-67/+40
2003-03-22[IPSEC] Add initial compression support for pfkey and xfrm_algo.James Morris1-16/+38
2003-03-20[IPSEC]: Add IPV6_{IPSEC,XFRM}_POLICY socket option support.Tom Lendacky1-2/+17
2003-03-19[IPSEC]: Fix null authentication/encryption.Thomas Walpuski1-0/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-3/+2
2003-03-04[IPSEC]: Add full ipv6 support.Kazunori Miyazawa1-14/+3
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-1/+1
2003-03-02[IPSEC]: Add family argument to compile_policy.James Morris1-1/+3
2003-02-18[AF_KEY]: Add missing credit.Hideaki Yoshifuji1-0/+1
2003-02-12[IPSEC]: Mark pfkey_sadb_addr2xfrm_addr static again.David S. Miller1-2/+2
2003-02-12[IPSEC]: Fix af_key.c build.David S. Miller1-1/+8
2003-02-12[IPSEC]: Add ipv6 support infrastructure.Kunihiro Ishiguro1-121/+410
2003-02-12[IPSEC]: Fix mis-patch of previous changes.David S. Miller1-0/+15
2003-02-12[IPSEC] Make sure SADB_X_SPDADD messages have proper spid.Tom Lendacky1-19/+23
2003-02-12[IPSEC]: Add missed bit of sin_zero fix.David S. Miller1-0/+1
2003-02-12[IPSEC]: Make sure to clear sin_zero in AF_KEY.Tom Lendacky1-19/+26
2003-02-12[IPSEC]: Make AF_KEY allow NULL encryption.Joy Latten1-0/+1
2003-01-08[IPSEC]: Clean up key manager algorithm handling.James Morris1-168/+106
2002-12-22Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-1/+1
2002-12-20[AF_KEY]: Fix comment typo.Christoph Hellwig1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-17[IPSEC]: Policy timeout and pfkey acquire fixes.Alexey Kuznetsov1-18/+28
2002-11-13[IPSEC]: More pfkey2 semantic fixes.Alexey Kuznetsov1-6/+15
2002-11-13[AF_KEY]: Fix alloc_skb args.James Morris1-1/+1
2002-11-10[IPSEC]: More fixes and corrections.Alexey Kuznetsov1-13/+57
2002-11-07[IPSEC] More work.Alexey Kuznetsov1-62/+71
2002-11-06[IPSEC]: Few changes to keep racoon ISAKMP daemon happy.Alexey Kuznetsov1-11/+10
2002-11-06[IPSEC]: Semantic fixes with help from Maxim Giryaev.Alexey Kuznetsov1-43/+68
2002-11-04[IPSEC]: Bug fixes and updates.Alexey Kuznetsov1-39/+64
2002-11-04[AF_KEY]: Convert to/from IPSEC_PROTO_ANY.David S. Miller1-11/+30
2002-11-03[NET]: IPSEC updates.Alexey Kuznetsov2-0/+2259