summaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+3
* xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-15/+13
* Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-141-0/+7
|\
| * xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-261-0/+7
* | xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-06-181-1/+7
|/
* net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-181-2/+2
|\
| * xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-09-201-2/+2
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-301-1/+2
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-161-1/+2
* | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-5/+1
|/
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-221-3/+1
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-291-2/+2
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
* net: rename reference+tracking helpersJakub Kicinski2022-06-101-2/+2
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-161-2/+1
* ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-111-1/+0
* xfrm: use net device refcount tracker helpersEric Dumazet2021-12-091-2/+2
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-251-2/+3
* xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-106/+0
* xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-14/+0
* xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-6/+0
* xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing2018-11-221-1/+0
* net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov2018-10-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
|\
| * xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-05-141-1/+1
* | net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-181-2/+0
|/
* xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-0/+5
* net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
|/
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-3/+6
* xfrm: remove flow cacheFlorian Westphal2017-07-181-9/+0
* net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal2017-07-181-1/+1
* xfrm: policy: make policy backend constFlorian Westphal2017-02-091-1/+1
* xfrm: policy: remove family fieldFlorian Westphal2017-02-091-4/+1
* xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-081-1/+1
| |\
| | * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-221-1/+1
* | | net: l3mdev: remove redundant callsDavid Ahern2016-09-111-1/+1
|/ /
* / net: xfrm: fix old-style declarationArnd Bergmann2016-06-171-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-15/+38
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-15/+38
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-301-1/+1
|\ \
| * | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+4
|\ \ \ | | |/ | |/|