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-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti1-1/+1
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-11xfrm: 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-04-18xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2016-02-15xfrm: dst_entries_init() per-net dst_opsDan Streetman1-38/+0
2015-06-10xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-6/+6
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+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
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert1-1/+1
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert1-28/+0
2014-02-12flowcache: Make flow cache name space awareFan Du1-3/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-99/+96
2014-01-24Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-4/+4
2014-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-16/+16
2014-01-14audit: convert all sessionid declaration to unsigned intEric Paris1-4/+4
2014-01-08net: xfrm: xfrm_policy: silence compiler warningYing Xue1-0/+2
2014-01-08net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann1-6/+6
2014-01-02xfrm: checkpatch erros with inline keyword positionWeilong Chen1-3/+3
2014-01-02xfrm: fix checkpatch errorWeilong Chen1-2/+2
2014-01-02xfrm: checkpatch erros with space prohibitedWeilong Chen1-3/+3
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen1-6/+6
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen1-5/+5
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert1-19/+2
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du1-49/+55
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du1-5/+5
2013-12-06xfrm: Try to honor policy index if it's supplied by userFan Du1-5/+11
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+7
2013-10-21xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert1-0/+7
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert1-0/+4
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert1-7/+17
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+1
2013-08-28xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert1-8/+1