aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala
2018-07-03xfrm: skip policies marked as dead while rehashingFlorian Westphal
2018-07-03xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert
2017-12-16xfrm: Copy policy family in clone_policyHerbert Xu
2017-09-07xfrm: policy: check policy direction valueVladis Dronov
2017-08-06xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-03-31xfrm: policy: init locks earlyFlorian Westphal
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
2015-04-23xfrm: remove the xfrm_queue_purge definitionLi RongQing
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-11-13xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu
2014-11-13xfrm: Do not hash socket policiesHerbert Xu
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-27xfrm: fix set but not used warning in xfrm_policy_queue_process()Fabian Frederick
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-06-26xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-07net: clean up snmp stats codeWANG Cong
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert