summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2014-01-02xfrm: checkpatch erros with space prohibitedWeilong Chen
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du
2013-12-06xfrm: Try to honor policy index if it's supplied by userFan Du
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-21xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-28xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert
2013-08-19xfrm: remove irrelevant comment in xfrm_input().Rami Rosen
2013-08-06xfrm: Delete hold_timer when destroy policyFan Du
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-19xfrm: use xfrm direction when lookup policyBaker Zhang
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
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-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek
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-18xfrm: fix a read lock imbalance in make_blackholeLi RongQing
2012-09-18xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
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-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller
2012-04-09SELinux: include flow.h where used rather than get it indirectlyEric Paris
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller