aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-11xfrm: Add oif to dst lookupsGravatar David Ahern 1-10/+14
2015-05-18xfrm: optimise to search the inexact policy listGravatar Li RongQing 1-3/+8
2015-05-05xfrm: move the checking for old xfrm_policy hold_queue to beginningGravatar Li RongQing 1-3/+3
2015-05-05xfrm: remove the unnecessary checking before call xfrm_pol_holdGravatar Li RongQing 1-4/+3
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedGravatar Li RongQing 1-1/+1
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkGravatar Li RongQing 1-1/+3
2015-04-23xfrm: remove the xfrm_queue_purge definitionGravatar Li RongQing 1-10/+2
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()Gravatar huaibin Wang 1-6/+6
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-23/+29
2014-11-13xfrm: Use __xfrm_policy_link in xfrm_policy_insertGravatar Herbert Xu 1-3/+2
2014-11-13xfrm: Do not hash socket policiesGravatar Herbert Xu 1-18/+26
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbGravatar Eric Dumazet 1-1/+1
2014-10-27xfrm: fix set but not used warning in xfrm_policy_queue_process()Gravatar Fabian Frederick 1-2/+1
2014-10-01net: cleanup and document skb fclone layoutGravatar Eric Dumazet 1-3/+1
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-6/+134
2014-09-16xfrm: Generate queueing routes only from route lookup functionsGravatar Steffen Klassert 1-8/+24
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsGravatar Steffen Klassert 1-1/+17
2014-09-02xfrm: configure policy hash table thresholds by netlinkGravatar Christophe Gouault 1-0/+87
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsGravatar Christophe Gouault 1-6/+47
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Gravatar Ken Helias 1-2/+2
2014-06-26xfrm: Fix refcount imbalance in xfrm_lookupGravatar Steffen Klassert 1-0/+2
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-32/+14
2014-05-07net: clean up snmp stats codeGravatar WANG Cong 1-6/+4
2014-04-23xfrm: Remove useless xfrm_audit struct.Gravatar Tetsuo Handa 1-26/+14
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Gravatar Tetsuo Handa 1-14/+8
2014-04-15ipv4: add a sock pointer to dst->output() path.Gravatar Eric Dumazet 1-1/+1
2014-03-12flowcache: Fix resource leaks on namespace exit.Gravatar Steffen Klassert 1-1/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-02-26xfrm: Fix unlink race when policies are deleted.Gravatar Steffen Klassert 1-1/+1
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesGravatar Steffen Klassert 1-28/+0
2014-02-12flowcache: Make flow cache name space awareGravatar Fan Du 1-3/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-99/+96
2014-01-23Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-4/+4
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-16/+16
2014-01-13audit: convert all sessionid declaration to unsigned intGravatar Eric Paris 1-4/+4
2014-01-07net: xfrm: xfrm_policy: silence compiler warningGravatar Ying Xue 1-0/+2
2014-01-07net: xfrm: xfrm_policy: fix inline not at beginning of declarationGravatar Daniel Borkmann 1-6/+6
2014-01-02xfrm: checkpatch erros with inline keyword positionGravatar Weilong Chen 1-3/+3
2014-01-02xfrm: fix checkpatch errorGravatar Weilong Chen 1-2/+2
2014-01-02xfrm: checkpatch erros with space prohibitedGravatar Weilong Chen 1-3/+3
2014-01-02xfrm: checkpatch errors with foo * barGravatar Weilong Chen 1-6/+6
2014-01-02xfrm: checkpatch errors with spaceGravatar Weilong Chen 1-5/+5
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateGravatar Steffen Klassert 1-19/+2
2013-12-06xfrm: Namespacify xfrm state/policy locksGravatar Fan Du 1-49/+55
2013-12-06xfrm: Using the right namespace to migrate key infoGravatar Fan Du 1-5/+5
2013-12-06xfrm: Try to honor policy index if it's supplied by userGravatar Fan Du 1-5/+11
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-0/+7
2013-10-21xfrm: Don't queue retransmitted packets if the original is still on the hostGravatar Steffen Klassert 1-0/+7
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processGravatar Steffen Klassert 1-0/+4
2013-10-08xfrm: Add refcount handling to queued policiesGravatar Steffen Klassert 1-7/+17