summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov2017-02-261-8/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-161-71/+46
|\
| * xfrm: policy: make policy backend constFlorian Westphal2017-02-091-9/+9
| * xfrm: policy: remove xfrm_policy_put_afinfoFlorian Westphal2017-02-091-13/+8
| * xfrm: policy: remove family fieldFlorian Westphal2017-02-091-17/+17
| * xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-4/+2
| * xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal2017-02-091-22/+13
| * xfrm: policy: xfrm_get_tos cannot failFlorian Westphal2017-02-091-14/+5
* | net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+19
|/
* xfrm: trivial typosAlexander Alemayhu2017-01-041-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+1
|\
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-0/+1
* | xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal2016-11-181-4/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+4
|\
| * xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2016-07-291-0/+4
* | xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert2016-08-241-1/+1
* | xfrm: policy: convert policy_lock to spinlockFlorian Westphal2016-08-121-34/+34
* | xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal2016-08-121-2/+0
* | xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal2016-08-121-5/+3
* | xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal2016-08-121-2/+2
* | xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal2016-08-121-1/+7
* | xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal2016-08-121-2/+19
* | xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal2016-08-121-6/+14
* | xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal2016-08-121-7/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-38/+0
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-38/+0
* | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-12/+25
* | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-111-2/+9
* | xfrm: take care of request socketsEric Dumazet2015-12-071-0/+2
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-1/+1
* | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* | xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman2015-10-081-4/+3
* | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-251-3/+3
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* | xfrm: Remove unused afinfo method init_dstEric W. Biederman2015-09-171-2/+0
|/
* 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/+3
* 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/+2
* 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-081-23/+29
|\
| * xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu2014-11-131-3/+2
| * 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/+1
* | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-301-1/+1
|/
* net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-281-6/+134
|\
OpenPOWER on IntegriCloud