aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-26xfrm: do the garbage collection after flushing policyXin Long
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-26xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-14xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert
2017-02-09xfrm: policy: make policy backend constFlorian Westphal
2017-02-09xfrm: policy: remove xfrm_policy_put_afinfoFlorian Westphal
2017-02-09xfrm: policy: remove family fieldFlorian Westphal
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal
2017-02-09xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal
2017-02-09xfrm: policy: xfrm_get_tos cannot failFlorian Westphal
2017-02-09xfrm: policy: init locks earlyFlorian Westphal
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov
2017-01-04xfrm: trivial typosAlexander Alemayhu
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-18xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-24xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert
2016-08-12xfrm: policy: convert policy_lock to spinlockFlorian Westphal
2016-08-12xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal
2016-08-12xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal
2016-08-12xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal
2016-08-12xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal
2016-08-12xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal
2016-08-12xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal
2016-08-12xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal
2016-07-29xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-11xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet
2015-12-07xfrm: take care of request socketsEric Dumazet
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-05-18xfrm: optimise to search the inexact policy listLi RongQing
2015-05-05xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing
2015-05-05xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing