summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
* net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-4/+0Star
|\
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-121-4/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-8/+5Star
|\ \
| * | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-071-1/+1
| * | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-071-7/+4Star
* | | net: remove DST_NOCACHE flagWei Wang2017-06-181-1/+0Star
* | | net: remove DST_NOGC flagWei Wang2017-06-181-1/+1
* | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-181-18/+30
| |/ |/|
* | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-041-47/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-21/+6Star
|\
| * xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-141-5/+5
| * xfrm: Move device notifications to a sepatate fileSteffen Klassert2017-04-141-16/+1Star
* | xfrm: do the garbage collection after flushing policyXin Long2017-04-261-0/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-03-081-10/+9Star
|\
| * xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-02-141-5/+4Star
| * xfrm: policy: init locks earlyFlorian Westphal2017-02-091-5/+5
* | xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov2017-02-271-8/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-171-71/+46Star
|\ \
| * | xfrm: policy: make policy backend constFlorian Westphal2017-02-091-9/+9
| * | xfrm: policy: remove xfrm_policy_put_afinfoFlorian Westphal2017-02-091-13/+8Star
| * | xfrm: policy: remove family fieldFlorian Westphal2017-02-091-17/+17
| * | xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-4/+2Star
| * | xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal2017-02-091-22/+13Star
| * | xfrm: policy: xfrm_get_tos cannot failFlorian Westphal2017-02-091-14/+5Star
* | | 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-131-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-131-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/+0Star
* | xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal2016-08-121-5/+3Star
* | 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/+0Star
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-38/+0Star
* | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-121-12/+25
* | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-121-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/+3Star
* | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-251-3/+3