summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Add oif to dst lookupsDavid Ahern2015-08-111-10/+14
* xfrm: optimise to search the inexact policy listLi RongQing2015-05-181-3/+8
* xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing2015-05-051-3/+3
* xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing2015-05-051-4/+3Star
* xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing2015-04-231-1/+1
* xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing2015-04-231-1/+3
* xfrm: remove the xfrm_queue_purge definitionLi RongQing2015-04-231-10/+2Star
* xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-02-121-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-12-091-23/+29
|\
| * xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu2014-11-131-3/+2Star
| * xfrm: Do not hash socket policiesHerbert Xu2014-11-131-18/+26
| * xfrm: fix set but not used warning in xfrm_policy_queue_process()Fabian Frederick2014-10-271-2/+1Star
* | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-311-1/+1
|/
* net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-3/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-281-6/+134
|\
| * xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-021-0/+87
| * xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault2014-09-021-6/+47
* | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-8/+24
* | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-1/+17
|/
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-2/+2
* xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-221-32/+14Star
|\
| * xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-26/+14Star
| * xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-14/+8Star
* | net: clean up snmp stats codeWANG Cong2014-05-071-6/+4Star
|/
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+1
|\
| * xfrm: Fix unlink race when policies are deleted.Steffen Klassert2014-02-261-1/+1
* | xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert2014-02-191-28/+0Star
* | flowcache: Make flow cache name space awareFan Du2014-02-121-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-99/+96Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-141-16/+16
| |\
| | * xfrm: checkpatch erros with inline keyword positionWeilong Chen2014-01-021-3/+3
| | * xfrm: fix checkpatch errorWeilong Chen2014-01-021-2/+2
| | * xfrm: checkpatch erros with space prohibitedWeilong Chen2014-01-021-3/+3
| | * xfrm: checkpatch errors with foo * barWeilong Chen2014-01-021-6/+6
| | * xfrm: checkpatch errors with spaceWeilong Chen2014-01-021-5/+5
| * | net: xfrm: xfrm_policy: silence compiler warningYing Xue2014-01-081-0/+2
| * | net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann2014-01-081-6/+6
| |/
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-19/+2Star
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-49/+55
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-5/+5
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-061-5/+11
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-241-4/+4
|\ \ | |/ |/|
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-141-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-0/+7
|\ \ | |/ |/|
| * xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
* | xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert2013-10-081-0/+4
* | xfrm: Add refcount handling to queued policiesSteffen Klassert2013-10-081-7/+17
|/