aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal1-106/+0
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal1-14/+0
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal1-6/+0
2018-11-22xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing1-1/+0
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov1-2/+2
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern1-2/+0
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long1-0/+5
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-3/+6
2017-07-18xfrm: remove flow cacheFlorian Westphal1-9/+0
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal1-1/+1
2017-02-09xfrm: policy: make policy backend constFlorian Westphal1-1/+1
2017-02-09xfrm: policy: remove family fieldFlorian Westphal1-4/+1
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-1/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern1-1/+1
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann1-2/+2
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-15/+38
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-15/+38
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+4
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-5/+3
2015-09-29xfrm: Let the flowcache handle its size by default.Steffen Klassert1-1/+1
2015-09-14xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause1-2/+4
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern1-2/+5
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-3/+4
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-4/+2
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau1-14/+0
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-3/+1
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman1-1/+0
2015-02-06xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki1-0/+1
2014-12-08xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert1-1/+7
2014-12-08xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert1-1/+1
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-11/+11
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert1-0/+7
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert1-1/+5
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert1-1/+1