summaryrefslogtreecommitdiff
path: root/net/ipv6/xfrm6_policy.c
AgeCommit message (Expand)Author
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-09-20xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal
2018-11-22xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal
2017-02-09xfrm: policy: make policy backend constFlorian Westphal
2017-02-09xfrm: policy: remove family fieldFlorian Westphal
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29xfrm: Let the flowcache handle its size by default.Steffen Klassert
2015-09-14xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau