summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-07-03xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2018-07-03xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner1-0/+4
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti1-1/+1
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2017-12-16xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-09-07xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-08-07xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-03-31xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2015-12-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-38/+0
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-12/+25
2015-12-12xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-2/+9
2015-12-08xfrm: take care of request socketsEric Dumazet1-0/+2
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-38/+0
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman1-4/+3
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-3/+3
2015-09-18net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-09-18xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-10/+14
2015-05-18xfrm: optimise to search the inexact policy listLi RongQing1-3/+8
2015-05-05xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing1-3/+3
2015-05-05xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing1-4/+3
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing1-1/+1
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing1-1/+3
2015-04-23xfrm: remove the xfrm_queue_purge definitionLi RongQing1-10/+2
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-6/+6
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-23/+29
2014-11-13xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu1-3/+2
2014-11-13xfrm: Do not hash socket policiesHerbert Xu1-18/+26
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-27xfrm: fix set but not used warning in xfrm_policy_queue_process()Fabian Frederick1-2/+1
2014-10-02net: cleanup and document skb fclone layoutEric Dumazet1-3/+1
2014-09-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-6/+134
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+17
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault1-0/+87
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault1-6/+47
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-2/+2
2014-06-26xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert1-0/+2
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-32/+14
2014-05-08net: clean up snmp stats codeWANG Cong1-6/+4
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa1-26/+14
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa1-14/+8
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-1/+6
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1