aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-02-11xfrm: Allow inserting policies with matching mark and different prioritiesSteffen Klassert
2013-02-06xfrm: Add a state resolution packet queueSteffen Klassert
2013-02-01xfrm: fix a unbalanced lockLi RongQing
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-21xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek
2013-01-18net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich
2013-01-17xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang
2013-01-16xfrm: replace rwlock on xfrm_km_list with rcuCong Wang
2013-01-16xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang
2013-01-11net/xfrm: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-08xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-11-13net: xfrm: use __this_cpu_read per-cpu helperShan Wei
2012-11-08xfrm: remove redundant replay_esn checkUlrich Weber
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause
2012-09-18xfrm: fix a read lock imbalance in make_blackholeLi RongQing
2012-09-18xfrm_user: return error pointer instead of NULL #2Mathias Krause
2012-09-18xfrm_user: return error pointer instead of NULLMathias Krause
2012-09-18xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-10xfrm: Report user triggered expirations against the users socketEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert
2012-08-31net/xfrm/xfrm_state.c: fix error return codeJulia Lawall
2012-08-22xfrm: fix RCU bugsEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-16xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du
2012-08-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain