aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-04xfrm: simplify the exit path of xfrm_output_one()Jean Sacren1-5/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs1-0/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+13
2013-04-25xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna1-0/+13
2013-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+16
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+65
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+65
2013-03-25xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause1-4/+2
2013-03-20xfrm: Fix replay notification for esn.Steffen Klassert1-1/+67
2013-03-19xfrm: use xfrm direction when lookup policyBaker Zhang1-2/+21
2013-03-06xfrm_user: constify netlink dispatch tableMathias Krause1-2/+2
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2-0/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-53/+36
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-13/+301
2013-02-11xfrm: Allow inserting policies with matching mark and different prioritiesSteffen Klassert1-2/+16
2013-02-06xfrm: Add a state resolution packet queueSteffen Klassert1-4/+225
2013-02-01xfrm: fix a unbalanced lockLi RongQing1-1/+1
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey supportJussi Kivilinna1-6/+59
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明3-30/+30
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+4
2013-01-21xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek1-1/+1
2013-01-18net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich1-1/+3
2013-01-17xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang1-25/+18
2013-01-16xfrm: replace rwlock on xfrm_km_list with rcuCong Wang1-28/+30
2013-01-16xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang1-17/+16
2013-01-11net/xfrm: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2013-01-08xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna1-2/+1
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing3-3/+7
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-12/+9
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-11-13net: xfrm: use __this_cpu_read per-cpu helperShan Wei1-5/+3
2012-11-08xfrm: remove redundant replay_esn checkUlrich Weber1-7/+6
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-84/+88
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-13/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+44
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause1-4/+5
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause1-6/+25
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause1-1/+1
2012-09-18xfrm: fix a read lock imbalance in make_blackholeLi RongQing1-1/+1
2012-09-18xfrm_user: return error pointer instead of NULL #2Mathias Krause1-2/+4
2012-09-18xfrm_user: return error pointer instead of NULLMathias Krause1-2/+4
2012-09-18xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel1-0/+1